diff --git a/.gitattributes b/.gitattributes
index 71a1ab2255fd6301ce83b095868810bd254bbd4d..f3238cb70affd162f7d59981fa2d2a4019eb6971 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -50,10 +50,3 @@ ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullTest/test.txt
ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullTest/highGRschool10_/test_info.txt filter=lfs diff=lfs merge=lfs -text
ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullTest/highGRschool10_/test.txt filter=lfs diff=lfs merge=lfs -text
ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullTest/test_BKT.txt filter=lfs diff=lfs merge=lfs -text
-ratio_proportion_change3_2223/sch_largest_100-coded/output/first10/bert_fine_tuned.model.first10%.wfaopttime.wttime.wttopttime.wttnoopttime.ep23 filter=lfs diff=lfs merge=lfs -text
-ratio_proportion_change3_2223/sch_largest_100-coded/output/first10/bert_fine_tuned.model.first10%.wskills.ep24 filter=lfs diff=lfs merge=lfs -text
-ratio_proportion_change3_2223/sch_largest_100-coded/output/first10/bert_fine_tuned.model.first10%.wskills.wfaopttime.wttime.wttopttime.wttnoopttime.ep40 filter=lfs diff=lfs merge=lfs -text
-ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/overallTestData/test_info.txt filter=lfs diff=lfs merge=lfs -text
-ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/overallTestData/test.txt filter=lfs diff=lfs merge=lfs -text
-ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullData/train_info.txt filter=lfs diff=lfs merge=lfs -text
-ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullData/train.txt filter=lfs diff=lfs merge=lfs -text
diff --git a/.gitignore b/.gitignore
index cdc7f848bc25d9cf08041a904b5e4ab987054726..ce1d407fb9ab4554c8f77a7050303050bb26e61f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
train_info.txt
train.txt
train_label.txt
-ratio_proportion_change3_2223/sch_largest_100-coded/
-
+ratio_proportion_change3_2223/sch_largest_100-coded/logs/
+ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/
diff --git a/Astra Project Setup Instructions.md b/Astra Project Setup Instructions.md
index 34470714feacc52541a7ce6f48f35a6cfc381d71..4f199deb3053deabdd1e24290bfef4b880df4994 100644
--- a/Astra Project Setup Instructions.md
+++ b/Astra Project Setup Instructions.md
@@ -112,45 +112,5 @@ python new_test_saved_finetuned_model.py \
-b 1000
```
Replace `` with the actual fine-tuning task value.
-### Arguments
-**`-workspace_name`**
-- Description: The folder/workspace name where the project, dataset, and model outputs are organized.
-- Example: `"ratio_proportion_change3_2223/sch_largest_100-coded"`
-
-**`-finetune_task`**
-- Description: Specifies which fine-tuning strategy was applied to the model.
-- Options:
- - **ASTRA-FT-HGR** → Fine-tuned with 10% data from schools that have a **High Graduation Rate (HGR)**.
- - **ASTRA-FT-FIRST10-WSKILLS**
- - Checkpoint: `first10/bert_fine_tuned.model.first10%.wskills.ep24`
- - Description: Fine-tuned with 10% of initial problems from both **HGR + LGR schools**, with **Prior Skills encoded** using **Bayesian Knowledge Tracing (BKT)**.
-
- - **ASTRA-FT-FIRST10-WTIME**
- - Checkpoint: `first10/bert_fine_tuned.model.first10%.wfaopttime.wttime.wttopttime.wttnoopttime.ep23`
- - Description: Fine-tuned with 10% of initial problems from both **HGR + LGR schools**, using **temporal features** measuring student engagement in MATHia.
-
- - **ASTRA-FT-FIRST10-WSKILLS_WTIME**
- - Checkpoint: `first10/bert_fine_tuned.model.first10%.wskills.wfaopttime.wttime.wttopttime.wttnoopttime.ep40`
- - Description: Fine-tuned with 10% of initial problems from both **HGR + LGR schools**, combining **Prior Skills (BKT) + temporal features**.
-**`-test_dataset_path`**
-- Description: Path to the test dataset file that you want to use for evaluation.
-- Example: `"../../../../fileHandler/selected_rows.txt"`
-
-**`-finetuned_bert_classifier_checkpoint`**
-- Description: The path to the saved fine-tuned BERT model checkpoint (specific `.model.epXX` file).
-- Example:
- `"ratio_proportion_change3_2223/sch_largest_100-coded/output/highGRschool10/bert_fine_tuned.model.ep42"`
-- Note: `ep42` means the checkpoint from **epoch 42** during training.
-
-**`-e`**
-- Description: Number of epochs to run during testing (or evaluation).
-- Example: `-e 1` → run evaluation once.
-
-**`-b`**
-- Description: Batch size for testing — determines how many test samples are processed together in each forward pass.
-- Example: `-b 1000` → each batch will contain **1000 examples**.
-
----
-
-✅ Your Astra project should now be fully set up and ready to use!
+Your Astra project should now be fully set up and ready to use!
diff --git a/LICENSE b/LICENSE
index 35480c9615853a5b17892d47099959113ca346e3..795f38f579e51f61069194cb1d13fdab1758a1bd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2025 Astra
+Copyright (c) 2025 Sudarshan Balaji
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 14227ffb074c1fd7e07ea9a9705efbaded4ac982..4490b08cbd5c0ac6731b6c36a89b7835e703b3aa 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,6 @@ sdk_version: 4.36.1
app_file: app.py
pinned: false
license: mit
-python_version: "3.12"
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
diff --git a/app.py b/app.py
index 984ca7aa0a4f31bf2f804de55709f5c636043180..3d2d6d818fbb18ba278a22acb1ab5ced1e3900c0 100644
--- a/app.py
+++ b/app.py
@@ -1,5 +1,5 @@
import gradio as gr
-from huggingface_hub import hf_hub_download, HfApi
+from huggingface_hub import hf_hub_download
import pickle
from gradio import Progress
import numpy as np
@@ -12,40 +12,9 @@ import plotly.graph_objects as go
from sklearn.metrics import roc_auc_score
from matplotlib.figure import Figure
import csv
-import os
-from huggingface_hub import login
# import os
# Define the function to process the input file and model selection
-api = HfApi(token=os.getenv("HF_TOKEN"))
-
-DATASET_REPO = "suryadev1/generated-csvs"
-def delete_files():
- repo_files = api.list_repo_files(repo_id=DATASET_REPO, repo_type="dataset")
-
- # delete all CSV files
- for f in repo_files:
- if f.endswith(".csv"):
- try:
- api.delete_file(
- path_in_repo=f,
- repo_id=DATASET_REPO,
- repo_type="dataset"
- )
- print(f"Deleted old file: {f}")
- except Exception as e:
- print(f"Could not delete {f}: {e}")
-# upload files to the dataset
-def upload_to_dataset(filepath):
-
- api.upload_file(
- path_or_fileobj=filepath,
- path_in_repo=os.path.basename(filepath),
- repo_id=DATASET_REPO,
- repo_type="dataset"
- )
-
-
def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
# progress = gr.Progress(track_tqdm=True)
@@ -60,43 +29,25 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
# shutil.copyfile(label.name, saved_test_label)
# shutil.copyfile(info.name, saved_train_info)
parent_location="ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/"
- test_info_location=parent_location+"overallTestData/test_info.txt"
- test_location=parent_location+"overallTestData/test.txt"
- label_location=parent_location+"overallTestData/test_label.txt"
- # "ASTRA-FT-HGR-RANDOM10", "ASTRA-FT-FIRST10-WSKILLS", "ASTRA-FT-FIRST10-WTIME", "ASTRA-FT-FIRST10-WSKILLS_WTIME"
- checkpoint = "ratio_proportion_change3_2223/sch_largest_100-coded/output/"
+ test_info_location=parent_location+"fullTest/test_info.txt"
+ test_location=parent_location+"fullTest/test.txt"
+ label_location=parent_location+"test_label.txt"
if(model_name=="ASTRA-FT-HGR"):
finetune_task="highGRschool10"
- checkpoint += "highGRschool10/bert_fine_tuned.model.ep42"
- model_task="ASTRA-FT-HGR-RANDOM10"
+ # test_info_location=parent_location+"fullTest/test_info.txt"
+ # test_location=parent_location+"fullTest/test.txt"
elif(model_name== "ASTRA-FT-LGR" ):
finetune_task="lowGRschoolAll"
- model_task="ASTRA-FT-LGR"
+ # test_info_location=parent_location+"lowGRschoolAll/test_info.txt"
+ # test_location=parent_location+"lowGRschoolAll/test.txt"
elif(model_name=="ASTRA-FT-FULL"):
+ # test_info_location=parent_location+"fullTest/test_info.txt"
+ # test_location=parent_location+"fullTest/test.txt"
finetune_task="fullTest"
- model_task="ASTRA-FT-FULL"
- elif(model_name in ["ASTRA-FT-Skills", "ASTRA-FT-Temporal", "ASTRA-FT-Unified"]):
- finetune_task="first10"
- if model_name == "ASTRA-FT-Skills":
- checkpoint += "first10/bert_fine_tuned.model.first10%.wskills.ep24"
- model_task="ASTRA-FT-FIRST10-WSKILLS"
- elif model_name == "ASTRA-FT-Temporal":
- checkpoint += "first10/bert_fine_tuned.model.first10%.wfaopttime.wttime.wttopttime.wttnoopttime.ep23"
- model_task="ASTRA-FT-FIRST10-WTIME"
- elif model_name == "ASTRA-FT-Unified":
- checkpoint += "first10/bert_fine_tuned.model.first10%.wskills.wfaopttime.wttime.wttopttime.wttnoopttime.ep40"
- model_task="ASTRA-FT-FIRST10-WSKILLS_WTIME"
else:
finetune_task=None
# Load the test_info file and the graduation rate file
test_info = pd.read_csv(test_info_location, sep=',', header=None, engine='python')
- def convert_etalon(x):
- means_and_extremes = 1
- if x.is_integer():
- means_and_extremes = 0
- return means_and_extremes
-
- test_info[8] = test_info[7].apply(convert_etalon) # 7th column contains etalon of factor which decides the ER/ME problem type
grad_rate_data = pd.DataFrame(pd.read_pickle('assests/school_grduation_rate.pkl'),columns=['school_number','grad_rate']) # Load the grad_rate data
# Step 1: Extract unique school numbers from test_info
@@ -106,15 +57,15 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
schools = grad_rate_data[grad_rate_data['school_number'].isin(unique_schools)]
# Define a threshold for high and low graduation rates (adjust as needed)
- grad_rate_threshold = 0.8 #0.9
+ grad_rate_threshold = 0.9
# Step 4: Divide schools into high and low graduation rate groups
high_grad_schools = schools[schools['grad_rate'] >= grad_rate_threshold]['school_number'].unique()
low_grad_schools = schools[schools['grad_rate'] < grad_rate_threshold]['school_number'].unique()
# Step 5: Sample percentage of schools from each group
- high_sample = pd.Series(high_grad_schools).sample(frac=inc_slider/100).tolist()
- low_sample = pd.Series(low_grad_schools).sample(frac=inc_slider/100).tolist()
+ high_sample = pd.Series(high_grad_schools).sample(frac=inc_slider/100, random_state=1).tolist()
+ low_sample = pd.Series(low_grad_schools).sample(frac=inc_slider/100, random_state=1).tolist()
# Step 6: Combine the sampled schools
random_schools = high_sample + low_sample
@@ -129,14 +80,14 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
selected_rows_df2 = test.loc[indices]
label=pd.read_csv(label_location, header=None, engine='python')
test_label=label.loc[indices]
- test_label.to_csv(parent_location+finetune_task+'/test_label.txt', sep='\t', index=False, header=False, quoting=3, escapechar=' ')
+ test_label.to_csv(parent_location+'highGRschool10/test_label.txt', sep='\t', index=False, header=False, quoting=3, escapechar=' ')
# Save the selected rows to a file
selected_rows_df2.to_csv('fileHandler/selected_rows.txt', sep='\t', index=False, header=False, quoting=3, escapechar=' ')
# ✅ Get the first 20% and last 20% of instances for each student ID within selected schools
selected_test_info = test_info.loc[indices]
- selected_test_info.to_csv(parent_location+finetune_task+'/test_info.txt', sep=',', index=False, header=False, quoting=3, escapechar=' ')
- selected_rows_df2.to_csv(parent_location+finetune_task+'/test.txt', sep='\t', index=False, header=False, quoting=3, escapechar=' ')
+
+
# # First 20%
# first_20_percent_indices = selected_test_info.groupby(3).apply(
# lambda x: x.head(int(len(x) * 0.2))
@@ -162,19 +113,17 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
'high' if idx in high_indices else 'low' for idx in selected_rows_df2.index
]
# Group data by opt_task1 and opt_task2 based on test_info[6]
-
- opt_task_groups = ['opt_task1' if test_info.loc[idx, 8] == 0 else 'opt_task2' for idx in selected_rows_df2.index]
+ opt_task_groups = ['opt_task1' if test_info.loc[idx, 6] == 0 else 'opt_task2' for idx in selected_rows_df2.index]
progress(0.2, desc="Running fine-tuned models...")
print("finetuned task: ",finetune_task)
subprocess.run([
"python", "new_test_saved_finetuned_model.py",
"-workspace_name", "ratio_proportion_change3_2223/sch_largest_100-coded",
- "-model_name", model_task,
"-finetune_task", finetune_task,
"-test_dataset_path","../../../../fileHandler/selected_rows.txt",
# "-test_label_path","../../../../train_label.txt",
- "-finetuned_bert_classifier_checkpoint", checkpoint,
- "-s",str(128),
+ "-finetuned_bert_classifier_checkpoint",
+ "ratio_proportion_change3_2223/sch_largest_100-coded/output/highGRschool10/bert_fine_tuned.model.ep42",
"-e",str(1),
"-b",str(1000)
])
@@ -183,8 +132,6 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
# Load tlb and plb
with open("fileHandler/tlabels_plabels.pkl", "rb") as f:
tlb, plb = pickle.load(f)
- print("t==p = 0: ", sum([t==p for t,p in zip(tlb, plb) if t==0]))
- print("t==p = 1: ", sum([t==p for t,p in zip(tlb, plb) if t==1]))
# Define function to filter and write CSV
def process_and_write_csv(filtered_data, filename):
@@ -205,105 +152,45 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
row_num = 1
for _, row in filtered_data.iterrows():
- # school, class_id, student_id, status, problem, _, time_zone, duration, attempts = row[:9]
-
- # sch_NPHBD11809,17,stu_CRJBA61379,GRADUATED,ratio_proportion_change3-134,[strategygame],1,4.0,4.0,10,
- # PercentChange-Attempt-1-0-OK-1667479255281 NumeratorQuantity1-Attempt-1-0-JIT-1667479268893 NumeratorQuantity1-Attempt-2-0-ERROR-1667479284199 NumeratorQuantity1-Attempt-3-0-OK-1667479294890 DenominatorQuantity1-Attempt-1-0-OK-1667479298749 NumeratorQuantity2-Attempt-1-0-OK-1667479301999 OptionalTask_1-Attempt-1-0-OK-1667479304886 DenominatorFactor-Attempt-1-0-OK-1667479314566 NumeratorFactor-Attempt-1-0-OK-1667479315579 EquationAnswer-Attempt-1-0-OK-1667479323750 FinalAnswerDirection-Attempt-1-0-OK-1667479333439 FinalAnswer-Attempt-1-0-OK-1667479338185,
- # 1,
- # 0 0.999767840033168 0 0 0.999996274310286 0 0.321529253998353 0.999722748307354 0.999840947031115,
- # 0 -0.0002057730279919623 0 0 -3.302306839980673e-06 0 -0.41429892410820995 -0.00022392554103201068 -0.00012846367037400164,
- # 0 0.999767840033168 0 0 0 0 0 0 0,
- # 1667479255281 1667479294890 1667479298749 1667479301999 1667479304886 1667479314566 1667479315579 1667479323750 1667479333439 1667479338185,
- # 0 39609 3859 3250 2887 9680 1013 8171 9689 4746,
- # 2887 9680 1013 8171,0 39609 3859 3250 9689 4746,
- # 14435,
- # 82904
- school, prob_solved, student_id, status, problem, prob_type, opt_type, _, _ = row[:9]
- steps_data = row[10]
-
- # if row_num == 1:
- # print(row)
+ school, class_id, student_id, status, problem, _, time_zone, duration, attempts = row[:9]
+ steps_data = row[8]
for step in steps_data.split('\t'):
step_parts = step.split('-')
-
step_name = step_parts[0]
- action = step_parts[1]
- attempt = step_parts[2]
- help_level = step_parts[3]
- outcome = step_parts[4]
- curr_time = step_parts[5]
+ action = step_parts[1] if len(step_parts) > 1 else ""
+ attempt = step_parts[2] if len(step_parts) > 2 else ""
+ outcome = step_parts[-1] if len(step_parts) > 3 else ""
row_data = [
- row_num, "", "", student_id, "", curr_time, "", "", "", "", "",
- "ratio_proportion_change3", problem, "", "", step_name, attempt, "", outcome, "", action, "",
- "", "", help_level, "", "", "", "", "", "", "",
- school, "", "", "", "", "", status, ""
+ row_num, "", "", student_id, "", time_zone, duration, "", "", "", "",
+ problem, problem, "", "", step_name, attempt, "", outcome, "", action, "", "", "", "", "", "", "", "", "", "","",
+ school, class_id, "", "", "", "", "PROMOTED"
]
writer.writerow(row_data)
row_num += 1
print(f"CSV file '{filename}' created successfully.")
- full_path = os.path.join("fileHandler", filename)
- try:
- upload_to_dataset(full_path)
- except Exception as e:
- print(f"Failed: Timeout or error occurred - {e}")
-
-
- task_type_map = {0: "ER", 1: "ME"}
- label_map = {0: "unsuccessful", 1: "successful"}
-
- # -------------------------------
- # 1. Where tlb == plb
- # -------------------------------
- # delete_files()
- for label in [0, 1]:
- # All strategies
- matching_indices = [i for i in range(len(tlb)) if tlb[i] == plb[i] == label]
- filtered_data = selected_test_info.iloc[matching_indices]
- filename = f"allstrategies-match-{label_map[label]}.csv"
- process_and_write_csv(filtered_data, filename)
-
- # Per task type
- for task_type in [0, 1]:
- task_data = filtered_data[filtered_data[8] == task_type]
- filename = f"{task_type_map[task_type]}-match-{label_map[label]}.csv"
- process_and_write_csv(task_data, filename)
-
- # -------------------------------
- # 2. Where tlb only
- # -------------------------------
- for label in [0, 1]:
- # All strategies
- matching_indices = [i for i in range(len(tlb)) if tlb[i] == label]
- filtered_data = selected_test_info.iloc[matching_indices]
- filename = f"allstrategies-groundtruth-{label_map[label]}.csv"
- process_and_write_csv(filtered_data, filename)
-
- # Per task type
- for task_type in [0, 1]:
- task_data = filtered_data[filtered_data[8] == task_type]
- filename = f"{task_type_map[task_type]}-groundtruth-{label_map[label]}.csv"
- process_and_write_csv(task_data, filename)
-
- # -------------------------------
- # 3. All data by task type (no label filtering)
- # -------------------------------
- # ER
- task_data = selected_test_info[selected_test_info[8] == 0]
- filename = f"ER-all.csv"
- process_and_write_csv(task_data, filename)
-
- # ME
- task_data = selected_test_info[selected_test_info[8] == 1]
- filename = f"ME-all.csv"
- process_and_write_csv(task_data, filename)
-
- # All strategies
- filename = "allstrategies-all.csv"
- process_and_write_csv(selected_test_info, filename)
+ # Find indices where conditions match
+ for task_type in [0, 1]: # test_info[6] = 1 or 2
+ for label in [0, 1]: # tlb = plb = 0 or 1
+ matching_indices = [i for i in range(len(tlb)) if tlb[i] == plb[i] == label]
+
+ # Filter the data
+ filtered_data = selected_test_info.iloc[matching_indices]
+ filtered_data = filtered_data[filtered_data[6] == task_type] # Ensure test_info[6] matches
+
+ # Define filename dynamically
+ task_type_map = {0: "ER", 1: "ME"}
+ label_map = {0: "unsuccessful", 1: "successful"}
+
+ filename = f"{task_type_map[task_type]}-{label_map[label]}-strategies.csv"
+
+
+ # Write to CSV
+ process_and_write_csv(filtered_data, filename)
+
with open("fileHandler/roc_data2.pkl", 'rb') as file:
data = pickle.load(file)
t_label=data[0]
@@ -404,11 +291,12 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
data = file.readlines()
selected_data = [data[i] for i in indices if i < len(data)]
# Assuming test_info[7] is a list with ideal tasks for each instance
- ideal_tasks = test_info[8] # A list where each element is either 1 or 2
+ ideal_tasks = test_info[6] # A list where each element is either 1 or 2
+
# Initialize counters
task_counts = {
- 1: {"ER": 0, "ME": 0, "both": 0},
- 2: {"ER": 0, "ME": 0, "both": 0}
+ 1: {"ER": 0, "ME": 0, "both": 0,"none":0},
+ 2: {"ER": 0, "ME": 0, "both": 0,"none":0}
}
# To store task completion counts per row
# Analyze rows
@@ -456,7 +344,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
elif opt1_done and opt2_done:
task_counts[1]["both"] += 1
else:
- print(i)
+ task_counts[1]["none"] +=1
elif ideal_task == 1:
if opt1_done and not opt2_done:
task_counts[2]["ER"] += 1
@@ -465,7 +353,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
elif opt1_done and opt2_done:
task_counts[2]["both"] += 1
else:
- print(i)
+ task_counts[2]["none"] +=1
# Print a summary of task completions
# for summary in row_summary:
# print(f"\nRow {summary['row_index']}:")
@@ -609,8 +497,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
textinfo='percent+label',
textposition='auto',
marker=dict(colors=colors),
- sort=False,
- hole=0.4
+ sort=False
)])
@@ -648,8 +535,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
textinfo='percent+label',
textposition='auto',
marker=dict(colors=colors),
- sort=False,
- hole=0.4
+ sort=False
# pull=[0, 0.2, 0, 0] # for pulling part of pie chart out (depends on position)
)])
@@ -778,7 +664,8 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
---------------------------
Model: {model_name}
---------------------------\n
- Number of schools sampled: {len(random_schools)} / {len(unique_schools)}
+ Time Taken: {result['time_taken_from_start']:.2f} seconds
+ Number of schools sampled: {len(unique_schools)}
Total number of instances from HGR schools : {len(high_indices)}
Total number of instances from LGR schools: {len(low_indices)}
@@ -850,19 +737,18 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
# return text_output,text_output_sampled_auc,fig,fig_task1,fig_task2,fig_hist1,fig_hist2
- return text_output,fig,fig_task1,fig_task2,gr.update(visible=True)
+ return text_output,fig,fig_task1,fig_task2
# List of models for the dropdown menu
# models = ["ASTRA-FT-HGR", "ASTRA-FT-LGR", "ASTRA-FT-FULL"]
-# models = ["ASTRA-FT-HGR", "ASTRA-FT-FULL"]
-models = ["ASTRA-FT-HGR", "ASTRA-FT-Skills", "ASTRA-FT-Temporal", "ASTRA-FT-Unified"]
-
+models = ["ASTRA-FT-HGR", "ASTRA-FT-FULL"]
content = """
A S T R A
An AI Model for Analyzing Math Strategies
Welcome to a demo of ASTRA. ASTRA is a collaborative research project between researchers at the
University of Memphis and
Carnegie Learning
-to utilize AI to improve our understanding of math learning strategies.
-This code is licensed under the MIT license: see LICENSE for details. If you use this in a published work, please cite the related papers.
+to utilize AI to improve our understanding of math learning strategies.
This demo has been developed with a pre-trained model (based on an architecture similar to BERT ) that learns math strategies using data
collected from hundreds of schools in the U.S. who have used Carnegie Learning’s MATHia (formerly known as Cognitive Tutor), the flagship Intelligent Tutor that is part of a core, blended math curriculum.
@@ -888,37 +773,26 @@ When the equivalent ratios are easy to compute (integral values), ER is much mor
To use the demo, please follow these steps:
-- Select a percentage of schools to analyze (selecting a large percentage may take a long time). Note that the selected percentage is applied to both High Graduation Rate (HGR) schools and Low Graduation Rate (LGR schools).
-
- - Select a fine-tuned model:
+ - Select a fine-tuned model:
- - ASTRA-FT-HGR: Fine-tuned with 10 % data from schools that have a high graduation rate.
- - ASTRA-FT-Skills: Fine-tuned with 10% of initial problems from both HGR and LGR schools + Prior Skills encoded using Bayesian Knowledge Tracing
- - ASTRA-FT-Temporal: Fine-tuned with 10% of initial problems from both HGR and LGR schools + temporal features measuring student engagement with MATHia
- - ASTRA-FT-Unified: Fine-tuned with 10% of initial problems from both HGR and LGR schools + Prior Skills + temporal features
+ - ASTRA-FT-HGR: Fine-tuned with a small sample of data from schools that have a high graduation rate.
+ - ASTRA-FT-Full: Fine-tuned with a small sample of data from a mix of schools that have high/low graduation rates.
-
-
- -
- The results from the fine-tuned model are displayed in the dashboard:
-
- - The model accuracy is computed using the ROC-AUC metric.
- - The results are shown for HGR, LGR schools and for different problem types (ER/ME).
- - The distribution over how students utilized the optional tasks (whether they utilized ER/ME, used both of them or none of them) is shown for each problem type.
-
+
+ - Select a percentage of schools to analyze (selecting a large percentage may take a long time). Note that the selected percentage is applied to both High Graduation Rate (HGR) schools and Low Graduation Rate (LGR schools).
-
-
--
- Generate strategies from the AI model and visualize the strategies .csv files using the path analysis web-app.
- Refer to the
-
- user guide
-
- for more details on how to interpret the strategy visualization.
+
- The results from the fine-tuned model are displayed in the dashboard:
+
+ - The model accuracy is computed using the ROC-AUC metric.
-
+ - The results are shown for HGR, LGR schools and for different problem types (ER/ME).
+
+- The distribution over how students utilized the optional tasks (whether they utilized ER/ME, used both of them or none of them) is shown for each problem type.
+
+
+
+ - Generate strategies from the AI model and visualize the strategies .csv files using the path analysis web-app.
+ Refer to the user guide for more details on how to interpret the strategy visualization.
"""
@@ -1222,90 +1096,43 @@ button, select, .slider-percentage {
color: #1e293b !important;
margin-bottom: 1rem !important;
text-align: center !important;
-
-#file-box {
- border: 1px solid #ccc;
- border-radius: 6px;
- padding: 10px;
- margin-top: 12px;
- background-color: #f9f9f9;
- }
-
-.file-download {
- margin-bottom: 5px !important;
- padding: 4px !important;
- height: 10px;
- }
}
-
'''
-
# Define the file directory
FILE_DIR = "fileHandler"
# Function to get list of files
def list_files():
- return ['Unsuccessful Strategies (ER)', 'Successful Strategies (ER)', 'Unsuccessful Strategies (ME)', 'Successful Strategies (ME)','Ground Truth Unsuccessful Strategies (ER)','Ground Truth Successful Strategies (ER)','Ground Truth Unsuccessful Strategies (ME)','Ground Truth Successful Strategies (ME)']
+ return ['Unsuccessful Strategies (ER)', 'Successful Strategies (ER)', 'Unsuccessful Strategies (ME)', 'Successful Strategies (ME)']
+ # return ['output_task0_label0.csv', 'output_task0_label1.csv', 'output_task1_label0.csv', 'output_task1_label1.csv']
+ # return [f for f in os.listdir(FILE_DIR) if os.path.isfile(os.path.join(FILE_DIR, f))]
label_to_filename = {
- # Predicted (tlb == plb)
- 'Predicted Successful Strategies (ER)': 'ER-match-successful.csv',
- 'Predicted Unsuccessful Strategies (ER)': 'ER-match-unsuccessful.csv',
- 'Predicted Successful Strategies (ME)': 'ME-match-successful.csv',
- 'Predicted Unsuccessful Strategies (ME)': 'ME-match-unsuccessful.csv',
- 'Predicted Successful Strategies (All)': 'allstrategies-match-successful.csv',
- 'Predicted Unsuccessful Strategies (All)': 'allstrategies-match-unsuccessful.csv',
-
- # Ground Truth (tlb only)
- 'Ground Truth Successful Strategies (ER)': 'ER-groundtruth-successful.csv',
- 'Ground Truth Unsuccessful Strategies (ER)': 'ER-groundtruth-unsuccessful.csv',
- 'Ground Truth Successful Strategies (ME)': 'ME-groundtruth-successful.csv',
- 'Ground Truth Unsuccessful Strategies (ME)': 'ME-groundtruth-unsuccessful.csv',
- 'Ground Truth Successful Strategies (All)': 'allstrategies-groundtruth-successful.csv',
- 'Ground Truth Unsuccessful Strategies (All)': 'allstrategies-groundtruth-unsuccessful.csv',
-
- # All data
- 'All Strategies (ER)': 'ER-all.csv',
- 'All Strategies (ME)': 'ME-all.csv',
- 'All Strategies (All)': 'allstrategies-all.csv'
+ 'Unsuccessful Strategies (ER)': 'ER-unsuccessful-strategies.csv',
+ 'Successful Strategies (ER)': 'ER-successful-strategies.csv',
+ 'Unsuccessful Strategies (ME)': 'ME-unsuccessful-strategies.csv',
+ 'Successful Strategies (ME)': 'ME-successful-strategies.csv'
}
-
# Function to provide the selected file path
-def provide_file_paths(task_type, source):
- if not task_type or not source:
- return None, None, gr.update(visible=False)
-
- # Handle "All" case for combined strategies
- if source == "All":
- label_success = f"All Strategies ({task_type})"
- label_unsuccess = f"All Strategies ({task_type})"
- else:
- label_success = f"{source} Successful Strategies ({task_type})"
- label_unsuccess = f"{source} Unsuccessful Strategies ({task_type})"
- label_all=f"All Strategies ({task_type})"
-
- file_success = label_to_filename.get(label_success)
- file_unsuccess = label_to_filename.get(label_unsuccess)
- file_all=label_to_filename.get(label_all)
-
- file_success_path = f"{FILE_DIR}/{file_success}" if file_success else None
- file_unsuccess_path = f"{FILE_DIR}/{file_unsuccess}" if file_unsuccess else None
- file_all_path = f"{FILE_DIR}/{file_all}" if file_all else None
-
- dynamic_text = "🔍 [Visualize the strategies](https://path-analysis.vercel.app/)"
- if file_success and file_unsuccess and file_all:
- return file_success_path, file_unsuccess_path,file_all_path, gr.update(value=dynamic_text, visible=True)
-
- return None, None,None, gr.update(visible=False)
-
-
+def provide_file_path(label_name):
+ file_name = label_to_filename.get(label_name, None)
+ if file_name:
+ file_path = f"{FILE_DIR}/{file_name}"
+ dynamic_text = "🔍 [Visualize the strategies](https://path-analysis.vercel.app/)"
+ return file_path, gr.update(value=dynamic_text, visible=True)
+ return None, gr.update(visible=False)
with gr.Blocks(theme='gstaff/sketch', css=custom_css) as demo:
+ # gr.Markdown("ASTRA
", elem_id="title")
gr.Markdown(content)
with gr.Row():
+ # file_input = gr.File(label="Upload a test file", file_types=['.txt'], elem_classes="file-box")
+ # label_input = gr.File(label="Upload test labels", file_types=['.txt'], elem_classes="file-box")
+
+ # info_input = gr.File(label="Upload test info", file_types=['.txt'], elem_classes="file-box")
model_dropdown = gr.Dropdown(
choices=models,
label="Select Fine-tuned Model",
@@ -1335,35 +1162,32 @@ with gr.Blocks(theme='gstaff/sketch', css=custom_css) as demo:
with gr.Row():
opt1_pie = gr.Plot(label="ER")
opt2_pie = gr.Plot(label="ME")
-
-
+ # output_summary = gr.Textbox(label="Summary")
+ # with gr.Row():
+ # histo1 = gr.Plot(label="Hist")
+ # histo2 = gr.Plot(label="Hist")
+ # with gr.Row():
+ # output_text_sampled_auc = gr.Textbox(label="")
+
+ with gr.Row():
+ file_dropdown = gr.Dropdown(choices=list_files(), label="Select a strategy from the dropdown")
+ download_button = gr.Button("Generate Strategies")
with gr.Row():
- with gr.Column():
- redirect_button = gr.Button("Click to Visualize Strategies", visible=False)
-
- redirect_button.click(
- None,
- inputs=[],
- outputs=[],
- js="""() => {
- window.open("https://path-analysis.vercel.app", "_blank");
- return "ok"; // must return something
- }"""
+ file_output = gr.File(label="Download File")
+ visualize_markdown = gr.Markdown(visible=False)
+
+ download_button.click(
+ fn=provide_file_path,
+ inputs=[file_dropdown],
+ outputs=[file_output, visualize_markdown]
)
+
btn.click(
- fn=lambda model, increment: (
- *process_file(model, increment), # Unpack all outputs from process_file
- gr.update(value=None), # update outcome_radio
- gr.update(value=None), # Reset dropdown to first item
- None,
- None,
- None, # Clear file output
- gr.update(visible=False) # Hide visualize markdown
- ),
- inputs=[model_dropdown, increment_slider],
- outputs=[output_text, plot_output, opt1_pie, opt2_pie,redirect_button]
+ fn=process_file,
+ inputs=[model_dropdown,increment_slider],
+ outputs=[output_text,plot_output,opt1_pie,opt2_pie]
)
diff --git a/assests/__pycache__/metrics.cpython-312.pyc b/assests/__pycache__/metrics.cpython-312.pyc
index 2221b7b9e4320d05b50b009c211ecb7035f5094e..2bc059d0aa7a4939467a196aa8249db90b2b2318 100644
Binary files a/assests/__pycache__/metrics.cpython-312.pyc and b/assests/__pycache__/metrics.cpython-312.pyc differ
diff --git a/assests/__pycache__/recalibration.cpython-312.pyc b/assests/__pycache__/recalibration.cpython-312.pyc
index 810a3cdbbb61144c8b78877122c48a5b261181f7..57ff74a85b740ce70c3c75459664f035f8d4edb7 100644
Binary files a/assests/__pycache__/recalibration.cpython-312.pyc and b/assests/__pycache__/recalibration.cpython-312.pyc differ
diff --git a/assests/__pycache__/visualization.cpython-312.pyc b/assests/__pycache__/visualization.cpython-312.pyc
index ac1a3b4f9ac6360b26bbe2e48028a91421197fb1..e12e41557a447faa9a54088b3d3154c8b0a6f6bb 100644
Binary files a/assests/__pycache__/visualization.cpython-312.pyc and b/assests/__pycache__/visualization.cpython-312.pyc differ
diff --git a/fileHandler/ER-successful-strategies.csv b/fileHandler/ER-successful-strategies.csv
index a388b7fb66a2a26b74452b52f8ea86d81583192a..eab27dac97bf6a6c45c586e7953000f02617b58c 100644
--- a/fileHandler/ER-successful-strategies.csv
+++ b/fileHandler/ER-successful-strategies.csv
@@ -1,4917 +1,9676 @@
Row,Sample Name,Transaction Id,Anon Student Id,Session Id,Time Zone,Duration (sec),Student Response Type,Student Response Subtype,Tutor Response Type,Tutor Response Subtype,Level (Workspace Id),Problem Name,Problem View,Problem Start Time,Step Name,Attempt At Step,Is Last Attempt,Outcome,Selection,Action,Input,Feedback Text,Feedback Classification,Help Level,Total Num Hints,KC (MATHia),KC Category (MATHia),KC (Single-KC),KC Category (Single-KC),KC (Unique-step),KC Category (Unique-step),School,Class,CF (Ruleid),CF (Semantic Event Id),CF (Skill New p-Known),CF (Skill Previous p-Known),CF (Workspace Progress Status),Event Type
-1,,,stu_KCIWD46364,,1663351693031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2,,,stu_KCIWD46364,,1663351695354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3,,,stu_KCIWD46364,,1663351704857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-4,,,stu_KCIWD46364,,1663351711713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-5,,,stu_KCIWD46364,,1663351729908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-6,,,stu_KCIWD46364,,1663351733369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-7,,,stu_KCIWD46364,,1663351736426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-8,,,stu_KCIWD46364,,1663351737490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-9,,,stu_KCIWD46364,,1663351743939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-10,,,stu_KCIWD46364,,1663351754520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-11,,,stu_KCIWD46364,,1663351758792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-12,,,stu_GADKM52894,,1680187386604,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-13,,,stu_GADKM52894,,1680187394343,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-14,,,stu_GADKM52894,,1680187397280,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-15,,,stu_GADKM52894,,1680187401260,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-16,,,stu_GADKM52894,,1680187403632,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-17,,,stu_GADKM52894,,1680187410062,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-18,,,stu_GADKM52894,,1680187411514,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-19,,,stu_GADKM52894,,1680187417800,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-20,,,stu_GADKM52894,,1680187420161,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-21,,,stu_GADKM52894,,1680187421873,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-22,,,stu_GADKM52894,,1680187424486,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-23,,,stu_GADKM52894,,1680187427306,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-24,,,stu_GADKM52894,,1680187430754,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-25,,,stu_GADKM52894,,1680187433485,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-26,,,stu_GADKM52894,,1680187436195,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-27,,,stu_GADKM52894,,1680187439028,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-28,,,stu_GADKM52894,,1680187441140,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-29,,,stu_GADKM52894,,1680187443331,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-30,,,stu_GADKM52894,,1680187447234,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-31,,,stu_GADKM52894,,1680187451071,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-32,,,stu_GADKM52894,,1680187455582,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-33,,,stu_GADKM52894,,1680187458022,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-34,,,stu_GADKM52894,,1680141146882,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-35,,,stu_GADKM52894,,1680141152358,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-36,,,stu_GADKM52894,,1680141158441,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-37,,,stu_GADKM52894,,1680141162669,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-38,,,stu_GADKM52894,,1680141165675,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-39,,,stu_GADKM52894,,1680141177790,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-40,,,stu_GADKM52894,,1680141179870,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-41,,,stu_GADKM52894,,1680141183178,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-42,,,stu_GADKM52894,,1680141186929,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-43,,,stu_GADKM52894,,1680141237328,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-44,,,stu_GADKM52894,,1680141256521,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-45,,,stu_GADKM52894,,1680141256561,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-46,,,stu_GADKM52894,,1680141263466,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-47,,,stu_GADKM52894,,1680141266992,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-48,,,stu_GADKM52894,,1680141270666,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-49,,,stu_GADKM52894,,1680141276444,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-50,,,stu_GADKM52894,,1680141277869,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-51,,,stu_GADKM52894,,1680141280480,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-52,,,stu_GADKM52894,,1680141294248,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-53,,,stu_GADKM52894,,1680141294278,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-54,,,stu_GADKM52894,,1680141299251,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-55,,,stu_GADKM52894,,1680141302076,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,8,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-56,,,stu_GADKM52894,,1680141304982,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-57,,,stu_GADKM52894,,1680141313960,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-58,,,stu_GADKM52894,,1680141317124,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-59,,,stu_GADKM52894,,1680141322320,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-60,,,stu_GADKM52894,,1680141328524,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-61,,,stu_GADKM52894,,1680141373483,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-62,,,stu_GADKM52894,,1680141392080,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-63,,,stu_GADKM52894,,1680141394726,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-64,,,stu_GADKM52894,,1680141394795,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-65,,,stu_GADKM52894,,1680141400312,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-66,,,stu_GADKM52894,,1680141407349,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-67,,,stu_GADKM52894,,1680141411317,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-68,,,stu_GADKM52894,,1680141415140,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-69,,,stu_GADKM52894,,1680141422516,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-70,,,stu_GADKM52894,,1680187226622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-71,,,stu_GADKM52894,,1680187229016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-72,,,stu_GADKM52894,,1680187235640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-73,,,stu_GADKM52894,,1680187237265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-74,,,stu_GADKM52894,,1680187240240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-75,,,stu_GADKM52894,,1680187243455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-76,,,stu_GADKM52894,,1680187247118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-77,,,stu_GADKM52894,,1680187248118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-78,,,stu_GADKM52894,,1680187255572,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-79,,,stu_GADKM52894,,1680187282063,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-80,,,stu_GADKM52894,,1680187282085,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-81,,,stu_GADKM52894,,1680187285851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-82,,,stu_GADKM52894,,1680187288227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-83,,,stu_GADKM52894,,1680187289881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-84,,,stu_GADKM52894,,1680187293121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-85,,,stu_GADKM52894,,1680187295408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-86,,,stu_GADKM52894,,1680187296799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-87,,,stu_GADKM52894,,1680187301808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-88,,,stu_GADKM52894,,1680187305142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-89,,,stu_GADKM52894,,1680187344496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-90,,,stu_GADKM52894,,1680187346688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-91,,,stu_GADKM52894,,1680187354007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-92,,,stu_GADKM52894,,1680187357292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-93,,,stu_GADKM52894,,1680186841176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-94,,,stu_GADKM52894,,1680186846847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-95,,,stu_GADKM52894,,1680186850307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-96,,,stu_GADKM52894,,1680186860027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-97,,,stu_GADKM52894,,1680186880851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-98,,,stu_GADKM52894,,1680186883292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-99,,,stu_GADKM52894,,1680186886204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-100,,,stu_GADKM52894,,1680186886230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-101,,,stu_GADKM52894,,1680186888754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-102,,,stu_GADKM52894,,1680186891758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-103,,,stu_GADKM52894,,1680186894984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-104,,,stu_GADKM52894,,1680186897389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-105,,,stu_GADKM52894,,1680186901784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-106,,,stu_GADKM52894,,1680186901814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-107,,,stu_GADKM52894,,1680186905591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-108,,,stu_GADKM52894,,1680186908359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-109,,,stu_GADKM52894,,1680186911571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-110,,,stu_GADKM52894,,1680186920411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-111,,,stu_GADKM52894,,1680186920445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-112,,,stu_GADKM52894,,1680186927189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,7,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-113,,,stu_GADKM52894,,1680186929045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-114,,,stu_GADKM52894,,1680186930402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-115,,,stu_GADKM52894,,1680186938720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,8,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-116,,,stu_GADKM52894,,1680186938769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-117,,,stu_GADKM52894,,1680186942631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-118,,,stu_GADKM52894,,1680186945066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,9,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-119,,,stu_GADKM52894,,1680186947553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-120,,,stu_GADKM52894,,1680186951822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-121,,,stu_GADKM52894,,1680186955068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-122,,,stu_GADKM52894,,1680186957098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-123,,,stu_GADKM52894,,1680186960168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-124,,,stu_GADKM52894,,1680186963062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-125,,,stu_GADKM52894,,1680186965757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-126,,,stu_GADKM52894,,1680186967937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-127,,,stu_GADKM52894,,1680186969882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-128,,,stu_GADKM52894,,1680186983187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-129,,,stu_GADKM52894,,1680187027612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-130,,,stu_GADKM52894,,1680187029946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-131,,,stu_GADKM52894,,1680187033918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-132,,,stu_TJCKI93854,,1679363263932,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-133,,,stu_TJCKI93854,,1679363267388,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-134,,,stu_TJCKI93854,,1679363271859,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-135,,,stu_TJCKI93854,,1679363275322,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-136,,,stu_TJCKI93854,,1679363279118,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-137,,,stu_TJCKI93854,,1679363281282,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-138,,,stu_TJCKI93854,,1679363285418,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-139,,,stu_TJCKI93854,,1679363288009,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-140,,,stu_TJCKI93854,,1679363291973,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-141,,,stu_TJCKI93854,,1679363296404,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-142,,,stu_TJCKI93854,,1679363298229,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-143,,,stu_TJCKI93854,,1679363300909,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-144,,,stu_TJCKI93854,,1679363302645,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-145,,,stu_TJCKI93854,,1679363307790,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-146,,,stu_TJCKI93854,,1679363309378,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-147,,,stu_TJCKI93854,,1679363318519,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-148,,,stu_TJCKI93854,,1679363331219,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-149,,,stu_TJCKI93854,,1679363334579,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-150,,,stu_TJCKI93854,,1679363337345,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-151,,,stu_TJCKI93854,,1679363339680,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-152,,,stu_TJCKI93854,,1679363350098,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-153,,,stu_TJCKI93854,,1679363432935,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-154,,,stu_TJCKI93854,,1679363434164,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-155,,,stu_TJCKI93854,,1679363439163,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-156,,,stu_TJCKI93854,,1679363441059,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-157,,,stu_TJCKI93854,,1679363450644,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-158,,,stu_TJCKI93854,,1679363458759,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-159,,,stu_TJCKI93854,,1679363461864,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-160,,,stu_TJCKI93854,,1679418424733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-161,,,stu_TJCKI93854,,1679418445020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-162,,,stu_TJCKI93854,,1679418446203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-163,,,stu_TJCKI93854,,1679418449197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-164,,,stu_TJCKI93854,,1679418456186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-165,,,stu_TJCKI93854,,1679418457932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-166,,,stu_TJCKI93854,,1679418458860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-167,,,stu_TJCKI93854,,1679418462486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-168,,,stu_TJCKI93854,,1679418465244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-169,,,stu_TJCKI93854,,1679418467299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-170,,,stu_TJCKI93854,,1679418469182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-171,,,stu_TJCKI93854,,1679418470138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-172,,,stu_TJCKI93854,,1679418475189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-173,,,stu_TJCKI93854,,1679418476451,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-174,,,stu_TJCKI93854,,1679418477971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-175,,,stu_TJCKI93854,,1679418480474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-176,,,stu_TJCKI93854,,1679418481823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-177,,,stu_TJCKI93854,,1679418483357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-178,,,stu_TJCKI93854,,1679418484558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-179,,,stu_TJCKI93854,,1679418487986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-180,,,stu_TJCKI93854,,1679418502020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-181,,,stu_TJCKI93854,,1679418503702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-182,,,stu_TJCKI93854,,1679418505879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-183,,,stu_TJCKI93854,,1679417991419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-184,,,stu_TJCKI93854,,1679417995371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-185,,,stu_TJCKI93854,,1679417999321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-186,,,stu_TJCKI93854,,1679418002940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-187,,,stu_TJCKI93854,,1679418006704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-188,,,stu_TJCKI93854,,1679418006742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-189,,,stu_TJCKI93854,,1679418010395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-190,,,stu_TJCKI93854,,1679418011943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-191,,,stu_TJCKI93854,,1679418015393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-192,,,stu_TJCKI93854,,1679418018238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-193,,,stu_TJCKI93854,,1679418020418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-194,,,stu_TJCKI93854,,1679418022587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-195,,,stu_TJCKI93854,,1679418023715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-196,,,stu_TJCKI93854,,1679418175228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-197,,,stu_TJCKI93854,,1679418176330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-198,,,stu_TJCKI93854,,1679418177875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-199,,,stu_TJCKI93854,,1679418180723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-200,,,stu_TJCKI93854,,1679418184420,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-201,,,stu_TJCKI93854,,1679418192239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-202,,,stu_TJCKI93854,,1679418195448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-203,,,stu_TJCKI93854,,1679418196807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-204,,,stu_TJCKI93854,,1679418200010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-205,,,stu_TJCKI93854,,1679418213632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-206,,,stu_TJCKI93854,,1679418216124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-207,,,stu_TJCKI93854,,1679418224198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-208,,,stu_TJCKI93854,,1679418235646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-209,,,stu_TJCKI93854,,1679418331342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-210,,,stu_TJCKI93854,,1679418332633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-211,,,stu_TJCKI93854,,1679418336900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-212,,,stu_TJCKI93854,,1679418338513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-213,,,stu_TJCKI93854,,1679418340976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-214,,,stu_TJCKI93854,,1679418341848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-215,,,stu_TJCKI93854,,1679418347896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-216,,,stu_TJCKI93854,,1679418349942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-217,,,stu_TJCKI93854,,1679418357017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-218,,,stu_TJCKI93854,,1679418361200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-219,,,stu_TJCKI93854,,1679418362674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-220,,,stu_TJCKI93854,,1679418364715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-221,,,stu_TJCKI93854,,1679418366021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-222,,,stu_TJCKI93854,,1679418375906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-223,,,stu_TJCKI93854,,1679418401138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-224,,,stu_TJCKI93854,,1679418403767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-225,,,stu_TJCKI93854,,1679418406067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-226,,,stu_HUDPT56917,,1676988756768,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-227,,,stu_HUDPT56917,,1676988762272,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-228,,,stu_HUDPT56917,,1676988764827,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-229,,,stu_HUDPT56917,,1676988772438,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-230,,,stu_HUDPT56917,,1676988810913,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-231,,,stu_HUDPT56917,,1676988814730,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-232,,,stu_HUDPT56917,,1676988817842,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-233,,,stu_HUDPT56917,,1676988821927,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-234,,,stu_HUDPT56917,,1676988823392,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-235,,,stu_HUDPT56917,,1676988825351,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-236,,,stu_HUDPT56917,,1676988831162,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-237,,,stu_HUDPT56917,,1676988833119,,,,,,ratio_proportion_change3,ratio_proportion_change3-191,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-238,,,stu_HUDPT56917,,1676988637612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-239,,,stu_HUDPT56917,,1676988637799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-240,,,stu_HUDPT56917,,1676988639841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-241,,,stu_HUDPT56917,,1676988662776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-242,,,stu_HUDPT56917,,1676988666649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-243,,,stu_HUDPT56917,,1676988673429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-244,,,stu_HUDPT56917,,1676988676163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-245,,,stu_HUDPT56917,,1676988678649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-246,,,stu_HUDPT56917,,1676988684695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-247,,,stu_HUDPT56917,,1676988694316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-248,,,stu_HUDPT56917,,1676988701890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-249,,,stu_HUDPT56917,,1676988702028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-250,,,stu_HUDPT56917,,1676988705139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-251,,,stu_HUDPT56917,,1676988705147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-252,,,stu_HUDPT56917,,1676988714533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-253,,,stu_HUDPT56917,,1676988719651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-254,,,stu_HUDPT56917,,1676988721157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-255,,,stu_HUDPT56917,,1676988724677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-256,,,stu_HUDPT56917,,1676988727521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-257,,,stu_HUDPT56917,,1676988733355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-258,,,stu_HUDPT56917,,1676988737474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-259,,,stu_YGNJK29621,,1680899877418,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-260,,,stu_YGNJK29621,,1680899882037,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-261,,,stu_YGNJK29621,,1680899886760,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-262,,,stu_YGNJK29621,,1680899895555,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-263,,,stu_YGNJK29621,,1680899899427,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-264,,,stu_YGNJK29621,,1680899907670,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-265,,,stu_YGNJK29621,,1680899909785,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-266,,,stu_YGNJK29621,,1680899910904,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-267,,,stu_YGNJK29621,,1680899914812,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-268,,,stu_YGNJK29621,,1680899920289,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-269,,,stu_YGNJK29621,,1680899923884,,,,,,ratio_proportion_change3,ratio_proportion_change3-123,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-270,,,stu_YGNJK29621,,1680900042220,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-271,,,stu_YGNJK29621,,1680900047011,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-272,,,stu_YGNJK29621,,1680900050215,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-273,,,stu_YGNJK29621,,1680900051988,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-274,,,stu_YGNJK29621,,1680900056405,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-275,,,stu_YGNJK29621,,1680900059201,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-276,,,stu_YGNJK29621,,1680900059213,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-277,,,stu_YGNJK29621,,1680900063880,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-278,,,stu_YGNJK29621,,1680900066198,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-279,,,stu_YGNJK29621,,1680900070155,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-280,,,stu_YGNJK29621,,1680900071336,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-281,,,stu_YGNJK29621,,1680900078335,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-282,,,stu_YGNJK29621,,1680900083203,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-283,,,stu_YGNJK29621,,1680900086205,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-284,,,stu_YGNJK29621,,1680716938364,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-285,,,stu_YGNJK29621,,1680716940675,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-286,,,stu_YGNJK29621,,1680716943666,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-287,,,stu_YGNJK29621,,1680716945131,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-288,,,stu_YGNJK29621,,1680716947021,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-289,,,stu_YGNJK29621,,1680716954836,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-290,,,stu_YGNJK29621,,1680716957518,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-291,,,stu_YGNJK29621,,1680716960313,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-292,,,stu_YGNJK29621,,1680716962744,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-293,,,stu_YGNJK29621,,1680716967671,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-294,,,stu_YGNJK29621,,1680716973592,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-295,,,stu_YGNJK29621,,1680716678230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-296,,,stu_YGNJK29621,,1680716678277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-297,,,stu_YGNJK29621,,1680716679901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-298,,,stu_YGNJK29621,,1680716682670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-299,,,stu_YGNJK29621,,1680716685453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-300,,,stu_YGNJK29621,,1680716690757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-301,,,stu_YGNJK29621,,1680716696625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-302,,,stu_YGNJK29621,,1680716700174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-303,,,stu_YGNJK29621,,1680716702865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-304,,,stu_YGNJK29621,,1680716704727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-305,,,stu_YGNJK29621,,1680716708184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-306,,,stu_YGNJK29621,,1680716712262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-307,,,stu_YGNJK29621,,1680716720564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-308,,,stu_YGNJK29621,,1680716720574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-309,,,stu_YGNJK29621,,1680716748732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-310,,,stu_YGNJK29621,,1680716755673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-311,,,stu_YGNJK29621,,1680716761022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-312,,,stu_YGNJK29621,,1680716764893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-313,,,stu_YGNJK29621,,1680716767843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-314,,,stu_YGNJK29621,,1680716770624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-315,,,stu_YGNJK29621,,1680716772453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-316,,,stu_YGNJK29621,,1680716775254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-317,,,stu_YGNJK29621,,1680716778519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-318,,,stu_YGNJK29621,,1680716782642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-319,,,stu_YGNJK29621,,1680716787004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-320,,,stu_CCXVV21669,,1681670759067,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-321,,,stu_CCXVV21669,,1681670766675,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-322,,,stu_CCXVV21669,,1681670767991,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-323,,,stu_CCXVV21669,,1681670770310,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-324,,,stu_CCXVV21669,,1681670771643,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-325,,,stu_CCXVV21669,,1681670786928,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-326,,,stu_CCXVV21669,,1681670796741,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-327,,,stu_CCXVV21669,,1681670799253,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-328,,,stu_CCXVV21669,,1681670805812,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-329,,,stu_CCXVV21669,,1681670809332,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-330,,,stu_CCXVV21669,,1681670820347,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-331,,,stu_CCXVV21669,,1681670828461,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-332,,,stu_CCXVV21669,,1681670831261,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-333,,,stu_CCXVV21669,,1681670835731,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-334,,,stu_CCXVV21669,,1681670838755,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-335,,,stu_CCXVV21669,,1681670841005,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-336,,,stu_CCXVV21669,,1681670846500,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-337,,,stu_CCXVV21669,,1681670849570,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-338,,,stu_CCXVV21669,,1681670851255,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-339,,,stu_CCXVV21669,,1681670854236,,,,,,ratio_proportion_change3,ratio_proportion_change3-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-340,,,stu_JVTNZ83194,,1684710080284,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-341,,,stu_JVTNZ83194,,1684710083218,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-342,,,stu_JVTNZ83194,,1684710106787,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-343,,,stu_JVTNZ83194,,1684710109926,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-344,,,stu_JVTNZ83194,,1684710114570,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-345,,,stu_JVTNZ83194,,1684710116125,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-346,,,stu_JVTNZ83194,,1684710119008,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-347,,,stu_JVTNZ83194,,1684710119064,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-348,,,stu_JVTNZ83194,,1684710128917,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-349,,,stu_JVTNZ83194,,1684710128923,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-350,,,stu_JVTNZ83194,,1684710131518,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-351,,,stu_JVTNZ83194,,1684710134881,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-352,,,stu_JVTNZ83194,,1684710137594,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-353,,,stu_JVTNZ83194,,1684710141033,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-354,,,stu_JVTNZ83194,,1684710147039,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-355,,,stu_JVTNZ83194,,1684710147766,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-356,,,stu_JVTNZ83194,,1684710149319,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-357,,,stu_JVTNZ83194,,1684710160382,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-358,,,stu_JVTNZ83194,,1684710164357,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-359,,,stu_JVTNZ83194,,1684709945531,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-360,,,stu_JVTNZ83194,,1684709948453,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-361,,,stu_JVTNZ83194,,1684709953813,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-362,,,stu_JVTNZ83194,,1684709958217,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-363,,,stu_JVTNZ83194,,1684709959989,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-364,,,stu_JVTNZ83194,,1684709962617,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-365,,,stu_JVTNZ83194,,1684709966232,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-366,,,stu_JVTNZ83194,,1684709969451,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-367,,,stu_JVTNZ83194,,1684709971120,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-368,,,stu_JVTNZ83194,,1684709977102,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-369,,,stu_JVTNZ83194,,1684709981266,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-370,,,stu_JVTNZ83194,,1684709991853,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-371,,,stu_JVTNZ83194,,1684709996703,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-372,,,stu_JVTNZ83194,,1684709998870,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-373,,,stu_UOCUH27980,,1684256113026,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-374,,,stu_UOCUH27980,,1684256115227,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-375,,,stu_UOCUH27980,,1684256120483,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-376,,,stu_UOCUH27980,,1684256125180,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-377,,,stu_UOCUH27980,,1684256129072,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-378,,,stu_UOCUH27980,,1684256133077,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-379,,,stu_UOCUH27980,,1684256135231,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-380,,,stu_UOCUH27980,,1684256140082,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-381,,,stu_UOCUH27980,,1684256140898,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-382,,,stu_UOCUH27980,,1684256143772,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-383,,,stu_UOCUH27980,,1684256160448,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-384,,,stu_UOCUH27980,,1684256171754,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-385,,,stu_UOCUH27980,,1684256176374,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-386,,,stu_UOCUH27980,,1684256178800,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-387,,,stu_UOCUH27980,,1684256186456,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-388,,,stu_UOCUH27980,,1684256194068,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-389,,,stu_UOCUH27980,,1684256197612,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-390,,,stu_UOCUH27980,,1684256200657,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-391,,,stu_UOCUH27980,,1684256203086,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-392,,,stu_UOCUH27980,,1684256209845,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-393,,,stu_UOCUH27980,,1684256222417,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-394,,,stu_UOCUH27980,,1684256226790,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-395,,,stu_UOCUH27980,,1684256237793,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-396,,,stu_UOCUH27980,,1684256471943,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-397,,,stu_UOCUH27980,,1684256477445,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-398,,,stu_UOCUH27980,,1684256480637,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-399,,,stu_UOCUH27980,,1684256483216,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-400,,,stu_UOCUH27980,,1684256485781,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-401,,,stu_UOCUH27980,,1684256491254,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-402,,,stu_UOCUH27980,,1684256491950,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-403,,,stu_UOCUH27980,,1684256492966,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-404,,,stu_UOCUH27980,,1684256496188,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-405,,,stu_UOCUH27980,,1684256498276,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-406,,,stu_UOCUH27980,,1684256866261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-407,,,stu_UOCUH27980,,1684256866298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-408,,,stu_UOCUH27980,,1684256868756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-409,,,stu_UOCUH27980,,1684256884283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-410,,,stu_UOCUH27980,,1684256887302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-411,,,stu_UOCUH27980,,1684256892364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-412,,,stu_UOCUH27980,,1684256897092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-413,,,stu_UOCUH27980,,1684256900136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-414,,,stu_UOCUH27980,,1684256900773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-415,,,stu_UOCUH27980,,1684256902640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-416,,,stu_UOCUH27980,,1684256904126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-417,,,stu_UOCUH27980,,1684256907355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-418,,,stu_UOCUH27980,,1684256919160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-419,,,stu_UOCUH27980,,1684256921526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-420,,,stu_UOCUH27980,,1684256925023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-421,,,stu_UOCUH27980,,1684256276783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-422,,,stu_UOCUH27980,,1684256284275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-423,,,stu_UOCUH27980,,1684256286727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-424,,,stu_UOCUH27980,,1684256290866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-425,,,stu_UOCUH27980,,1684256292634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-426,,,stu_UOCUH27980,,1684256297058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-427,,,stu_UOCUH27980,,1684256300339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-428,,,stu_UOCUH27980,,1684256301046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-429,,,stu_UOCUH27980,,1684256304409,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-430,,,stu_UOCUH27980,,1684256308525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-431,,,stu_UOCUH27980,,1684256310551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-432,,,stu_WMGYD37682,,1680733420390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-433,,,stu_WMGYD37682,,1680733426630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-434,,,stu_WMGYD37682,,1680733431435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-435,,,stu_WMGYD37682,,1680733432645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-436,,,stu_WMGYD37682,,1680733435789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-437,,,stu_WMGYD37682,,1680733439641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-438,,,stu_WMGYD37682,,1680733441030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-439,,,stu_WMGYD37682,,1680733442694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-440,,,stu_WMGYD37682,,1680733445576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-441,,,stu_WMGYD37682,,1680733450641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-442,,,stu_ZDBEX63974,,1683133021399,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-443,,,stu_ZDBEX63974,,1683133021448,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-444,,,stu_ZDBEX63974,,1683133023658,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-445,,,stu_ZDBEX63974,,1683133070326,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-446,,,stu_ZDBEX63974,,1683133071157,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-447,,,stu_ZDBEX63974,,1683133074487,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-448,,,stu_ZDBEX63974,,1683133078437,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-449,,,stu_ZDBEX63974,,1683133079633,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-450,,,stu_ZDBEX63974,,1683133086889,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-451,,,stu_ZDBEX63974,,1683133103894,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-452,,,stu_ZDBEX63974,,1683133103933,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-453,,,stu_ZDBEX63974,,1683133110214,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-454,,,stu_ZDBEX63974,,1683133113985,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-455,,,stu_ZDBEX63974,,1683133120587,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-456,,,stu_ZDBEX63974,,1683133122800,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-457,,,stu_ZDBEX63974,,1683133147174,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-458,,,stu_ZDBEX63974,,1683133149737,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-459,,,stu_ZDBEX63974,,1683133152921,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-460,,,stu_ZDBEX63974,,1683133157315,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-461,,,stu_ZDBEX63974,,1683133163300,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-462,,,stu_ZDBEX63974,,1683133166290,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-463,,,stu_ZDBEX63974,,1683133187426,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-464,,,stu_ZDBEX63974,,1683133207004,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-465,,,stu_ZDBEX63974,,1683133208833,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-466,,,stu_ZDBEX63974,,1683133213398,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-467,,,stu_ZDBEX63974,,1683133215228,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-468,,,stu_ZDBEX63974,,1683565517561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-469,,,stu_ZDBEX63974,,1683565522862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-470,,,stu_ZDBEX63974,,1683565534189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-471,,,stu_ZDBEX63974,,1683565536601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-472,,,stu_ZDBEX63974,,1683565538124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-473,,,stu_ZDBEX63974,,1683565541989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-474,,,stu_ZDBEX63974,,1683565544816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-475,,,stu_ZDBEX63974,,1683565552034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-476,,,stu_ZDBEX63974,,1683565553756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-477,,,stu_ZDBEX63974,,1683565565827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-478,,,stu_ZDBEX63974,,1683565583064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-479,,,stu_ZDBEX63974,,1683565585564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-480,,,stu_ZDBEX63974,,1683565588094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-481,,,stu_ZDBEX63974,,1683565590313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-482,,,stu_ZDBEX63974,,1683563350975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-483,,,stu_ZDBEX63974,,1683563351077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-484,,,stu_ZDBEX63974,,1683563352534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-485,,,stu_ZDBEX63974,,1683563427962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-486,,,stu_ZDBEX63974,,1683563445981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-487,,,stu_ZDBEX63974,,1683563643737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-488,,,stu_ZDBEX63974,,1683563648798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-489,,,stu_ZDBEX63974,,1683563652654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-490,,,stu_ZDBEX63974,,1683563656259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-491,,,stu_ZDBEX63974,,1683563661942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-492,,,stu_ZDBEX63974,,1683563665740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-493,,,stu_ZDBEX63974,,1683563668188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-494,,,stu_ZDBEX63974,,1683563669636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-495,,,stu_ZDBEX63974,,1683563673699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-496,,,stu_ZDBEX63974,,1683563714461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-497,,,stu_ZDBEX63974,,1683563739827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-498,,,stu_ZDBEX63974,,1683563739834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-499,,,stu_ZDBEX63974,,1683563744137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-500,,,stu_ZDBEX63974,,1683563749319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-501,,,stu_ZDBEX63974,,1683563754751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-502,,,stu_ZDBEX63974,,1683563777134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-503,,,stu_ZDBEX63974,,1683563781288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-504,,,stu_ZDBEX63974,,1683563783717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-505,,,stu_ZDBEX63974,,1683563787315,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-506,,,stu_ZDBEX63974,,1683563792661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-507,,,stu_ZDBEX63974,,1683563795382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-508,,,stu_ZDBEX63974,,1683563799401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-509,,,stu_ZDBEX63974,,1683563800939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-510,,,stu_ZDBEX63974,,1683563800966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-511,,,stu_ZDBEX63974,,1683563802863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-512,,,stu_ZDBEX63974,,1683564762495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-513,,,stu_ZDBEX63974,,1683564767148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-514,,,stu_ZDBEX63974,,1683564769937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-515,,,stu_ZDBEX63974,,1683564772106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-516,,,stu_ZDBEX63974,,1683564774510,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-517,,,stu_ZDBEX63974,,1683564777828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-518,,,stu_ZDBEX63974,,1683564779641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-519,,,stu_ZDBEX63974,,1683564782861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-520,,,stu_ZDBEX63974,,1683564784820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-521,,,stu_ZDBEX63974,,1683564800989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-522,,,stu_ZDBEX63974,,1683564817736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-523,,,stu_ZDBEX63974,,1683564820716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-524,,,stu_ZDBEX63974,,1683564824175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-525,,,stu_ZDBEX63974,,1683564826229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-526,,,stu_ZDBEX63974,,1683564251358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-527,,,stu_ZDBEX63974,,1683564272690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-528,,,stu_ZDBEX63974,,1683564279429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-529,,,stu_ZDBEX63974,,1683564283952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-530,,,stu_ZDBEX63974,,1683564291602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-531,,,stu_ZDBEX63974,,1683564295033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-532,,,stu_ZDBEX63974,,1683564298047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-533,,,stu_ZDBEX63974,,1683564301278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-534,,,stu_ZDBEX63974,,1683564304761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-535,,,stu_ZDBEX63974,,1683564308105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-536,,,stu_ZDBEX63974,,1683564310134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-537,,,stu_ZDBEX63974,,1683564323172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-538,,,stu_ZDBEX63974,,1683564341016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-539,,,stu_ZDBEX63974,,1683564349269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-540,,,stu_ZDBEX63974,,1683564353564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-541,,,stu_ZDBEX63974,,1683564355554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-542,,,stu_NYWDC19722,,1680223233129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-543,,,stu_NYWDC19722,,1680223233169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-544,,,stu_NYWDC19722,,1680223234469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-545,,,stu_NYWDC19722,,1680223240622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-546,,,stu_NYWDC19722,,1680223244903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-547,,,stu_NYWDC19722,,1680223246335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-548,,,stu_NYWDC19722,,1680223250445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-549,,,stu_NYWDC19722,,1680223254680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-550,,,stu_NYWDC19722,,1680223261748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-551,,,stu_NYWDC19722,,1680223263362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-552,,,stu_NYWDC19722,,1680223267158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-553,,,stu_NYWDC19722,,1680223268683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-554,,,stu_NYWDC19722,,1680223271816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-555,,,stu_NYWDC19722,,1680223275924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-556,,,stu_NYWDC19722,,1680223277598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-557,,,stu_NYWDC19722,,1680223282356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-558,,,stu_NYWDC19722,,1680223283754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-559,,,stu_NYWDC19722,,1680223288847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-560,,,stu_NYWDC19722,,1680223294763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-561,,,stu_NYWDC19722,,1680223310002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-562,,,stu_NYWDC19722,,1680223316180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-563,,,stu_NYWDC19722,,1680223318253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-564,,,stu_CRJBA61379,,1667479255281,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-565,,,stu_CRJBA61379,,1667479268893,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-566,,,stu_CRJBA61379,,1667479284199,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-567,,,stu_CRJBA61379,,1667479294890,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-568,,,stu_CRJBA61379,,1667479298749,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-569,,,stu_CRJBA61379,,1667479301999,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-570,,,stu_CRJBA61379,,1667479304886,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-571,,,stu_CRJBA61379,,1667479314566,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-572,,,stu_CRJBA61379,,1667479315579,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-573,,,stu_CRJBA61379,,1667479323750,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-574,,,stu_CRJBA61379,,1667479333439,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-575,,,stu_CRJBA61379,,1667479338185,,,,,,ratio_proportion_change3,ratio_proportion_change3-134,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-576,,,stu_VQBIO27306,,1666355925355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-577,,,stu_VQBIO27306,,1666355930954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-578,,,stu_VQBIO27306,,1666355939636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-579,,,stu_VQBIO27306,,1666355944605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-580,,,stu_VQBIO27306,,1666355946820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-581,,,stu_VQBIO27306,,1666355952556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-582,,,stu_VQBIO27306,,1666355956174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-583,,,stu_VQBIO27306,,1666355959087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-584,,,stu_VQBIO27306,,1666355969428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-585,,,stu_VQBIO27306,,1666355972337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-586,,,stu_VQBIO27306,,1666355975987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-587,,,stu_VQBIO27306,,1666355978657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-588,,,stu_VQBIO27306,,1666355980443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-589,,,stu_VQBIO27306,,1666355999058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-590,,,stu_VQBIO27306,,1666356001567,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-591,,,stu_VQBIO27306,,1666356017015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-592,,,stu_VQBIO27306,,1666356020668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-593,,,stu_VQBIO27306,,1666356023494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-594,,,stu_VQBIO27306,,1666356024425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-595,,,stu_VQBIO27306,,1666356043349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-596,,,stu_VQBIO27306,,1666356050412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-597,,,stu_VQBIO27306,,1666356054010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-598,,,stu_VQBIO27306,,1666356055880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-599,,,stu_VQBIO27306,,1666356079358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-600,,,stu_VQBIO27306,,1666356082492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-601,,,stu_APNQC31800,,1684281073923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-602,,,stu_APNQC31800,,1684281080926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-603,,,stu_APNQC31800,,1684281090118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-604,,,stu_APNQC31800,,1684281092538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-605,,,stu_APNQC31800,,1684281128874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-606,,,stu_APNQC31800,,1684281130746,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-607,,,stu_APNQC31800,,1684281135298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-608,,,stu_APNQC31800,,1684281137834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-609,,,stu_APNQC31800,,1684281156340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-610,,,stu_APNQC31800,,1684281160897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-611,,,stu_APNQC31800,,1684281167587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-612,,,stu_NSIQV68429,,1684154967960,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-613,,,stu_NSIQV68429,,1684154972669,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-614,,,stu_NSIQV68429,,1684154974792,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-615,,,stu_NSIQV68429,,1684154978379,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-616,,,stu_NSIQV68429,,1684154979676,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-617,,,stu_NSIQV68429,,1684154981780,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-618,,,stu_NSIQV68429,,1684154992964,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-619,,,stu_NSIQV68429,,1684154994239,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-620,,,stu_NSIQV68429,,1684155001390,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-621,,,stu_NSIQV68429,,1684155004350,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-622,,,stu_NSIQV68429,,1684155012172,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-623,,,stu_TMZAP78035,,1675952620665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-624,,,stu_TMZAP78035,,1675952620682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-625,,,stu_TMZAP78035,,1675952622882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-626,,,stu_TMZAP78035,,1675952625096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-627,,,stu_TMZAP78035,,1675952645509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-628,,,stu_TMZAP78035,,1675952650157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-629,,,stu_TMZAP78035,,1675952652780,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-630,,,stu_TMZAP78035,,1675952655328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-631,,,stu_TMZAP78035,,1675952661897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-632,,,stu_TMZAP78035,,1675952663123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-633,,,stu_TMZAP78035,,1675952664583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-634,,,stu_TMZAP78035,,1675952667334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-635,,,stu_TMZAP78035,,1675952669060,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-636,,,stu_TMZAP78035,,1675952670196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-637,,,stu_TMZAP78035,,1675952671983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-638,,,stu_TMZAP78035,,1675952673433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-639,,,stu_TMZAP78035,,1675952677762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-640,,,stu_TMZAP78035,,1675952680499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-641,,,stu_TMZAP78035,,1675952682554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-642,,,stu_TMZAP78035,,1675952685744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-643,,,stu_TMZAP78035,,1675952724500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-644,,,stu_TMZAP78035,,1675952729425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-645,,,stu_TMZAP78035,,1675952732464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-646,,,stu_TMZAP78035,,1675952733772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-647,,,stu_TMZAP78035,,1675952735930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-648,,,stu_TMZAP78035,,1675952747403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-649,,,stu_TMZAP78035,,1675952749227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-650,,,stu_TMZAP78035,,1675952751298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-651,,,stu_TMZAP78035,,1675952753074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-652,,,stu_TMZAP78035,,1675952757263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-653,,,stu_TMZAP78035,,1675952758154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-654,,,stu_TMZAP78035,,1675952760130,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-655,,,stu_TMZAP78035,,1675952762594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-656,,,stu_TMZAP78035,,1675952764207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-657,,,stu_TMZAP78035,,1675952768203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-658,,,stu_TMZAP78035,,1675952772825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-659,,,stu_TMZAP78035,,1675952775660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-660,,,stu_TMZAP78035,,1675952782913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-661,,,stu_TMZAP78035,,1675952392004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-662,,,stu_TMZAP78035,,1675952396543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-663,,,stu_TMZAP78035,,1675952404497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-664,,,stu_TMZAP78035,,1675952408019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-665,,,stu_TMZAP78035,,1675952414913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-666,,,stu_TMZAP78035,,1675952423747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-667,,,stu_TMZAP78035,,1675952423754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-668,,,stu_TMZAP78035,,1675952426062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-669,,,stu_TMZAP78035,,1675952429219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-670,,,stu_TMZAP78035,,1675952432741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-671,,,stu_TMZAP78035,,1675952436627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-672,,,stu_TMZAP78035,,1675952439577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-673,,,stu_TMZAP78035,,1675952445092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-674,,,stu_TMZAP78035,,1675952446727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-675,,,stu_TMZAP78035,,1675952448038,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-676,,,stu_TMZAP78035,,1675952449870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-677,,,stu_TMZAP78035,,1675952454043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-678,,,stu_TMZAP78035,,1675952455481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-679,,,stu_TMZAP78035,,1675952457389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-680,,,stu_TMZAP78035,,1675952459062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-681,,,stu_TMZAP78035,,1675952467056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-682,,,stu_TMZAP78035,,1675952471183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-683,,,stu_TMZAP78035,,1675952473440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-684,,,stu_TMZAP78035,,1675952477134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-685,,,stu_WTOZB46950,,1669139926931,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-686,,,stu_WTOZB46950,,1669139937128,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-687,,,stu_WTOZB46950,,1669139938807,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-688,,,stu_WTOZB46950,,1669139943728,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-689,,,stu_WTOZB46950,,1669139945131,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-690,,,stu_WTOZB46950,,1669139945145,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-691,,,stu_WTOZB46950,,1669139949900,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-692,,,stu_WTOZB46950,,1669139960770,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-693,,,stu_WTOZB46950,,1669139960780,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-694,,,stu_WTOZB46950,,1669139970706,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-695,,,stu_WTOZB46950,,1669139974348,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-696,,,stu_WTOZB46950,,1669139975070,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-697,,,stu_WTOZB46950,,1669139982314,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-698,,,stu_WTOZB46950,,1669139984443,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-699,,,stu_WTOZB46950,,1669139986902,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-700,,,stu_WTOZB46950,,1669139992264,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-701,,,stu_WTOZB46950,,1669139997963,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-702,,,stu_WTOZB46950,,1669140000007,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-703,,,stu_WTOZB46950,,1669140005658,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-704,,,stu_WTOZB46950,,1669140007354,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-705,,,stu_WTOZB46950,,1669140008629,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-706,,,stu_WTOZB46950,,1669140022626,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-707,,,stu_WTOZB46950,,1669140027017,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-708,,,stu_WTOZB46950,,1669140038418,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-709,,,stu_WTOZB46950,,1669140042223,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-710,,,stu_WTOZB46950,,1669140047035,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-711,,,stu_WTOZB46950,,1669140049698,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-712,,,stu_WTOZB46950,,1669140049716,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-713,,,stu_WTOZB46950,,1669140053218,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-714,,,stu_WTOZB46950,,1669140056659,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-715,,,stu_WTOZB46950,,1669140059661,,,,,,ratio_proportion_change3,ratio_proportion_change3-076,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-716,,,stu_WTOZB46950,,1668796543151,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-717,,,stu_WTOZB46950,,1668796548652,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-718,,,stu_WTOZB46950,,1668796554192,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-719,,,stu_WTOZB46950,,1668796556594,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-720,,,stu_WTOZB46950,,1668796595586,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-721,,,stu_WTOZB46950,,1668796601006,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-722,,,stu_WTOZB46950,,1668796605091,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-723,,,stu_WTOZB46950,,1668796627419,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-724,,,stu_WTOZB46950,,1668796629108,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-725,,,stu_WTOZB46950,,1668796640899,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-726,,,stu_WTOZB46950,,1668796647242,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-727,,,stu_WTOZB46950,,1668796653671,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-728,,,stu_WTOZB46950,,1668796653678,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-729,,,stu_WTOZB46950,,1668796657073,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-730,,,stu_WTOZB46950,,1668796658875,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-731,,,stu_WTOZB46950,,1668796660392,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-732,,,stu_WTOZB46950,,1668796662126,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-733,,,stu_WTOZB46950,,1668796666475,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-734,,,stu_WTOZB46950,,1668796669945,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,EquationAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-735,,,stu_WTOZB46950,,1668796669969,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-736,,,stu_WTOZB46950,,1668796673591,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-737,,,stu_WTOZB46950,,1668796676285,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-738,,,stu_WTOZB46950,,1668796688443,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-739,,,stu_WTOZB46950,,1668796693666,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-740,,,stu_WTOZB46950,,1668796695295,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-741,,,stu_WTOZB46950,,1668796697319,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-742,,,stu_WTOZB46950,,1668796697384,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-743,,,stu_WTOZB46950,,1668796700681,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-744,,,stu_WTOZB46950,,1668796705448,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-745,,,stu_WTOZB46950,,1668796709870,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-746,,,stu_WTOZB46950,,1668796709885,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-747,,,stu_WTOZB46950,,1668796716729,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,6,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-748,,,stu_WTOZB46950,,1668796721094,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-749,,,stu_WTOZB46950,,1668796722092,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-750,,,stu_WTOZB46950,,1668796724246,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-751,,,stu_WTOZB46950,,1668796724271,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-752,,,stu_WTOZB46950,,1668796727733,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-753,,,stu_WTOZB46950,,1668796730151,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-754,,,stu_WTOZB46950,,1668796734228,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-755,,,stu_WTOZB46950,,1668796767879,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-756,,,stu_WTOZB46950,,1668796769540,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-757,,,stu_MTSLD50363,,1667938784969,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-758,,,stu_MTSLD50363,,1667938800091,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-759,,,stu_MTSLD50363,,1667938822268,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-760,,,stu_MTSLD50363,,1667938825837,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-761,,,stu_MTSLD50363,,1667938830307,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-762,,,stu_MTSLD50363,,1667938837609,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-763,,,stu_MTSLD50363,,1667938839947,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-764,,,stu_MTSLD50363,,1667938841693,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-765,,,stu_MTSLD50363,,1667938846847,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-766,,,stu_MTSLD50363,,1667938855075,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-767,,,stu_MTSLD50363,,1667938856923,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-768,,,stu_MTSLD50363,,1667938857694,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-769,,,stu_MTSLD50363,,1667938861949,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-770,,,stu_MTSLD50363,,1667938867638,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-771,,,stu_MTSLD50363,,1667938887972,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-772,,,stu_MTSLD50363,,1667938894091,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-773,,,stu_MTSLD50363,,1667938900229,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-774,,,stu_MTSLD50363,,1667938901794,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-775,,,stu_MTSLD50363,,1667938904143,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-776,,,stu_MTSLD50363,,1667938916054,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-777,,,stu_MTSLD50363,,1667938917456,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-778,,,stu_MTSLD50363,,1667938918554,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-779,,,stu_MTSLD50363,,1667938921802,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-780,,,stu_MTSLD50363,,1667938925139,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-781,,,stu_BCOAD08765,,1686669711711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-782,,,stu_BCOAD08765,,1686669713784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-783,,,stu_BCOAD08765,,1686669718011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-784,,,stu_BCOAD08765,,1686669719004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-785,,,stu_BCOAD08765,,1686669720401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-786,,,stu_BCOAD08765,,1686669724743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-787,,,stu_BCOAD08765,,1686669725995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-788,,,stu_BCOAD08765,,1686669728007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-789,,,stu_BCOAD08765,,1686669729302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-790,,,stu_BCOAD08765,,1686669732619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-791,,,stu_BCOAD08765,,1686669743949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-792,,,stu_BCOAD08765,,1686669745183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-793,,,stu_BCOAD08765,,1686669747679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-794,,,stu_BCOAD08765,,1686669763653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-795,,,stu_FUAXW79738,,1679581388432,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-796,,,stu_FUAXW79738,,1679581392342,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-797,,,stu_FUAXW79738,,1679581397178,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-798,,,stu_FUAXW79738,,1679581399774,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-799,,,stu_FUAXW79738,,1679581402496,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-800,,,stu_FUAXW79738,,1679581403860,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-801,,,stu_FUAXW79738,,1679581413963,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-802,,,stu_FUAXW79738,,1679581428973,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-803,,,stu_FUAXW79738,,1679581432994,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-804,,,stu_FUAXW79738,,1679581438660,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-805,,,stu_FUAXW79738,,1679581440959,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-806,,,stu_FUAXW79738,,1679581444139,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-807,,,stu_FUAXW79738,,1679581447818,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-808,,,stu_FUAXW79738,,1679581451092,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-809,,,stu_FVUZN00384,,1678732447311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-810,,,stu_FVUZN00384,,1678732456805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-811,,,stu_FVUZN00384,,1678732459844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-812,,,stu_FVUZN00384,,1678732464301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-813,,,stu_FVUZN00384,,1678732468557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-814,,,stu_FVUZN00384,,1678732470036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-815,,,stu_FVUZN00384,,1678732473837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-816,,,stu_FVUZN00384,,1678732476541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-817,,,stu_FVUZN00384,,1678732478687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-818,,,stu_FVUZN00384,,1678732480966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-819,,,stu_FVUZN00384,,1678732483344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-820,,,stu_FVUZN00384,,1678732487295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-821,,,stu_FVUZN00384,,1678732495328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-822,,,stu_FVUZN00384,,1678732497343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-823,,,stu_FVUZN00384,,1678732497367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-824,,,stu_FVUZN00384,,1678732502079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-825,,,stu_FVUZN00384,,1678732504622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-826,,,stu_FVUZN00384,,1678732505669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-827,,,stu_FVUZN00384,,1678732512168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-828,,,stu_FVUZN00384,,1678732514352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-829,,,stu_FVUZN00384,,1678732518461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-830,,,stu_FVUZN00384,,1678732520173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-831,,,stu_FVUZN00384,,1678732522598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-832,,,stu_FVUZN00384,,1678732525520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-833,,,stu_FVUZN00384,,1678732528927,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-834,,,stu_FVUZN00384,,1678732530314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-835,,,stu_FVUZN00384,,1678732533398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-836,,,stu_FVUZN00384,,1678732533421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-837,,,stu_FVUZN00384,,1678732535678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-838,,,stu_FVUZN00384,,1678732540952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-839,,,stu_FVUZN00384,,1678732542500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-840,,,stu_FVUZN00384,,1678732544644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-841,,,stu_FVUZN00384,,1678732548230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-842,,,stu_FVUZN00384,,1678732548251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-843,,,stu_FVUZN00384,,1678732551458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-844,,,stu_FVUZN00384,,1678732554647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-845,,,stu_FVUZN00384,,1678732562707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-846,,,stu_FVUZN00384,,1678732563859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-847,,,stu_FVUZN00384,,1678732565982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-848,,,stu_QJDCC00585,,1677791322730,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-849,,,stu_QJDCC00585,,1677791322776,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-850,,,stu_QJDCC00585,,1677791324429,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-851,,,stu_QJDCC00585,,1677791360033,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-852,,,stu_QJDCC00585,,1677791362934,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-853,,,stu_QJDCC00585,,1677791364782,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-854,,,stu_QJDCC00585,,1677791364782,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-855,,,stu_QJDCC00585,,1677791366668,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-856,,,stu_QJDCC00585,,1677791368408,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-857,,,stu_QJDCC00585,,1677791369519,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-858,,,stu_QJDCC00585,,1677791371216,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-859,,,stu_QJDCC00585,,1677791372452,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-860,,,stu_QJDCC00585,,1677791377460,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-861,,,stu_QJDCC00585,,1677791380367,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-862,,,stu_QJDCC00585,,1677791381280,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-863,,,stu_QJDCC00585,,1677791386201,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-864,,,stu_QJDCC00585,,1677791388308,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-865,,,stu_QJDCC00585,,1677791391522,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-866,,,stu_QJDCC00585,,1677791395611,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-867,,,stu_QJDCC00585,,1677791403273,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-868,,,stu_QJDCC00585,,1677791406178,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-869,,,stu_QJDCC00585,,1677791408493,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-870,,,stu_QJDCC00585,,1677791410833,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-871,,,stu_QJDCC00585,,1677791412664,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-872,,,stu_QJDCC00585,,1677791415282,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-873,,,stu_QJDCC00585,,1677791415302,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-874,,,stu_QJDCC00585,,1677791419134,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-875,,,stu_QJDCC00585,,1677791419168,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-876,,,stu_QJDCC00585,,1677791422710,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-877,,,stu_QJDCC00585,,1677791425282,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-878,,,stu_QJDCC00585,,1677791428385,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-879,,,stu_QJDCC00585,,1677791431006,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-880,,,stu_QJDCC00585,,1677791431040,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-881,,,stu_QJDCC00585,,1677791435565,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-882,,,stu_QJDCC00585,,1677791437782,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-883,,,stu_QJDCC00585,,1677791441595,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-884,,,stu_QJDCC00585,,1677791447864,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-885,,,stu_QJDCC00585,,1677791456078,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-886,,,stu_QJDCC00585,,1677791458199,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-887,,,stu_QJDCC00585,,1677791462449,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-888,,,stu_QJDCC00585,,1677791465322,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-889,,,stu_QJDCC00585,,1677791468252,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-890,,,stu_QJDCC00585,,1677791469784,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-891,,,stu_QJDCC00585,,1677791477365,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-892,,,stu_QJDCC00585,,1677791489797,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-893,,,stu_QJDCC00585,,1677791492514,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-894,,,stu_QJDCC00585,,1677782777074,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-895,,,stu_QJDCC00585,,1677782777141,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-896,,,stu_QJDCC00585,,1677782778917,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-897,,,stu_QJDCC00585,,1677782784505,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-898,,,stu_QJDCC00585,,1677782788103,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-899,,,stu_QJDCC00585,,1677782790815,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-900,,,stu_QJDCC00585,,1677782793171,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-901,,,stu_QJDCC00585,,1677782795950,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-902,,,stu_QJDCC00585,,1677782798666,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-903,,,stu_QJDCC00585,,1677782900981,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-904,,,stu_QJDCC00585,,1677782902930,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-905,,,stu_QJDCC00585,,1677782906981,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-906,,,stu_QJDCC00585,,1677782907015,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-907,,,stu_QJDCC00585,,1677782910851,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-908,,,stu_QJDCC00585,,1677782914609,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-909,,,stu_QJDCC00585,,1677782918350,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-910,,,stu_QJDCC00585,,1677782921979,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-911,,,stu_QJDCC00585,,1677782924239,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-912,,,stu_QJDCC00585,,1677782928895,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-913,,,stu_QJDCC00585,,1677782932422,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-914,,,stu_QJDCC00585,,1677782934281,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-915,,,stu_QJDCC00585,,1677782939094,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-916,,,stu_QJDCC00585,,1677782941293,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-917,,,stu_QJDCC00585,,1677783144428,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-918,,,stu_QJDCC00585,,1677783146861,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-919,,,stu_QJDCC00585,,1677783149171,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-920,,,stu_QJDCC00585,,1677783152520,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-921,,,stu_QJDCC00585,,1677783157590,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-922,,,stu_QJDCC00585,,1677783157615,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-923,,,stu_QJDCC00585,,1677783161903,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-924,,,stu_QJDCC00585,,1677783161934,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-925,,,stu_QJDCC00585,,1677783165828,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-926,,,stu_QJDCC00585,,1677783169687,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-927,,,stu_QJDCC00585,,1677783172058,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-928,,,stu_QJDCC00585,,1677783173715,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-929,,,stu_QJDCC00585,,1677783178168,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-930,,,stu_QJDCC00585,,1677783180358,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-931,,,stu_QJDCC00585,,1677783182699,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-932,,,stu_QJDCC00585,,1677783186339,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-933,,,stu_QJDCC00585,,1677783188858,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-934,,,stu_QJDCC00585,,1677783192186,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-935,,,stu_QJDCC00585,,1677783195479,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-936,,,stu_QJDCC00585,,1677783230659,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-937,,,stu_QJDCC00585,,1677783246695,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-938,,,stu_QJDCC00585,,1677783250353,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-939,,,stu_QJDCC00585,,1677783253147,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-940,,,stu_QJDCC00585,,1677783254933,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-941,,,stu_QJDCC00585,,1677783259104,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-942,,,stu_QJDCC00585,,1677783261839,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-943,,,stu_QJDCC00585,,1677783263834,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-944,,,stu_QJDCC00585,,1677791502650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-945,,,stu_QJDCC00585,,1677791502694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-946,,,stu_QJDCC00585,,1677791504392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-947,,,stu_QJDCC00585,,1677791508610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-948,,,stu_QJDCC00585,,1677791513518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-949,,,stu_QJDCC00585,,1677791516118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-950,,,stu_QJDCC00585,,1677791517716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-951,,,stu_QJDCC00585,,1677791519188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-952,,,stu_QJDCC00585,,1677791521157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-953,,,stu_QJDCC00585,,1677791528247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-954,,,stu_QJDCC00585,,1677791529930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-955,,,stu_QJDCC00585,,1677791536208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-956,,,stu_QJDCC00585,,1677791538537,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-957,,,stu_QJDCC00585,,1677791543561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-958,,,stu_QJDCC00585,,1677791545882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-959,,,stu_QJDCC00585,,1677791548992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-960,,,stu_QJDCC00585,,1677791550283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-961,,,stu_QJDCC00585,,1677791554062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-962,,,stu_QJDCC00585,,1677791566063,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-963,,,stu_QJDCC00585,,1677791567980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-964,,,stu_QJDCC00585,,1677791570775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-965,,,stu_QJDCC00585,,1677791572929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-966,,,stu_TBEBY35940,,1665505644853,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-967,,,stu_TBEBY35940,,1665505649475,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-968,,,stu_TBEBY35940,,1665505657525,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-969,,,stu_TBEBY35940,,1665505660279,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-970,,,stu_TBEBY35940,,1665505664333,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-971,,,stu_TBEBY35940,,1665505669184,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-972,,,stu_TBEBY35940,,1665505672067,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-973,,,stu_TBEBY35940,,1665505674825,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-974,,,stu_TBEBY35940,,1665505677479,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-975,,,stu_TBEBY35940,,1665505684878,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-976,,,stu_TBEBY35940,,1665505690703,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-977,,,stu_TBEBY35940,,1665505694472,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-978,,,stu_TBEBY35940,,1665505697189,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-979,,,stu_WXGSK77481,,1666969940163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-980,,,stu_WXGSK77481,,1666969940227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-981,,,stu_WXGSK77481,,1666969942547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-982,,,stu_WXGSK77481,,1666969948154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-983,,,stu_WXGSK77481,,1666969951872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-984,,,stu_WXGSK77481,,1666970075981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-985,,,stu_WXGSK77481,,1666970086412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-986,,,stu_WXGSK77481,,1666970091204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-987,,,stu_WXGSK77481,,1666970122367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-988,,,stu_WXGSK77481,,1666970129604,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-989,,,stu_WXGSK77481,,1666970132090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-990,,,stu_WXGSK77481,,1666970133699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-991,,,stu_WXGSK77481,,1666970135889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-992,,,stu_WXGSK77481,,1666970139588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-993,,,stu_WXGSK77481,,1666970141591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-994,,,stu_WXGSK77481,,1666970143837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-995,,,stu_HDJGP80779,,1677094197639,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-996,,,stu_HDJGP80779,,1677094197728,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-997,,,stu_HDJGP80779,,1677094202053,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-998,,,stu_HDJGP80779,,1677094205182,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-999,,,stu_HDJGP80779,,1677094207861,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1000,,,stu_HDJGP80779,,1677094209645,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1001,,,stu_HDJGP80779,,1677094212275,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1002,,,stu_HDJGP80779,,1677094218515,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1003,,,stu_HDJGP80779,,1677094220320,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1004,,,stu_HDJGP80779,,1677094221308,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1005,,,stu_HDJGP80779,,1677094222071,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1006,,,stu_HDJGP80779,,1677094225645,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1007,,,stu_HDJGP80779,,1677094234788,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1008,,,stu_HDJGP80779,,1677094250890,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1009,,,stu_HDJGP80779,,1677094254120,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1010,,,stu_HDJGP80779,,1677093652031,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1011,,,stu_HDJGP80779,,1677093652094,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1012,,,stu_HDJGP80779,,1677093653666,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1013,,,stu_HDJGP80779,,1677093656138,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1014,,,stu_HDJGP80779,,1677093660632,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1015,,,stu_HDJGP80779,,1677093662414,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1016,,,stu_HDJGP80779,,1677093664929,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1017,,,stu_HDJGP80779,,1677093667702,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1018,,,stu_HDJGP80779,,1677093668863,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1019,,,stu_HDJGP80779,,1677093670223,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1020,,,stu_HDJGP80779,,1677093671510,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1021,,,stu_HDJGP80779,,1677093676162,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1022,,,stu_HDJGP80779,,1677093689750,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1023,,,stu_HDJGP80779,,1677093691675,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1024,,,stu_HDJGP80779,,1677093697953,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1025,,,stu_HDJGP80779,,1677093699800,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1026,,,stu_HDJGP80779,,1677093711431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1027,,,stu_HDJGP80779,,1677093711511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1028,,,stu_HDJGP80779,,1677093713011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1029,,,stu_HDJGP80779,,1677093717905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1030,,,stu_HDJGP80779,,1677093721161,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1031,,,stu_HDJGP80779,,1677093722497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1032,,,stu_HDJGP80779,,1677093725437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1033,,,stu_HDJGP80779,,1677093729488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1034,,,stu_HDJGP80779,,1677093730363,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1035,,,stu_HDJGP80779,,1677093731954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1036,,,stu_HDJGP80779,,1677093733371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1037,,,stu_HDJGP80779,,1677093735377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1038,,,stu_HDJGP80779,,1677093739345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1039,,,stu_HDJGP80779,,1677093742760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1040,,,stu_HDJGP80779,,1677093746692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1041,,,stu_HDJGP80779,,1677093748165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1042,,,stu_IIDCG45181,,1665707166279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1043,,,stu_IIDCG45181,,1665707168691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1044,,,stu_IIDCG45181,,1665707170394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1045,,,stu_IIDCG45181,,1665707172067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1046,,,stu_IIDCG45181,,1665707173712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1047,,,stu_IIDCG45181,,1665707179252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1048,,,stu_IIDCG45181,,1665707180373,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1049,,,stu_IIDCG45181,,1665707181342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1050,,,stu_IIDCG45181,,1665707186735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1051,,,stu_IIDCG45181,,1665707189383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1052,,,stu_UCZRX51719,,1677277288012,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1053,,,stu_UCZRX51719,,1677277306369,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1054,,,stu_UCZRX51719,,1677277309219,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1055,,,stu_UCZRX51719,,1677277310874,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1056,,,stu_UCZRX51719,,1677277311694,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1057,,,stu_UCZRX51719,,1677277313016,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1058,,,stu_UCZRX51719,,1677277314773,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1059,,,stu_UCZRX51719,,1677277314801,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1060,,,stu_UCZRX51719,,1677277318671,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1061,,,stu_UCZRX51719,,1677277322108,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1062,,,stu_UCZRX51719,,1677277327981,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1063,,,stu_UCZRX51719,,1677277331438,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1064,,,stu_UCZRX51719,,1677277336499,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1065,,,stu_UCZRX51719,,1677277337141,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1066,,,stu_UCZRX51719,,1677277356189,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1067,,,stu_UCZRX51719,,1677277370647,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1068,,,stu_UCZRX51719,,1677277373306,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1069,,,stu_UCZRX51719,,1677091885699,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1070,,,stu_UCZRX51719,,1677091885766,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1071,,,stu_UCZRX51719,,1677091888536,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1072,,,stu_UCZRX51719,,1677091891786,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1073,,,stu_UCZRX51719,,1677091895537,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1074,,,stu_UCZRX51719,,1677091900936,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1075,,,stu_UCZRX51719,,1677091904143,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1076,,,stu_UCZRX51719,,1677091909173,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1077,,,stu_UCZRX51719,,1677091911421,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1078,,,stu_UCZRX51719,,1677091915015,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1079,,,stu_UCZRX51719,,1677091917646,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1080,,,stu_UCZRX51719,,1677091917667,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1081,,,stu_UCZRX51719,,1677091923042,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1082,,,stu_UCZRX51719,,1677091929718,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1083,,,stu_UCZRX51719,,1677091933648,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1084,,,stu_UCZRX51719,,1677091936792,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1085,,,stu_UCZRX51719,,1677091943346,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1086,,,stu_UCZRX51719,,1677091947466,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1087,,,stu_UCZRX51719,,1677091947483,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1088,,,stu_UCZRX51719,,1677091955097,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1089,,,stu_UCZRX51719,,1677091958682,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1090,,,stu_UCZRX51719,,1677091963518,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1091,,,stu_UCZRX51719,,1677091971025,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1092,,,stu_UCZRX51719,,1677091972042,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1093,,,stu_UCZRX51719,,1677091982270,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1094,,,stu_UCZRX51719,,1677091982382,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1095,,,stu_UCZRX51719,,1677091986570,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1096,,,stu_UCZRX51719,,1677091986575,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1097,,,stu_UCZRX51719,,1677092000431,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,8,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1098,,,stu_UCZRX51719,,1677092000449,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1099,,,stu_UCZRX51719,,1677092004689,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1100,,,stu_UCZRX51719,,1677092024687,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,9,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1101,,,stu_UCZRX51719,,1677092028650,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1102,,,stu_UCZRX51719,,1677092031360,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1103,,,stu_BZYPK82036,,1681749884380,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1104,,,stu_BZYPK82036,,1681749884415,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1105,,,stu_BZYPK82036,,1681749887909,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1106,,,stu_BZYPK82036,,1681749890473,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1107,,,stu_BZYPK82036,,1681749894446,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1108,,,stu_BZYPK82036,,1681749898195,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1109,,,stu_BZYPK82036,,1681749901060,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1110,,,stu_BZYPK82036,,1681749911801,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1111,,,stu_BZYPK82036,,1681750004354,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1112,,,stu_BZYPK82036,,1681750004452,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1113,,,stu_BZYPK82036,,1681750012695,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1114,,,stu_BZYPK82036,,1681750012724,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1115,,,stu_BZYPK82036,,1681750017433,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1116,,,stu_BZYPK82036,,1681750034082,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1117,,,stu_BZYPK82036,,1681750044533,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1118,,,stu_BZYPK82036,,1681750055220,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1119,,,stu_BZYPK82036,,1681750061275,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1120,,,stu_BZYPK82036,,1681750064508,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1121,,,stu_BZYPK82036,,1681750067459,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1122,,,stu_BZYPK82036,,1681750068743,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1123,,,stu_BZYPK82036,,1681750083824,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1124,,,stu_BZYPK82036,,1681750093362,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1125,,,stu_BZYPK82036,,1681750098350,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1126,,,stu_BZYPK82036,,1681750109032,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1127,,,stu_CHJRE95412,,1683218478360,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1128,,,stu_CHJRE95412,,1683218489144,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1129,,,stu_CHJRE95412,,1683218491623,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1130,,,stu_CHJRE95412,,1683218493699,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1131,,,stu_CHJRE95412,,1683218496587,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1132,,,stu_CHJRE95412,,1683218512243,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1133,,,stu_CHJRE95412,,1683218513990,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1134,,,stu_CHJRE95412,,1683218516545,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1135,,,stu_CHJRE95412,,1683218528431,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1136,,,stu_CHJRE95412,,1683218536928,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1137,,,stu_CPXFA60066,,1681496672917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1138,,,stu_CPXFA60066,,1681496672918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1139,,,stu_CPXFA60066,,1681496674753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1140,,,stu_CPXFA60066,,1681496679406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1141,,,stu_CPXFA60066,,1681496683799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1142,,,stu_CPXFA60066,,1681496686346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1143,,,stu_CPXFA60066,,1681496690847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1144,,,stu_CPXFA60066,,1681496693597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1145,,,stu_CPXFA60066,,1681496699424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1146,,,stu_CPXFA60066,,1681496700455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1147,,,stu_CPXFA60066,,1681496709936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1148,,,stu_CPXFA60066,,1681496713823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1149,,,stu_DNMBH64844,,1682273504105,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1150,,,stu_DNMBH64844,,1682273508823,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1151,,,stu_DNMBH64844,,1682273511778,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1152,,,stu_DNMBH64844,,1682273514716,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1153,,,stu_DNMBH64844,,1682273540043,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1154,,,stu_DNMBH64844,,1682273543229,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1155,,,stu_DNMBH64844,,1682273543252,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1156,,,stu_DNMBH64844,,1682273595427,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1157,,,stu_DNMBH64844,,1682273599054,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1158,,,stu_DNMBH64844,,1682273602843,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1159,,,stu_DNMBH64844,,1682273604441,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1160,,,stu_DNMBH64844,,1682273610491,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1161,,,stu_DNMBH64844,,1682273611597,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1162,,,stu_DNMBH64844,,1682273613729,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1163,,,stu_DNMBH64844,,1682273618413,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1164,,,stu_DNMBH64844,,1682273621024,,,,,,ratio_proportion_change3,ratio_proportion_change3-158,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1165,,,stu_DNMBH64844,,1682115668605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1166,,,stu_DNMBH64844,,1682115672720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1167,,,stu_DNMBH64844,,1682115678181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1168,,,stu_DNMBH64844,,1682115680077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1169,,,stu_DNMBH64844,,1682115682462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1170,,,stu_DNMBH64844,,1682115979394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1171,,,stu_DNMBH64844,,1682115988344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1172,,,stu_DNMBH64844,,1682115989650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1173,,,stu_DNMBH64844,,1682115991014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1174,,,stu_DNMBH64844,,1682115996320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1175,,,stu_DNMBH64844,,1682116004646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1176,,,stu_DNMBH64844,,1682116006518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1177,,,stu_MTMDX04069,,1673481431629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1178,,,stu_MTMDX04069,,1673481434139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1179,,,stu_MTMDX04069,,1673481438447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1180,,,stu_MTMDX04069,,1673481439474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1181,,,stu_MTMDX04069,,1673481443624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1182,,,stu_MTMDX04069,,1673481444826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1183,,,stu_MTMDX04069,,1673481445695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1184,,,stu_MTMDX04069,,1673481446587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1185,,,stu_MTMDX04069,,1673481447272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1186,,,stu_MTMDX04069,,1673481449359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1187,,,stu_MTMDX04069,,1673481454104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1188,,,stu_MTMDX04069,,1673481455504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1189,,,stu_MTMDX04069,,1673481459249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1190,,,stu_BYESJ08320,,1681075689098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1191,,,stu_BYESJ08320,,1681075689126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1192,,,stu_BYESJ08320,,1681075690664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1193,,,stu_BYESJ08320,,1681075708040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1194,,,stu_BYESJ08320,,1681075709578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1195,,,stu_BYESJ08320,,1681075712294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1196,,,stu_BYESJ08320,,1681075714951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1197,,,stu_BYESJ08320,,1681075718716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1198,,,stu_BYESJ08320,,1681075720522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1199,,,stu_BYESJ08320,,1681075721206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1200,,,stu_BYESJ08320,,1681075722107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1201,,,stu_BYESJ08320,,1681075723635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1202,,,stu_BYESJ08320,,1681075725182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1203,,,stu_BYESJ08320,,1681075726914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1204,,,stu_BYESJ08320,,1681075728961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1205,,,stu_BYESJ08320,,1681075732072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1206,,,stu_BYESJ08320,,1681075735732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1207,,,stu_BYESJ08320,,1681075741478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1208,,,stu_BYESJ08320,,1681075743834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1209,,,stu_BYESJ08320,,1681075746651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1210,,,stu_BYESJ08320,,1681075772604,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1211,,,stu_BYESJ08320,,1681075782320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1212,,,stu_BYESJ08320,,1681075785092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1213,,,stu_BYESJ08320,,1681075787655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1214,,,stu_BYESJ08320,,1681075789485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1215,,,stu_BYESJ08320,,1681075792945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1216,,,stu_BYESJ08320,,1681075794943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1217,,,stu_BYESJ08320,,1681075797635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1218,,,stu_BYESJ08320,,1681075799520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1219,,,stu_BYESJ08320,,1681075809934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1220,,,stu_BYESJ08320,,1681075811554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1221,,,stu_BYESJ08320,,1681075813858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1222,,,stu_BYESJ08320,,1681075816738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1223,,,stu_BYESJ08320,,1681075819952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1224,,,stu_BYESJ08320,,1681075822662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1225,,,stu_BYESJ08320,,1681075826668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1226,,,stu_BYESJ08320,,1681075828760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-1227,,,stu_QMCPX38153,,1678369883866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1228,,,stu_QMCPX38153,,1678369890845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1229,,,stu_QMCPX38153,,1678369897092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1230,,,stu_QMCPX38153,,1678369900216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1231,,,stu_QMCPX38153,,1678369903772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1232,,,stu_QMCPX38153,,1678369906395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1233,,,stu_QMCPX38153,,1678369907555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1234,,,stu_QMCPX38153,,1678369910116,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1235,,,stu_QMCPX38153,,1678369911921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1236,,,stu_QMCPX38153,,1678369920200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1237,,,stu_QMCPX38153,,1678369931579,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1238,,,stu_QMCPX38153,,1678369938754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1239,,,stu_QMCPX38153,,1678369953552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1240,,,stu_HXZGI88247,,1677791026048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1241,,,stu_HXZGI88247,,1677791026088,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1242,,,stu_HXZGI88247,,1677791027808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1243,,,stu_HXZGI88247,,1677791034240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1244,,,stu_HXZGI88247,,1677791035841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1245,,,stu_HXZGI88247,,1677791037565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1246,,,stu_HXZGI88247,,1677791040041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1247,,,stu_HXZGI88247,,1677791045939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1248,,,stu_HXZGI88247,,1677791046957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1249,,,stu_HXZGI88247,,1677791050271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1250,,,stu_HXZGI88247,,1677791053576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1251,,,stu_HXZGI88247,,1677791055796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1252,,,stu_HXZGI88247,,1677790728042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1253,,,stu_HXZGI88247,,1677790728044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1254,,,stu_HXZGI88247,,1677790729895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1255,,,stu_HXZGI88247,,1677790735610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1256,,,stu_HXZGI88247,,1677790739426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1257,,,stu_HXZGI88247,,1677790742596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1258,,,stu_HXZGI88247,,1677790744051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1259,,,stu_HXZGI88247,,1677790748142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1260,,,stu_HXZGI88247,,1677790756935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1261,,,stu_HXZGI88247,,1677790757875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1262,,,stu_HXZGI88247,,1677790761798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1263,,,stu_HXZGI88247,,1677790763357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1264,,,stu_HXZGI88247,,1677790768668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1265,,,stu_HXZGI88247,,1677790770290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1266,,,stu_UCXZK36625,,1665507738305,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1267,,,stu_UCXZK36625,,1665507743054,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1268,,,stu_UCXZK36625,,1665507773011,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1269,,,stu_UCXZK36625,,1665507780274,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1270,,,stu_UCXZK36625,,1665507821841,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1271,,,stu_UCXZK36625,,1665507836603,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1272,,,stu_UCXZK36625,,1665507841232,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1273,,,stu_UCXZK36625,,1665507863767,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1274,,,stu_UCXZK36625,,1665507865802,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1275,,,stu_UCXZK36625,,1665507887466,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1276,,,stu_UCXZK36625,,1665507909474,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1277,,,stu_UCXZK36625,,1665507917302,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1278,,,stu_UCXZK36625,,1665507919739,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1279,,,stu_UCXZK36625,,1665507923414,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1280,,,stu_UCXZK36625,,1665507925776,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1281,,,stu_UCXZK36625,,1665507941301,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1282,,,stu_UCXZK36625,,1665507950058,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1283,,,stu_UCXZK36625,,1665507955502,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1284,,,stu_UCXZK36625,,1665508002248,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1285,,,stu_UCXZK36625,,1665508007350,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1286,,,stu_UCXZK36625,,1665508010735,,,,,,ratio_proportion_change3,ratio_proportion_change3-143,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1287,,,stu_CWAZE10545,,1673543074289,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1288,,,stu_CWAZE10545,,1673543076034,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1289,,,stu_CWAZE10545,,1673543079574,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1290,,,stu_CWAZE10545,,1673543081976,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1291,,,stu_CWAZE10545,,1673543083739,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1292,,,stu_CWAZE10545,,1673543085589,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1293,,,stu_CWAZE10545,,1673543087639,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1294,,,stu_CWAZE10545,,1673543089674,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1295,,,stu_CWAZE10545,,1673543092831,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1296,,,stu_CWAZE10545,,1673543094878,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1297,,,stu_CWAZE10545,,1673543096018,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1298,,,stu_CWAZE10545,,1673543098820,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1299,,,stu_CWAZE10545,,1673543100669,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1300,,,stu_CWAZE10545,,1673543102924,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1301,,,stu_CWAZE10545,,1673543106475,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1302,,,stu_CWAZE10545,,1673543106489,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1303,,,stu_CWAZE10545,,1673543115630,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1304,,,stu_CWAZE10545,,1673543117150,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1305,,,stu_CWAZE10545,,1673543121234,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1306,,,stu_CWAZE10545,,1673543212576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1307,,,stu_CWAZE10545,,1673543216130,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1308,,,stu_CWAZE10545,,1673543218354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1309,,,stu_CWAZE10545,,1673543220773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1310,,,stu_CWAZE10545,,1673543228495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1311,,,stu_CWAZE10545,,1673543232067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1312,,,stu_CWAZE10545,,1673543233938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1313,,,stu_CWAZE10545,,1673543238087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1314,,,stu_CWAZE10545,,1673543239058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1315,,,stu_CWAZE10545,,1673543240733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1316,,,stu_CWAZE10545,,1673543242425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1317,,,stu_CWAZE10545,,1673543246013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1318,,,stu_CWAZE10545,,1673543256254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1319,,,stu_CWAZE10545,,1673543257807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1320,,,stu_CWAZE10545,,1673543261571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-004,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1321,,,stu_LPDWQ16928,,1676075391468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1322,,,stu_LPDWQ16928,,1676075399495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1323,,,stu_LPDWQ16928,,1676075402162,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1324,,,stu_LPDWQ16928,,1676075405474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1325,,,stu_LPDWQ16928,,1676075409681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1326,,,stu_LPDWQ16928,,1676075431309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1327,,,stu_LPDWQ16928,,1676075433633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1328,,,stu_LPDWQ16928,,1676075438229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1329,,,stu_LPDWQ16928,,1676075439905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1330,,,stu_LPDWQ16928,,1676075457534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1331,,,stu_LPDWQ16928,,1676075479492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1332,,,stu_LPDWQ16928,,1676075485027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1333,,,stu_LPDWQ16928,,1676075488142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1334,,,stu_QMWZV83229,,1673625366668,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1335,,,stu_QMWZV83229,,1673625377048,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1336,,,stu_QMWZV83229,,1673625382515,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1337,,,stu_QMWZV83229,,1673625390790,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1338,,,stu_QMWZV83229,,1673625395581,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1339,,,stu_QMWZV83229,,1673625399939,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1340,,,stu_QMWZV83229,,1673625403584,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1341,,,stu_QMWZV83229,,1673625412560,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1342,,,stu_QMWZV83229,,1673625415733,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1343,,,stu_QMWZV83229,,1673625447995,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1344,,,stu_QMWZV83229,,1673625450863,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1345,,,stu_QMWZV83229,,1673625456654,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1346,,,stu_QMWZV83229,,1673625460273,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1347,,,stu_QMWZV83229,,1673625462215,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1348,,,stu_QMWZV83229,,1673625462249,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1349,,,stu_QMWZV83229,,1673625469117,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1350,,,stu_QMWZV83229,,1673625474115,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1351,,,stu_QMWZV83229,,1673625476621,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1352,,,stu_QMWZV83229,,1673625491613,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1353,,,stu_QMWZV83229,,1673625498224,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1354,,,stu_QMWZV83229,,1673625503835,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1355,,,stu_LTUDH45696,,1682230698631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1356,,,stu_LTUDH45696,,1682230698706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1357,,,stu_LTUDH45696,,1682230700105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1358,,,stu_LTUDH45696,,1682230704768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1359,,,stu_LTUDH45696,,1682230715926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1360,,,stu_LTUDH45696,,1682230717525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1361,,,stu_LTUDH45696,,1682230721079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1362,,,stu_LTUDH45696,,1682230728576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1363,,,stu_LTUDH45696,,1682230729728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1364,,,stu_LTUDH45696,,1682230743263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1365,,,stu_LTUDH45696,,1682230749276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1366,,,stu_LTUDH45696,,1682230765177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1367,,,stu_LTUDH45696,,1682230829952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1368,,,stu_LTUDH45696,,1682230835074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1369,,,stu_LTUDH45696,,1682230836682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1370,,,stu_LTUDH45696,,1682230844095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1371,,,stu_LTUDH45696,,1682230846569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1372,,,stu_LTUDH45696,,1682230858100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1373,,,stu_LTUDH45696,,1682230858903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1374,,,stu_LTUDH45696,,1682230875915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1375,,,stu_LTUDH45696,,1682230996546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1376,,,stu_LTUDH45696,,1682231001339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1377,,,stu_GMCAT20231,,1683564684643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1378,,,stu_GMCAT20231,,1683564794717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1379,,,stu_GMCAT20231,,1683564803036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1380,,,stu_GMCAT20231,,1683564810232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1381,,,stu_GMCAT20231,,1683564812260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1382,,,stu_GMCAT20231,,1683564814725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1383,,,stu_GMCAT20231,,1683564863539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1384,,,stu_GMCAT20231,,1683564871327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1385,,,stu_GMCAT20231,,1683564874400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1386,,,stu_GMCAT20231,,1683564886126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1387,,,stu_GMCAT20231,,1683564891157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1388,,,stu_GMCAT20231,,1683564897305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1389,,,stu_SWZTP64874,,1681491563830,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1390,,,stu_SWZTP64874,,1681491566603,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1391,,,stu_SWZTP64874,,1681491568757,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1392,,,stu_SWZTP64874,,1681491571006,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1393,,,stu_SWZTP64874,,1681491573835,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1394,,,stu_SWZTP64874,,1681491576118,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1395,,,stu_SWZTP64874,,1681491585736,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1396,,,stu_SWZTP64874,,1681491590327,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1397,,,stu_SWZTP64874,,1681491591765,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1398,,,stu_SWZTP64874,,1681491600056,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1399,,,stu_SWZTP64874,,1681491604551,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1400,,,stu_SWZTP64874,,1681491606605,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1401,,,stu_SWZTP64874,,1681491608208,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1402,,,stu_SWZTP64874,,1681491609115,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1403,,,stu_SWZTP64874,,1681491614148,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1404,,,stu_SWZTP64874,,1681491623897,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1405,,,stu_SWZTP64874,,1681491625929,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1406,,,stu_SWZTP64874,,1681405345340,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1407,,,stu_SWZTP64874,,1681405345391,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1408,,,stu_SWZTP64874,,1681405349015,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1409,,,stu_SWZTP64874,,1681405352630,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1410,,,stu_SWZTP64874,,1681405357879,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1411,,,stu_SWZTP64874,,1681405359536,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1412,,,stu_SWZTP64874,,1681405361675,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1413,,,stu_SWZTP64874,,1681405362554,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1414,,,stu_SWZTP64874,,1681405364323,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1415,,,stu_SWZTP64874,,1681405371513,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1416,,,stu_SWZTP64874,,1681405373693,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1417,,,stu_SWZTP64874,,1681405375243,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1418,,,stu_SWZTP64874,,1681405381390,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1419,,,stu_SWZTP64874,,1681405384135,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1420,,,stu_SWZTP64874,,1681405388373,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1421,,,stu_SWZTP64874,,1681405390918,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1422,,,stu_SWZTP64874,,1681405397225,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1423,,,stu_SWZTP64874,,1681405400121,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1424,,,stu_SWZTP64874,,1681405431235,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1425,,,stu_SWZTP64874,,1681405434478,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1426,,,stu_SWZTP64874,,1681405450196,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1427,,,stu_SWZTP64874,,1681405452475,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1428,,,stu_YUXMS05167,,1685074924147,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1429,,,stu_YUXMS05167,,1685074956529,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1430,,,stu_YUXMS05167,,1685074961041,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1431,,,stu_YUXMS05167,,1685074967385,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1432,,,stu_YUXMS05167,,1685074969312,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1433,,,stu_YUXMS05167,,1685074980792,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1434,,,stu_YUXMS05167,,1685074994332,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1435,,,stu_YUXMS05167,,1685074997835,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1436,,,stu_YUXMS05167,,1685074999561,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1437,,,stu_YUXMS05167,,1685075007862,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1438,,,stu_YUXMS05167,,1685075012028,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1439,,,stu_YUXMS05167,,1685075026185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1440,,,stu_YUXMS05167,,1685075040313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1441,,,stu_YUXMS05167,,1685075042582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1442,,,stu_YUXMS05167,,1685075044206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1443,,,stu_YUXMS05167,,1685075058136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1444,,,stu_YUXMS05167,,1685075062077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1445,,,stu_YUXMS05167,,1685075064867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1446,,,stu_YUXMS05167,,1685075067026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1447,,,stu_YUXMS05167,,1685075069256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1448,,,stu_YUXMS05167,,1685075076566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1449,,,stu_YUXMS05167,,1685074684878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1450,,,stu_YUXMS05167,,1685074691541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1451,,,stu_YUXMS05167,,1685074703392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1452,,,stu_YUXMS05167,,1685074705541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1453,,,stu_YUXMS05167,,1685074728466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1454,,,stu_YUXMS05167,,1685074741210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1455,,,stu_YUXMS05167,,1685074743527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1456,,,stu_YUXMS05167,,1685074749332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1457,,,stu_YUXMS05167,,1685074749335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1458,,,stu_YUXMS05167,,1685074753837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1459,,,stu_YUXMS05167,,1685074757852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1460,,,stu_YUXMS05167,,1685074773125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1461,,,stu_YUXMS05167,,1685074775376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1462,,,stu_YUXMS05167,,1685074775416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1463,,,stu_YUXMS05167,,1685074779507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1464,,,stu_YUXMS05167,,1685074782037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1465,,,stu_YUXMS05167,,1685074783844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1466,,,stu_YUXMS05167,,1685074794799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1467,,,stu_YUXMS05167,,1685074800785,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1468,,,stu_CGFZB90674,,1677698808941,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1469,,,stu_CGFZB90674,,1677698814971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1470,,,stu_CGFZB90674,,1677698817308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1471,,,stu_CGFZB90674,,1677698819473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1472,,,stu_CGFZB90674,,1677698842602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1473,,,stu_CGFZB90674,,1677698843083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1474,,,stu_CGFZB90674,,1677698843099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1475,,,stu_CGFZB90674,,1677698843596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1476,,,stu_CGFZB90674,,1677698843918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1477,,,stu_CGFZB90674,,1677698844368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1478,,,stu_CGFZB90674,,1677698844811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1479,,,stu_CGFZB90674,,1677698845380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1480,,,stu_CGFZB90674,,1677698845917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1481,,,stu_CGFZB90674,,1677698846336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1482,,,stu_IGHKS42367,,1663350836220,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1483,,,stu_IGHKS42367,,1663350851847,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1484,,,stu_IGHKS42367,,1663350854913,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,NumeratorQuantity2,2,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1485,,,stu_IGHKS42367,,1663350860477,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1486,,,stu_IGHKS42367,,1663350865045,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1487,,,stu_IGHKS42367,,1663350866825,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1488,,,stu_IGHKS42367,,1663350872355,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1489,,,stu_IGHKS42367,,1663350877450,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1490,,,stu_IGHKS42367,,1663350884646,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1491,,,stu_IGHKS42367,,1663350887008,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1492,,,stu_IGHKS42367,,1663350888266,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1493,,,stu_IGHKS42367,,1663350892210,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1494,,,stu_IGHKS42367,,1663350897426,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1495,,,stu_ULPRX11530,,1666197966869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1496,,,stu_ULPRX11530,,1666197972858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1497,,,stu_ULPRX11530,,1666197977684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1498,,,stu_ULPRX11530,,1666197980437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1499,,,stu_ULPRX11530,,1666197984037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1500,,,stu_ULPRX11530,,1666197987692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1501,,,stu_ULPRX11530,,1666197989009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1502,,,stu_ULPRX11530,,1666197990519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1503,,,stu_ULPRX11530,,1666197997386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1504,,,stu_ULPRX11530,,1666198004716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-1505,,,stu_DAGXD96198,,1666626200427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1506,,,stu_DAGXD96198,,1666626200485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1507,,,stu_DAGXD96198,,1666626202758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1508,,,stu_DAGXD96198,,1666626210768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1509,,,stu_DAGXD96198,,1666626214577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1510,,,stu_DAGXD96198,,1666626216413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1511,,,stu_DAGXD96198,,1666626220519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1512,,,stu_DAGXD96198,,1666626222439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1513,,,stu_DAGXD96198,,1666626230752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1514,,,stu_DAGXD96198,,1666626234000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1515,,,stu_DAGXD96198,,1666626234032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1516,,,stu_DAGXD96198,,1666626238311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1517,,,stu_DAGXD96198,,1666626238341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1518,,,stu_DAGXD96198,,1666626242733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1519,,,stu_DAGXD96198,,1666626246411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1520,,,stu_DAGXD96198,,1666626252460,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1521,,,stu_DAGXD96198,,1666626256422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,7,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1522,,,stu_DAGXD96198,,1666626260558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,8,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1523,,,stu_DAGXD96198,,1666626260585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1524,,,stu_DAGXD96198,,1666626271080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1525,,,stu_DAGXD96198,,1666626273705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1526,,,stu_DAGXD96198,,1666626277707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1527,,,stu_DAGXD96198,,1666626284908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1528,,,stu_DAGXD96198,,1666626288164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,9,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1529,,,stu_DAGXD96198,,1666626301049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,10,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1530,,,stu_DAGXD96198,,1666626304977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1531,,,stu_DAGXD96198,,1666626310679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1532,,,stu_DAGXD96198,,1666626313763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1533,,,stu_DAGXD96198,,1666626316799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1534,,,stu_DAGXD96198,,1666626320575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1535,,,stu_DAGXD96198,,1666626323844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1536,,,stu_DAGXD96198,,1666626326547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1537,,,stu_DAGXD96198,,1666626329486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1538,,,stu_DAGXD96198,,1666626329522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1539,,,stu_DAGXD96198,,1666626334991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1540,,,stu_DAGXD96198,,1666626337314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1541,,,stu_DAGXD96198,,1666626337345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1542,,,stu_DAGXD96198,,1666626343004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1543,,,stu_DAGXD96198,,1666626346453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1544,,,stu_DAGXD96198,,1666626348607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1545,,,stu_DAGXD96198,,1666626353077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1546,,,stu_DAGXD96198,,1666626361710,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1547,,,stu_DAGXD96198,,1666626367034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1548,,,stu_DAGXD96198,,1666626369295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1549,,,stu_DAGXD96198,,1666626371398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1550,,,stu_HHTGD89073,,1676577150773,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1551,,,stu_HHTGD89073,,1676577155155,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1552,,,stu_HHTGD89073,,1676577157579,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1553,,,stu_HHTGD89073,,1676577158990,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1554,,,stu_HHTGD89073,,1676577160832,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1555,,,stu_HHTGD89073,,1676577163256,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1556,,,stu_HHTGD89073,,1676577165018,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1557,,,stu_HHTGD89073,,1676577166614,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1558,,,stu_HHTGD89073,,1676577169576,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1559,,,stu_HHTGD89073,,1676577175927,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1560,,,stu_QPMGM16621,,1681404114437,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1561,,,stu_QPMGM16621,,1681404114500,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1562,,,stu_QPMGM16621,,1681404116355,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1563,,,stu_QPMGM16621,,1681404122963,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1564,,,stu_QPMGM16621,,1681404129429,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1565,,,stu_QPMGM16621,,1681404132950,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1566,,,stu_QPMGM16621,,1681404135778,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1567,,,stu_QPMGM16621,,1681404137189,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1568,,,stu_QPMGM16621,,1681404142044,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1569,,,stu_QPMGM16621,,1681404144734,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1570,,,stu_QPMGM16621,,1681404146705,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1571,,,stu_QPMGM16621,,1681404164057,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1572,,,stu_QPMGM16621,,1681404166559,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1573,,,stu_QPMGM16621,,1681404169387,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1574,,,stu_QPMGM16621,,1681404170344,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1575,,,stu_QPMGM16621,,1681404176263,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1576,,,stu_QPMGM16621,,1681404177498,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1577,,,stu_QPMGM16621,,1681404178212,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1578,,,stu_QPMGM16621,,1681404180249,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1579,,,stu_QPMGM16621,,1681404181884,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1580,,,stu_QPMGM16621,,1681404183825,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1581,,,stu_QPMGM16621,,1681404187585,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1582,,,stu_QPMGM16621,,1681404191301,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow2:1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1583,,,stu_QPMGM16621,,1681404193781,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1584,,,stu_QPMGM16621,,1681404198798,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1585,,,stu_QPMGM16621,,1681404205303,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1586,,,stu_QPMGM16621,,1681404209520,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow2:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1587,,,stu_QPMGM16621,,1681404211636,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1588,,,stu_QPMGM16621,,1681404213273,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1589,,,stu_QPMGM16621,,1681404216054,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1590,,,stu_QPMGM16621,,1681404236778,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1591,,,stu_QPMGM16621,,1681404239116,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1592,,,stu_QPMGM16621,,1681404257036,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1593,,,stu_QPMGM16621,,1681404262949,,,,,,ratio_proportion_change3,ratio_proportion_change3-194,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1594,,,stu_QPMGM16621,,1681403954075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1595,,,stu_QPMGM16621,,1681403973541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1596,,,stu_QPMGM16621,,1681403975704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1597,,,stu_QPMGM16621,,1681403978418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1598,,,stu_QPMGM16621,,1681403981450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1599,,,stu_QPMGM16621,,1681403983986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1600,,,stu_QPMGM16621,,1681403992727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1601,,,stu_QPMGM16621,,1681403994775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1602,,,stu_QPMGM16621,,1681403996510,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1603,,,stu_QPMGM16621,,1681404003080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1604,,,stu_QPMGM16621,,1681404003966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1605,,,stu_QPMGM16621,,1681404013449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1606,,,stu_QPMGM16621,,1681404029282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1607,,,stu_QPMGM16621,,1681404030864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1608,,,stu_QPMGM16621,,1681404035652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1609,,,stu_QPMGM16621,,1681404039169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1610,,,stu_QPMGM16621,,1681404040865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1611,,,stu_QPMGM16621,,1681404043131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1612,,,stu_QPMGM16621,,1681404047349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1613,,,stu_QPMGM16621,,1681404049890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1614,,,stu_QPMGM16621,,1681404053904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1615,,,stu_QPMGM16621,,1681404058450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1616,,,stu_QPMGM16621,,1681404079616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1617,,,stu_QPMGM16621,,1681404081988,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1618,,,stu_QPMGM16621,,1681404083724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1619,,,stu_QPMGM16621,,1681404086921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1620,,,stu_QPMGM16621,,1681404089612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1621,,,stu_QPMGM16621,,1681404089639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1622,,,stu_QPMGM16621,,1681404091355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1623,,,stu_QPMGM16621,,1681405598920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1624,,,stu_QPMGM16621,,1681405603673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1625,,,stu_QPMGM16621,,1681405604814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1626,,,stu_QPMGM16621,,1681405606386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1627,,,stu_QPMGM16621,,1681405609437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1628,,,stu_QPMGM16621,,1681405612377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1629,,,stu_QPMGM16621,,1681405613170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1630,,,stu_QPMGM16621,,1681405614506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1631,,,stu_QPMGM16621,,1681405616928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1632,,,stu_QPMGM16621,,1681405623141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1633,,,stu_QPMGM16621,,1681405625419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1634,,,stu_QPMGM16621,,1681405626416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1635,,,stu_QPMGM16621,,1681405629636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1636,,,stu_QPMGM16621,,1681405630275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1637,,,stu_QPMGM16621,,1681405633582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1638,,,stu_QPMGM16621,,1681405635673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1639,,,stu_QPMGM16621,,1681405638004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1640,,,stu_QPMGM16621,,1681405643319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1641,,,stu_QPMGM16621,,1681405643339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1642,,,stu_QPMGM16621,,1681405647390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1643,,,stu_QPMGM16621,,1681405649640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1644,,,stu_QPMGM16621,,1681405651081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1645,,,stu_QPMGM16621,,1681405653402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1646,,,stu_QPMGM16621,,1681750185016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1647,,,stu_QPMGM16621,,1681750192682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1648,,,stu_QPMGM16621,,1681750194693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1649,,,stu_QPMGM16621,,1681750197650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1650,,,stu_QPMGM16621,,1681750199398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1651,,,stu_QPMGM16621,,1681750200422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1652,,,stu_QPMGM16621,,1681750207219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1653,,,stu_QPMGM16621,,1681750209678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1654,,,stu_QPMGM16621,,1681750212224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1655,,,stu_QPMGM16621,,1681750214224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1656,,,stu_QPMGM16621,,1681750217933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1657,,,stu_QPMGM16621,,1681750220517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1658,,,stu_QPMGM16621,,1681750222698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1659,,,stu_QPMGM16621,,1681750224803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1660,,,stu_QPMGM16621,,1681750227293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1661,,,stu_QPMGM16621,,1681750229474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1662,,,stu_QPMGM16621,,1681750230265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1663,,,stu_QPMGM16621,,1681750231948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1664,,,stu_QPMGM16621,,1681750237138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1665,,,stu_QPMGM16621,,1681750249497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1666,,,stu_QPMGM16621,,1681750253713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1667,,,stu_QPMGM16621,,1681750255232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1668,,,stu_QPMGM16621,,1681750256391,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1669,,,stu_QPMGM16621,,1681750257696,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1670,,,stu_QPMGM16621,,1681750266518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1671,,,stu_QPMGM16621,,1681750270986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1672,,,stu_QPMGM16621,,1681750272599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1673,,,stu_QPMGM16621,,1681750275239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1674,,,stu_QQTRZ02587,,1681582074081,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1675,,,stu_QQTRZ02587,,1681582078688,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1676,,,stu_QQTRZ02587,,1681582081761,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1677,,,stu_QQTRZ02587,,1681582083936,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1678,,,stu_QQTRZ02587,,1681582085383,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1679,,,stu_QQTRZ02587,,1681582092557,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1680,,,stu_QQTRZ02587,,1681582094217,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1681,,,stu_QQTRZ02587,,1681582101492,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1682,,,stu_QQTRZ02587,,1681582104345,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1683,,,stu_QQTRZ02587,,1681582106169,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1684,,,stu_QQTRZ02587,,1681500137834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1685,,,stu_QQTRZ02587,,1681500137844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1686,,,stu_QQTRZ02587,,1681500139414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1687,,,stu_QQTRZ02587,,1681500144507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1688,,,stu_QQTRZ02587,,1681500147706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1689,,,stu_QQTRZ02587,,1681500150423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1690,,,stu_QQTRZ02587,,1681500152762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1691,,,stu_QQTRZ02587,,1681500155909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1692,,,stu_QQTRZ02587,,1681500180573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1693,,,stu_QQTRZ02587,,1681500183452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1694,,,stu_QQTRZ02587,,1681500188248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1695,,,stu_QQTRZ02587,,1681500191918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1696,,,stu_QQTRZ02587,,1681500195243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1697,,,stu_VFEAB98172,,1684809877686,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1698,,,stu_VFEAB98172,,1684809884426,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1699,,,stu_VFEAB98172,,1684809897174,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1700,,,stu_VFEAB98172,,1684809900509,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1701,,,stu_VFEAB98172,,1684809905928,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1702,,,stu_VFEAB98172,,1684809913387,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1703,,,stu_VFEAB98172,,1684809918478,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1704,,,stu_VFEAB98172,,1684809921829,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1705,,,stu_VFEAB98172,,1684809929779,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1706,,,stu_VFEAB98172,,1684809934804,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1707,,,stu_VFEAB98172,,1684809937518,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1708,,,stu_VFEAB98172,,1684809975687,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1709,,,stu_VFEAB98172,,1684809979643,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1710,,,stu_VFEAB98172,,1684809981442,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1711,,,stu_VFEAB98172,,1684809986536,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1712,,,stu_VFEAB98172,,1684809992794,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1713,,,stu_VFEAB98172,,1684810021285,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1714,,,stu_VFEAB98172,,1684810022514,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1715,,,stu_VFEAB98172,,1684810027397,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1716,,,stu_VFEAB98172,,1684810034688,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1717,,,stu_VFEAB98172,,1684810037418,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1718,,,stu_VFEAB98172,,1684810039438,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1719,,,stu_VFEAB98172,,1684810041211,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1720,,,stu_VFEAB98172,,1684810081031,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1721,,,stu_VFEAB98172,,1684810086975,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1722,,,stu_VFEAB98172,,1684810093348,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1723,,,stu_VFEAB98172,,1684809532764,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1724,,,stu_VFEAB98172,,1684809541421,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1725,,,stu_VFEAB98172,,1684809549511,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity2,2,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1726,,,stu_VFEAB98172,,1684809557545,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1727,,,stu_VFEAB98172,,1684809649944,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1728,,,stu_VFEAB98172,,1684809652312,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1729,,,stu_VFEAB98172,,1684809655489,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1730,,,stu_VFEAB98172,,1684809660319,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1731,,,stu_VFEAB98172,,1684809671079,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1732,,,stu_VFEAB98172,,1684809691422,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1733,,,stu_VFEAB98172,,1684809696744,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1734,,,stu_VFEAB98172,,1684809696813,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1735,,,stu_VFEAB98172,,1684809822594,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1736,,,stu_VFEAB98172,,1684809828080,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1737,,,stu_VFEAB98172,,1684809830134,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1738,,,stu_VFEAB98172,,1684809832140,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1739,,,stu_VFEAB98172,,1684809837099,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1740,,,stu_VFEAB98172,,1684809843298,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1741,,,stu_VFEAB98172,,1684809853538,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1742,,,stu_VFEAB98172,,1684809854765,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1743,,,stu_WERDG77823,,1677649475914,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1744,,,stu_WERDG77823,,1677649475914,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1745,,,stu_WERDG77823,,1677649475914,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1746,,,stu_WERDG77823,,1677649475914,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1747,,,stu_WERDG77823,,1677649480131,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1748,,,stu_WERDG77823,,1677649484775,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1749,,,stu_WERDG77823,,1677649489141,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1750,,,stu_WERDG77823,,1677649496996,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1751,,,stu_WERDG77823,,1677649496996,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1752,,,stu_WERDG77823,,1677649496996,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1753,,,stu_WERDG77823,,1677649496996,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1754,,,stu_WERDG77823,,1677649510829,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1755,,,stu_WERDG77823,,1677649519853,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1756,,,stu_WERDG77823,,1677649520890,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1757,,,stu_WERDG77823,,1677649520890,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1758,,,stu_WERDG77823,,1677649520890,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1759,,,stu_WERDG77823,,1677649520890,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1760,,,stu_WERDG77823,,1677649527687,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1761,,,stu_WERDG77823,,1677649532074,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1762,,,stu_WERDG77823,,1677649543709,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1763,,,stu_WERDG77823,,1677649547385,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1764,,,stu_WERDG77823,,1677649549502,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1765,,,stu_WERDG77823,,1677649555976,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1766,,,stu_WERDG77823,,1677649559884,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1767,,,stu_WERDG77823,,1677649564384,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1768,,,stu_WERDG77823,,1677649572492,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1769,,,stu_WERDG77823,,1677649576184,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1770,,,stu_WERDG77823,,1677649580883,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1771,,,stu_WERDG77823,,1677649584247,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1772,,,stu_WERDG77823,,1677649587287,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1773,,,stu_WERDG77823,,1677649597306,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1774,,,stu_WERDG77823,,1677649601890,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1775,,,stu_WERDG77823,,1677649605078,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1776,,,stu_WERDG77823,,1677649609435,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1777,,,stu_WERDG77823,,1677649617067,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1778,,,stu_WERDG77823,,1677649619004,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1779,,,stu_WERDG77823,,1677649619004,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1780,,,stu_WERDG77823,,1677649619004,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1781,,,stu_WERDG77823,,1677649619004,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1782,,,stu_WERDG77823,,1677649630821,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,FinalAnswerDirection,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1783,,,stu_WERDG77823,,1677649638686,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1784,,,stu_WERDG77823,,1677648552369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1785,,,stu_WERDG77823,,1677648552376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1786,,,stu_WERDG77823,,1677648558257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1787,,,stu_WERDG77823,,1677648586805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1788,,,stu_WERDG77823,,1677648586805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1789,,,stu_WERDG77823,,1677648586805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1790,,,stu_WERDG77823,,1677648586805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1791,,,stu_WERDG77823,,1677648593731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1792,,,stu_WERDG77823,,1677648597708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1793,,,stu_WERDG77823,,1677648630937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1794,,,stu_WERDG77823,,1677648637059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1795,,,stu_WERDG77823,,1677648642924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1796,,,stu_WERDG77823,,1677648648311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1797,,,stu_WERDG77823,,1677648656062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1798,,,stu_WERDG77823,,1677648662259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1799,,,stu_WERDG77823,,1677648662259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1800,,,stu_WERDG77823,,1677648662259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1801,,,stu_WERDG77823,,1677648662259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1802,,,stu_WERDG77823,,1677648669957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1803,,,stu_WERDG77823,,1677648673378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1804,,,stu_WERDG77823,,1677648682712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1805,,,stu_WERDG77823,,1677648690980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1806,,,stu_WERDG77823,,1677648698492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1807,,,stu_WERDG77823,,1677648704194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1808,,,stu_WERDG77823,,1677648707281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1809,,,stu_WERDG77823,,1677648712220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1810,,,stu_WERDG77823,,1677648718722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1811,,,stu_WERDG77823,,1677648738312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1812,,,stu_WERDG77823,,1677648746401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1813,,,stu_WERDG77823,,1677648750526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1814,,,stu_WERDG77823,,1677648754245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1815,,,stu_WERDG77823,,1677648761260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1816,,,stu_WERDG77823,,1677648767498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1817,,,stu_WERDG77823,,1677648776796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-001,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1818,,,stu_WERDG77823,,1677719649606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1819,,,stu_WERDG77823,,1677719687534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1820,,,stu_WERDG77823,,1677719694818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1821,,,stu_WERDG77823,,1677719723505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1822,,,stu_WERDG77823,,1677719735408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1823,,,stu_WERDG77823,,1677719758761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1824,,,stu_WERDG77823,,1677719762044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1825,,,stu_WERDG77823,,1677719793034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1826,,,stu_WERDG77823,,1677719808143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1827,,,stu_WERDG77823,,1677719826985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1828,,,stu_YJZOQ96013,,1674587399984,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1829,,,stu_YJZOQ96013,,1674587402492,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1830,,,stu_YJZOQ96013,,1674587430767,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1831,,,stu_YJZOQ96013,,1674587432869,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1832,,,stu_YJZOQ96013,,1674587437852,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1833,,,stu_YJZOQ96013,,1674587437852,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1834,,,stu_YJZOQ96013,,1674587444128,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1835,,,stu_YJZOQ96013,,1674587444146,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1836,,,stu_YJZOQ96013,,1674587449659,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1837,,,stu_YJZOQ96013,,1674587452400,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1838,,,stu_YJZOQ96013,,1674587454146,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1839,,,stu_YJZOQ96013,,1674587454155,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1840,,,stu_YJZOQ96013,,1674587457887,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1841,,,stu_YJZOQ96013,,1674587460684,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1842,,,stu_YJZOQ96013,,1674587462996,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1843,,,stu_YJZOQ96013,,1674587469916,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1844,,,stu_YJZOQ96013,,1674587490805,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1845,,,stu_YJZOQ96013,,1674587494800,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1846,,,stu_YJZOQ96013,,1674587496197,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1847,,,stu_YJZOQ96013,,1674587499297,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1848,,,stu_YJZOQ96013,,1674587500861,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1849,,,stu_YJZOQ96013,,1674587501793,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1850,,,stu_YJZOQ96013,,1674587505400,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1851,,,stu_YJZOQ96013,,1674587511368,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1852,,,stu_YJZOQ96013,,1674587520350,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1853,,,stu_YJZOQ96013,,1674587523261,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1854,,,stu_YJZOQ96013,,1674587561723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1855,,,stu_YJZOQ96013,,1674587565808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1856,,,stu_YJZOQ96013,,1674587570923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1857,,,stu_YJZOQ96013,,1674587573403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1858,,,stu_YJZOQ96013,,1674587577317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1859,,,stu_YJZOQ96013,,1674587583087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1860,,,stu_YJZOQ96013,,1674587584446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1861,,,stu_YJZOQ96013,,1674587585690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1862,,,stu_YJZOQ96013,,1674587588320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1863,,,stu_YJZOQ96013,,1674587591754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1864,,,stu_LKDTP59004,,1676181908188,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1865,,,stu_LKDTP59004,,1676181908198,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1866,,,stu_LKDTP59004,,1676181916476,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1867,,,stu_LKDTP59004,,1676181938901,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1868,,,stu_LKDTP59004,,1676181945495,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1869,,,stu_LKDTP59004,,1676181948509,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1870,,,stu_LKDTP59004,,1676181952917,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1871,,,stu_LKDTP59004,,1676181960220,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1872,,,stu_LKDTP59004,,1676181999531,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1873,,,stu_LKDTP59004,,1676182002196,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1874,,,stu_LKDTP59004,,1676182007974,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1875,,,stu_LKDTP59004,,1676182013287,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1876,,,stu_LKDTP59004,,1676182016571,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1877,,,stu_LKDTP59004,,1677163219173,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1878,,,stu_LKDTP59004,,1677163222003,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1879,,,stu_LKDTP59004,,1677163223872,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1880,,,stu_LKDTP59004,,1677163225016,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1881,,,stu_LKDTP59004,,1677163228366,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1882,,,stu_LKDTP59004,,1677163230331,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1883,,,stu_LKDTP59004,,1677163233332,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1884,,,stu_LKDTP59004,,1677163235042,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1885,,,stu_LKDTP59004,,1677163237197,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1886,,,stu_LKDTP59004,,1677163238857,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1887,,,stu_LKDTP59004,,1677163250183,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1888,,,stu_LKDTP59004,,1677163252967,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1889,,,stu_LKDTP59004,,1677163255639,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1890,,,stu_LKDTP59004,,1677163261948,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1891,,,stu_LKDTP59004,,1677163264248,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1892,,,stu_LKDTP59004,,1677163265539,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1893,,,stu_LKDTP59004,,1677163268530,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1894,,,stu_LKDTP59004,,1677163282242,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1895,,,stu_LKDTP59004,,1677163284457,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1896,,,stu_LKDTP59004,,1677163287845,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1897,,,stu_UVPLE03317,,1680465176726,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1898,,,stu_UVPLE03317,,1680465184153,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1899,,,stu_UVPLE03317,,1680465187723,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1900,,,stu_UVPLE03317,,1680465195240,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1901,,,stu_UVPLE03317,,1680465213357,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1902,,,stu_UVPLE03317,,1680465216493,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1903,,,stu_UVPLE03317,,1680465218683,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1904,,,stu_UVPLE03317,,1680465220529,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1905,,,stu_UVPLE03317,,1680465222655,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1906,,,stu_UVPLE03317,,1680465226474,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1907,,,stu_UVPLE03317,,1680465230805,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1908,,,stu_UVPLE03317,,1680465360893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1909,,,stu_UVPLE03317,,1680465367152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1910,,,stu_UVPLE03317,,1680465369334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1911,,,stu_UVPLE03317,,1680465371773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1912,,,stu_UVPLE03317,,1680465377426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1913,,,stu_UVPLE03317,,1680465380900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1914,,,stu_UVPLE03317,,1680465382886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1915,,,stu_UVPLE03317,,1680465383835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1916,,,stu_UVPLE03317,,1680465391603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1917,,,stu_UVPLE03317,,1680465395131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1918,,,stu_UVPLE03317,,1680465397787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1919,,,stu_CKGFK04671,,1674238871444,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1920,,,stu_CKGFK04671,,1674238886656,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1921,,,stu_CKGFK04671,,1674238902450,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1922,,,stu_CKGFK04671,,1674238905945,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1923,,,stu_CKGFK04671,,1674238909171,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1924,,,stu_CKGFK04671,,1674238921722,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1925,,,stu_CKGFK04671,,1674238924270,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1926,,,stu_CKGFK04671,,1674238927154,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1927,,,stu_CKGFK04671,,1674238930716,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1928,,,stu_CKGFK04671,,1674238947009,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1929,,,stu_CKGFK04671,,1674238971629,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1930,,,stu_CKGFK04671,,1674238993494,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1931,,,stu_CKGFK04671,,1674238998610,,,,,,ratio_proportion_change3,ratio_proportion_change3-138,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1932,,,stu_CKGFK04671,,1674752574457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1933,,,stu_CKGFK04671,,1674752577824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1934,,,stu_CKGFK04671,,1674752586194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1935,,,stu_CKGFK04671,,1674752588047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1936,,,stu_CKGFK04671,,1674752592679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1937,,,stu_CKGFK04671,,1674752595234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1938,,,stu_CKGFK04671,,1674752596955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1939,,,stu_CKGFK04671,,1674752600211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1940,,,stu_CKGFK04671,,1674752602559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1941,,,stu_CKGFK04671,,1674752607709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1942,,,stu_CKGFK04671,,1674752611675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1943,,,stu_CKGFK04671,,1674752611695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1944,,,stu_CKGFK04671,,1674752615810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1945,,,stu_CKGFK04671,,1674752619544,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1946,,,stu_CKGFK04671,,1674752622494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1947,,,stu_CKGFK04671,,1674752623937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1948,,,stu_CKGFK04671,,1674752627773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1949,,,stu_CKGFK04671,,1674752646870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1950,,,stu_CKGFK04671,,1674752649376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1951,,,stu_CKGFK04671,,1674752654048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1952,,,stu_HNCOQ57061,,1675133486041,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1953,,,stu_HNCOQ57061,,1675133486718,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1954,,,stu_HNCOQ57061,,1675133490601,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1955,,,stu_HNCOQ57061,,1675133495790,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1956,,,stu_HNCOQ57061,,1675133499517,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1957,,,stu_HNCOQ57061,,1675133504386,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1958,,,stu_HNCOQ57061,,1675133516987,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1959,,,stu_HNCOQ57061,,1675133538485,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1960,,,stu_HNCOQ57061,,1675133552347,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1961,,,stu_HNCOQ57061,,1675133593076,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1962,,,stu_HNCOQ57061,,1675133601957,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1963,,,stu_HNCOQ57061,,1675133607038,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1964,,,stu_HNCOQ57061,,1675133611564,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1965,,,stu_HNCOQ57061,,1675133614851,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1966,,,stu_HNCOQ57061,,1675133632949,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1967,,,stu_HNCOQ57061,,1675133650545,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1968,,,stu_HNCOQ57061,,1675133655794,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-1969,,,stu_SAUPP41499,,1681351894166,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1970,,,stu_SAUPP41499,,1681351906719,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1971,,,stu_SAUPP41499,,1681351912265,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1972,,,stu_SAUPP41499,,1681351914765,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1973,,,stu_SAUPP41499,,1681351916522,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1974,,,stu_SAUPP41499,,1681351917965,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1975,,,stu_SAUPP41499,,1681351921394,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1976,,,stu_SAUPP41499,,1681351924915,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1977,,,stu_SAUPP41499,,1681351932302,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1978,,,stu_SAUPP41499,,1681351935008,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1979,,,stu_SAUPP41499,,1681351935014,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1980,,,stu_SAUPP41499,,1681351939935,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1981,,,stu_SAUPP41499,,1681351945097,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1982,,,stu_SAUPP41499,,1681351954751,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1983,,,stu_SAUPP41499,,1681351957560,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1984,,,stu_SAUPP41499,,1681351958615,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1985,,,stu_SAUPP41499,,1681351962398,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1986,,,stu_SAUPP41499,,1681351964250,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1987,,,stu_SAUPP41499,,1681351966129,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1988,,,stu_SAUPP41499,,1681352062317,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1989,,,stu_SAUPP41499,,1681352065816,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1990,,,stu_SAUPP41499,,1681352066982,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1991,,,stu_SAUPP41499,,1681352068288,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1992,,,stu_SAUPP41499,,1681352070144,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1993,,,stu_SAUPP41499,,1681352075871,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1994,,,stu_SAUPP41499,,1681352076915,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1995,,,stu_SAUPP41499,,1681352081409,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1996,,,stu_SAUPP41499,,1681352083821,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1997,,,stu_SAUPP41499,,1681352083833,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1998,,,stu_SAUPP41499,,1681352087287,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-1999,,,stu_SAUPP41499,,1681352089874,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2000,,,stu_SAUPP41499,,1681352092306,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2001,,,stu_SAUPP41499,,1681352096057,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2002,,,stu_SAUPP41499,,1681352098985,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2003,,,stu_SAUPP41499,,1681352103458,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2004,,,stu_SAUPP41499,,1681352105159,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2005,,,stu_SAUPP41499,,1681352118297,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2006,,,stu_SAUPP41499,,1681352119602,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2007,,,stu_SAUPP41499,,1681352123671,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2008,,,stu_QBZGX42549,,1677694695681,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2009,,,stu_QBZGX42549,,1677694695745,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2010,,,stu_QBZGX42549,,1677694699918,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2011,,,stu_QBZGX42549,,1677694708230,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2012,,,stu_QBZGX42549,,1677694716897,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2013,,,stu_QBZGX42549,,1677694719576,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2014,,,stu_QBZGX42549,,1677694721764,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2015,,,stu_QBZGX42549,,1677694724019,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2016,,,stu_QBZGX42549,,1677694725230,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2017,,,stu_QBZGX42549,,1677694727787,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2018,,,stu_QBZGX42549,,1677694732797,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2019,,,stu_QBZGX42549,,1677694735260,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2020,,,stu_QBZGX42549,,1677694737546,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2021,,,stu_QBZGX42549,,1677694739062,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2022,,,stu_QBZGX42549,,1677694750142,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2023,,,stu_QBZGX42549,,1677694759719,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2024,,,stu_QBZGX42549,,1677694761885,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2025,,,stu_QBZGX42549,,1677275066903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2026,,,stu_QBZGX42549,,1677275081113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2027,,,stu_QBZGX42549,,1677275081630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2028,,,stu_QBZGX42549,,1677275082126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2029,,,stu_QBZGX42549,,1677275082635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2030,,,stu_QBZGX42549,,1677275093518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2031,,,stu_QBZGX42549,,1677275102109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2032,,,stu_QBZGX42549,,1677275105966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2033,,,stu_QBZGX42549,,1677275109146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2034,,,stu_QBZGX42549,,1677275113568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2035,,,stu_QBZGX42549,,1677275114876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2036,,,stu_QBZGX42549,,1677275119905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2037,,,stu_QBZGX42549,,1677275130905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2038,,,stu_QBZGX42549,,1677275145454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2039,,,stu_QBZGX42549,,1677275148344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2040,,,stu_ACVFQ44420,,1681836476460,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2041,,,stu_ACVFQ44420,,1681836483757,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2042,,,stu_ACVFQ44420,,1681836487643,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2043,,,stu_ACVFQ44420,,1681836490313,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2044,,,stu_ACVFQ44420,,1681836490955,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2045,,,stu_ACVFQ44420,,1681836493932,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2046,,,stu_ACVFQ44420,,1681836496975,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2047,,,stu_ACVFQ44420,,1681836501965,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2048,,,stu_ACVFQ44420,,1681836504457,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2049,,,stu_ACVFQ44420,,1681836507810,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2050,,,stu_ACVFQ44420,,1681836511562,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2051,,,stu_ACVFQ44420,,1681836525702,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2052,,,stu_ACVFQ44420,,1681836528018,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2053,,,stu_ACVFQ44420,,1681836774841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2054,,,stu_ACVFQ44420,,1681836777472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2055,,,stu_ACVFQ44420,,1681836779953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2056,,,stu_ACVFQ44420,,1681836780571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2057,,,stu_ACVFQ44420,,1681836782966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2058,,,stu_ACVFQ44420,,1681836785837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2059,,,stu_ACVFQ44420,,1681836786835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2060,,,stu_ACVFQ44420,,1681836788160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2061,,,stu_ACVFQ44420,,1681836789110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2062,,,stu_ACVFQ44420,,1681836794983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2063,,,stu_ACVFQ44420,,1681836803994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2064,,,stu_ACVFQ44420,,1681836808521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2065,,,stu_ACVFQ44420,,1681836811858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2066,,,stu_BQXHX25852,,1681692923469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2067,,,stu_BQXHX25852,,1681692935360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2068,,,stu_BQXHX25852,,1681692937611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2069,,,stu_BQXHX25852,,1681692943599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2070,,,stu_BQXHX25852,,1681692946881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2071,,,stu_BQXHX25852,,1681692954064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2072,,,stu_BQXHX25852,,1681692955906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2073,,,stu_BQXHX25852,,1681692960123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2074,,,stu_BQXHX25852,,1681692963845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2075,,,stu_BQXHX25852,,1681692965972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2076,,,stu_BQXHX25852,,1681692967571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2077,,,stu_BQXHX25852,,1681692971995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2078,,,stu_BQXHX25852,,1681692990795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2079,,,stu_BQXHX25852,,1681693011042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2080,,,stu_BQXHX25852,,1681693015735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2081,,,stu_FTSHO50310,,1683722641981,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2082,,,stu_FTSHO50310,,1683722644764,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2083,,,stu_FTSHO50310,,1683722647523,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2084,,,stu_FTSHO50310,,1683722653187,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2085,,,stu_FTSHO50310,,1683722657878,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2086,,,stu_FTSHO50310,,1683722668092,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2087,,,stu_FTSHO50310,,1683722670246,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2088,,,stu_FTSHO50310,,1683722671056,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2089,,,stu_FTSHO50310,,1683722676102,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2090,,,stu_FTSHO50310,,1683722682857,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2091,,,stu_FTSHO50310,,1683722685621,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2092,,,stu_KCMQF74194,,1681404470191,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2093,,,stu_KCMQF74194,,1681404470206,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2094,,,stu_KCMQF74194,,1681404472259,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2095,,,stu_KCMQF74194,,1681404490782,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2096,,,stu_KCMQF74194,,1681404496278,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2097,,,stu_KCMQF74194,,1681404498034,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2098,,,stu_KCMQF74194,,1681404501230,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2099,,,stu_KCMQF74194,,1681404502295,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2100,,,stu_KCMQF74194,,1681404513719,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2101,,,stu_KCMQF74194,,1681404516220,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2102,,,stu_KCMQF74194,,1681404517218,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2103,,,stu_KCMQF74194,,1681404521090,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2104,,,stu_KCMQF74194,,1681404524006,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2105,,,stu_KCMQF74194,,1681404526285,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2106,,,stu_KCMQF74194,,1681404528600,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2107,,,stu_KCMQF74194,,1681404531344,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2108,,,stu_KCMQF74194,,1681404535074,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2109,,,stu_KCMQF74194,,1681404536553,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2110,,,stu_KCMQF74194,,1681404536573,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2111,,,stu_KCMQF74194,,1681404539379,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2112,,,stu_KCMQF74194,,1681404539477,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2113,,,stu_KCMQF74194,,1681404543747,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2114,,,stu_KCMQF74194,,1681404545501,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2115,,,stu_KCMQF74194,,1681404546368,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2116,,,stu_KCMQF74194,,1681404555801,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2117,,,stu_KCMQF74194,,1681404558315,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2118,,,stu_KCMQF74194,,1681404562577,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2119,,,stu_KCMQF74194,,1681404565015,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2120,,,stu_KCMQF74194,,1681404567930,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2121,,,stu_KCMQF74194,,1681404568667,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2122,,,stu_KCMQF74194,,1681404569476,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2123,,,stu_KCMQF74194,,1681404571065,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2124,,,stu_KCMQF74194,,1681404571069,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2125,,,stu_KCMQF74194,,1681404575473,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2126,,,stu_KCMQF74194,,1681404580718,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2127,,,stu_KCMQF74194,,1681404582176,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2128,,,stu_KCMQF74194,,1681404587115,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2129,,,stu_KCMQF74194,,1681404591602,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2130,,,stu_KCMQF74194,,1681404593094,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2131,,,stu_KCMQF74194,,1681491553004,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2132,,,stu_KCMQF74194,,1681491557474,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2133,,,stu_KCMQF74194,,1681491559948,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2134,,,stu_KCMQF74194,,1681491562125,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2135,,,stu_KCMQF74194,,1681491563516,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2136,,,stu_KCMQF74194,,1681491566460,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2137,,,stu_KCMQF74194,,1681491572379,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2138,,,stu_KCMQF74194,,1681491573753,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2139,,,stu_KCMQF74194,,1681491577127,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2140,,,stu_KCMQF74194,,1681491577146,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2141,,,stu_KCMQF74194,,1681491579192,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2142,,,stu_KCMQF74194,,1681491580808,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2143,,,stu_KCMQF74194,,1681491582747,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2144,,,stu_KCMQF74194,,1681491586901,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2145,,,stu_KCMQF74194,,1681491587667,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2146,,,stu_KCMQF74194,,1681491589218,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2147,,,stu_KCMQF74194,,1681491591215,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2148,,,stu_KCMQF74194,,1681491593161,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2149,,,stu_KCMQF74194,,1681491594898,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2150,,,stu_KCMQF74194,,1681491601837,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2151,,,stu_KCMQF74194,,1681491603057,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2152,,,stu_KCMQF74194,,1681491605895,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2153,,,stu_KCMQF74194,,1681491609711,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2154,,,stu_KCMQF74194,,1681491610795,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2155,,,stu_KCMQF74194,,1681491615323,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow1:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2156,,,stu_KCMQF74194,,1681491615339,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2157,,,stu_KCMQF74194,,1681491619270,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2158,,,stu_KCMQF74194,,1681491624836,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow1:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2159,,,stu_KCMQF74194,,1681491625485,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2160,,,stu_KCMQF74194,,1681491627797,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2161,,,stu_KCMQF74194,,1681491627812,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2162,,,stu_KCMQF74194,,1681491632047,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2163,,,stu_KCMQF74194,,1681491633826,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FirstRow2:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2164,,,stu_KCMQF74194,,1681491636618,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2165,,,stu_KCMQF74194,,1681491642170,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2166,,,stu_KCMQF74194,,1681491645282,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2167,,,stu_KCMQF74194,,1681491650582,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2168,,,stu_KCMQF74194,,1681404842891,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2169,,,stu_KCMQF74194,,1681404842914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2170,,,stu_KCMQF74194,,1681404844711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2171,,,stu_KCMQF74194,,1681404848133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2172,,,stu_KCMQF74194,,1681404854055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2173,,,stu_KCMQF74194,,1681404878773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2174,,,stu_KCMQF74194,,1681404895756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2175,,,stu_KCMQF74194,,1681404898270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2176,,,stu_KCMQF74194,,1681404903969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2177,,,stu_KCMQF74194,,1681404907741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2178,,,stu_KCMQF74194,,1681404909666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2179,,,stu_KCMQF74194,,1681404917258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2180,,,stu_KCMQF74194,,1681404941419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2181,,,stu_KCMQF74194,,1681404942770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2182,,,stu_KCMQF74194,,1681404949517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2183,,,stu_KCMQF74194,,1681404950857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2184,,,stu_KCMQF74194,,1681404953925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2185,,,stu_KCMQF74194,,1681404955412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2186,,,stu_KCMQF74194,,1681404956801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2187,,,stu_KCMQF74194,,1681404959305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2188,,,stu_KCMQF74194,,1681404960684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2189,,,stu_KCMQF74194,,1681404962566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2190,,,stu_KCMQF74194,,1681404968431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2191,,,stu_KCMQF74194,,1681404971816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2192,,,stu_KCMQF74194,,1681404973622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2193,,,stu_KCMQF74194,,1681491665147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2194,,,stu_KCMQF74194,,1681491665204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2195,,,stu_KCMQF74194,,1681491666692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2196,,,stu_KCMQF74194,,1681491670195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2197,,,stu_KCMQF74194,,1681491673879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2198,,,stu_KCMQF74194,,1681491676640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2199,,,stu_KCMQF74194,,1681491724843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2200,,,stu_KCMQF74194,,1681491730827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2201,,,stu_KCMQF74194,,1681491731719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2202,,,stu_KCMQF74194,,1681491733731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2203,,,stu_KCMQF74194,,1681491740010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2204,,,stu_KCMQF74194,,1681491740704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2205,,,stu_KCMQF74194,,1681491741965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2206,,,stu_KCMQF74194,,1681491743541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2207,,,stu_KCMQF74194,,1681491747088,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2208,,,stu_KCMQF74194,,1681491750303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2209,,,stu_KCMQF74194,,1681491755930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2210,,,stu_KCMQF74194,,1681491756681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2211,,,stu_KCMQF74194,,1681491759425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2212,,,stu_KCMQF74194,,1681491761766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2213,,,stu_KCMQF74194,,1681491767014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2214,,,stu_KCMQF74194,,1681491769304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2215,,,stu_KCMQF74194,,1681491776503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2216,,,stu_KCMQF74194,,1681491779909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2217,,,stu_KCMQF74194,,1681491785640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2218,,,stu_KLBYB76598,,1681749943209,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2219,,,stu_KLBYB76598,,1681749948663,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2220,,,stu_KLBYB76598,,1681749958519,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2221,,,stu_KLBYB76598,,1681749960593,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2222,,,stu_KLBYB76598,,1681749962100,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2223,,,stu_KLBYB76598,,1681749964749,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2224,,,stu_KLBYB76598,,1681749967085,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2225,,,stu_KLBYB76598,,1681749973862,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2226,,,stu_KLBYB76598,,1681749974812,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2227,,,stu_KLBYB76598,,1681749977662,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2228,,,stu_KLBYB76598,,1681749984116,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2229,,,stu_KLBYB76598,,1681749985829,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2230,,,stu_KLBYB76598,,1681749989209,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2231,,,stu_KLBYB76598,,1681749991547,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2232,,,stu_KLBYB76598,,1681750003006,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2233,,,stu_KLBYB76598,,1681750011272,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2234,,,stu_KLBYB76598,,1681750011290,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2235,,,stu_KLBYB76598,,1681750016461,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,6,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2236,,,stu_KLBYB76598,,1681750018418,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2237,,,stu_KLBYB76598,,1681750019797,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2238,,,stu_KLBYB76598,,1681750044541,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2239,,,stu_KLBYB76598,,1681750064028,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2240,,,stu_KLBYB76598,,1681750066175,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2241,,,stu_KLBYB76598,,1681750073737,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2242,,,stu_KLBYB76598,,1681749088067,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2243,,,stu_KLBYB76598,,1681749114858,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2244,,,stu_KLBYB76598,,1681749119195,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2245,,,stu_KLBYB76598,,1681749125012,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2246,,,stu_KLBYB76598,,1681749127761,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2247,,,stu_KLBYB76598,,1681749130319,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2248,,,stu_KLBYB76598,,1681749170079,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2249,,,stu_KLBYB76598,,1681749175576,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2250,,,stu_KLBYB76598,,1681749178611,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2251,,,stu_KLBYB76598,,1681749179322,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2252,,,stu_KLBYB76598,,1681749181915,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2253,,,stu_KLBYB76598,,1681749185308,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2254,,,stu_KLBYB76598,,1681749188701,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2255,,,stu_KLBYB76598,,1681749190024,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2256,,,stu_KLBYB76598,,1681749194119,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2257,,,stu_KLBYB76598,,1681749201977,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2258,,,stu_KLBYB76598,,1681749201979,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2259,,,stu_KLBYB76598,,1681749205822,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2260,,,stu_KLBYB76598,,1681749212803,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2261,,,stu_KLBYB76598,,1681749216410,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2262,,,stu_KLBYB76598,,1681749217990,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2263,,,stu_KLBYB76598,,1681749220773,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2264,,,stu_KLBYB76598,,1681749222833,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2265,,,stu_KLBYB76598,,1681749222860,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2266,,,stu_KLBYB76598,,1681749227623,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2267,,,stu_KLBYB76598,,1681749233084,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2268,,,stu_KLBYB76598,,1681749237106,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2269,,,stu_KLBYB76598,,1681749249789,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2270,,,stu_KLBYB76598,,1681749265074,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2271,,,stu_KLBYB76598,,1681749266943,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2272,,,stu_KLBYB76598,,1681749647701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2273,,,stu_KLBYB76598,,1681749654474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2274,,,stu_KLBYB76598,,1681749657057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2275,,,stu_KLBYB76598,,1681749660790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2276,,,stu_KLBYB76598,,1681749661410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2277,,,stu_KLBYB76598,,1681749668578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2278,,,stu_KLBYB76598,,1681749671506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2279,,,stu_KLBYB76598,,1681749687351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2280,,,stu_KLBYB76598,,1681749692978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2281,,,stu_KLBYB76598,,1681749697291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2282,,,stu_KLBYB76598,,1681749701610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2283,,,stu_KLBYB76598,,1681749703550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2284,,,stu_KLBYB76598,,1681749705910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2285,,,stu_KLBYB76598,,1681749707267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2286,,,stu_KLBYB76598,,1681749710021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2287,,,stu_KLBYB76598,,1681749717264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2288,,,stu_KLBYB76598,,1681749717264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2289,,,stu_KLBYB76598,,1681749721452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2290,,,stu_KLBYB76598,,1681749725287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2291,,,stu_KLBYB76598,,1681749726100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2292,,,stu_KLBYB76598,,1681749732946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2293,,,stu_KLBYB76598,,1681749735711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2294,,,stu_KLBYB76598,,1681749882597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2295,,,stu_KLBYB76598,,1681749882620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2296,,,stu_KLBYB76598,,1681749889589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2297,,,stu_KLBYB76598,,1681749891305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2298,,,stu_KLBYB76598,,1681749897208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2299,,,stu_KLBYB76598,,1681749914837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2300,,,stu_KLBYB76598,,1681749926890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2301,,,stu_LCZWZ05655,,1681749448341,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2302,,,stu_LCZWZ05655,,1681749454689,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2303,,,stu_LCZWZ05655,,1681749457235,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2304,,,stu_LCZWZ05655,,1681749460208,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2305,,,stu_LCZWZ05655,,1681749463781,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2306,,,stu_LCZWZ05655,,1681749468287,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2307,,,stu_LCZWZ05655,,1681749485324,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2308,,,stu_LCZWZ05655,,1681749485329,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2309,,,stu_LCZWZ05655,,1681749489422,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2310,,,stu_LCZWZ05655,,1681749491428,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2311,,,stu_LCZWZ05655,,1681749492337,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2312,,,stu_LCZWZ05655,,1681749497896,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2313,,,stu_LCZWZ05655,,1681749510601,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2314,,,stu_LCZWZ05655,,1681749511669,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2315,,,stu_LCZWZ05655,,1681749513880,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2316,,,stu_LCZWZ05655,,1681749515093,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2317,,,stu_LCZWZ05655,,1681749515193,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2318,,,stu_LCZWZ05655,,1681749517570,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2319,,,stu_LCZWZ05655,,1681749519814,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2320,,,stu_LCZWZ05655,,1681749520901,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2321,,,stu_LCZWZ05655,,1681749524183,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2322,,,stu_LCZWZ05655,,1681749534379,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2323,,,stu_LCZWZ05655,,1681749543398,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2324,,,stu_LCZWZ05655,,1681749544258,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2325,,,stu_LCZWZ05655,,1681749545772,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2326,,,stu_LCZWZ05655,,1681749547695,,,,,,ratio_proportion_change3,ratio_proportion_change3-114,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2327,,,stu_LCZWZ05655,,1681749561667,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2328,,,stu_LCZWZ05655,,1681749568464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2329,,,stu_LCZWZ05655,,1681749573404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2330,,,stu_LCZWZ05655,,1681749578336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2331,,,stu_LCZWZ05655,,1681749584268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2332,,,stu_LCZWZ05655,,1681749587862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2333,,,stu_LCZWZ05655,,1681749591288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2334,,,stu_LCZWZ05655,,1681749592256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2335,,,stu_LCZWZ05655,,1681749596344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2336,,,stu_LCZWZ05655,,1681749597056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2337,,,stu_LCZWZ05655,,1681749599513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2338,,,stu_LCZWZ05655,,1681749600693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2339,,,stu_LCZWZ05655,,1681749604004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2340,,,stu_LCZWZ05655,,1681749607097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2341,,,stu_LCZWZ05655,,1681749608714,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2342,,,stu_LCZWZ05655,,1681749611991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2343,,,stu_LCZWZ05655,,1681750514114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2344,,,stu_LCZWZ05655,,1681750518796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2345,,,stu_LCZWZ05655,,1681750520246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2346,,,stu_LCZWZ05655,,1681750521289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2347,,,stu_LCZWZ05655,,1681750524235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2348,,,stu_LCZWZ05655,,1681750526322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2349,,,stu_LCZWZ05655,,1681750531698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2350,,,stu_LCZWZ05655,,1681750532428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2351,,,stu_LCZWZ05655,,1681750534110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2352,,,stu_LCZWZ05655,,1681750536779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2353,,,stu_LCZWZ05655,,1681750537538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2354,,,stu_LCZWZ05655,,1681750539155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2355,,,stu_LCZWZ05655,,1681750540029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2356,,,stu_LCZWZ05655,,1681750542922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2357,,,stu_LCZWZ05655,,1681750546626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2358,,,stu_LCZWZ05655,,1681750548618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2359,,,stu_LCZWZ05655,,1681750575581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2360,,,stu_LCZWZ05655,,1681750579072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2361,,,stu_LWLEU40929,,1683213886238,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2362,,,stu_LWLEU40929,,1683213888463,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2363,,,stu_LWLEU40929,,1683213893559,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2364,,,stu_LWLEU40929,,1683213898603,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2365,,,stu_LWLEU40929,,1683213907357,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2366,,,stu_LWLEU40929,,1683213907375,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2367,,,stu_LWLEU40929,,1683213910818,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2368,,,stu_LWLEU40929,,1683213918984,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2369,,,stu_LWLEU40929,,1683213920589,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2370,,,stu_LWLEU40929,,1683213923172,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2371,,,stu_LWLEU40929,,1683213924060,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2372,,,stu_LWLEU40929,,1683213929126,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2373,,,stu_LWLEU40929,,1683213932189,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2374,,,stu_LWLEU40929,,1683213934891,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2375,,,stu_LWLEU40929,,1683213667531,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2376,,,stu_LWLEU40929,,1683213671749,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2377,,,stu_LWLEU40929,,1683213675841,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2378,,,stu_LWLEU40929,,1683213681153,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2379,,,stu_LWLEU40929,,1683213682381,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2380,,,stu_LWLEU40929,,1683213684308,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2381,,,stu_LWLEU40929,,1683213689371,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2382,,,stu_LWLEU40929,,1683213690104,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2383,,,stu_LWLEU40929,,1683213692207,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2384,,,stu_LWLEU40929,,1683213695942,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2385,,,stu_LWLEU40929,,1683213697782,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2386,,,stu_OWCVV13625,,1678384080427,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2387,,,stu_OWCVV13625,,1678384092553,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2388,,,stu_OWCVV13625,,1678384095987,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2389,,,stu_OWCVV13625,,1678384097830,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2390,,,stu_OWCVV13625,,1678384100311,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2391,,,stu_OWCVV13625,,1678384107511,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2392,,,stu_OWCVV13625,,1678384109279,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2393,,,stu_OWCVV13625,,1678384112792,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2394,,,stu_OWCVV13625,,1678384114363,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2395,,,stu_OWCVV13625,,1678384116653,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2396,,,stu_OWCVV13625,,1678384122108,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2397,,,stu_OWCVV13625,,1678384122128,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2398,,,stu_OWCVV13625,,1678384124990,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2399,,,stu_OWCVV13625,,1678384127086,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2400,,,stu_OWCVV13625,,1678384131311,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2401,,,stu_OWCVV13625,,1678384137329,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2402,,,stu_OWCVV13625,,1678384143273,,,,,,ratio_proportion_change3,ratio_proportion_change3-142,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2403,,,stu_QAXEC01368,,1683578257551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2404,,,stu_QAXEC01368,,1683578264813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2405,,,stu_QAXEC01368,,1683578276261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2406,,,stu_QAXEC01368,,1683578280075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2407,,,stu_QAXEC01368,,1683578285020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2408,,,stu_QAXEC01368,,1683578289494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2409,,,stu_QAXEC01368,,1683578291472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2410,,,stu_QAXEC01368,,1683578294453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2411,,,stu_QAXEC01368,,1683578323040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2412,,,stu_QAXEC01368,,1683578325227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2413,,,stu_QAXEC01368,,1683578327691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2414,,,stu_QAXEC01368,,1683578330363,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2415,,,stu_QAXEC01368,,1683578333648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2416,,,stu_WKWSC09183,,1681417092048,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2417,,,stu_WKWSC09183,,1681417095694,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2418,,,stu_WKWSC09183,,1681417100282,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2419,,,stu_WKWSC09183,,1681417106096,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2420,,,stu_WKWSC09183,,1681417109965,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2421,,,stu_WKWSC09183,,1681417112708,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2422,,,stu_WKWSC09183,,1681417115201,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2423,,,stu_WKWSC09183,,1681417121800,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2424,,,stu_WKWSC09183,,1681417123485,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2425,,,stu_WKWSC09183,,1681417125134,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2426,,,stu_WKWSC09183,,1681417142019,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2427,,,stu_WKWSC09183,,1681417144650,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2428,,,stu_WKWSC09183,,1681417243885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2429,,,stu_WKWSC09183,,1681417246805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2430,,,stu_WKWSC09183,,1681417250821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2431,,,stu_WKWSC09183,,1681417253103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2432,,,stu_WKWSC09183,,1681417254833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2433,,,stu_WKWSC09183,,1681417258399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2434,,,stu_WKWSC09183,,1681417259474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2435,,,stu_WKWSC09183,,1681417271390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2436,,,stu_WKWSC09183,,1681417273337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2437,,,stu_WKWSC09183,,1681417277376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2438,,,stu_WKWSC09183,,1681417281117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2439,,,stu_GXXXS63484,,1678383627414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2440,,,stu_GXXXS63484,,1678383627513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2441,,,stu_GXXXS63484,,1678383629217,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2442,,,stu_GXXXS63484,,1678383633010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2443,,,stu_GXXXS63484,,1678383637458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2444,,,stu_GXXXS63484,,1678383639347,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2445,,,stu_GXXXS63484,,1678383655755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2446,,,stu_GXXXS63484,,1678383655823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2447,,,stu_GXXXS63484,,1678383659898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2448,,,stu_GXXXS63484,,1678383661822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2449,,,stu_GXXXS63484,,1678383664494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2450,,,stu_GXXXS63484,,1678383665420,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2451,,,stu_GXXXS63484,,1678383674884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2452,,,stu_GXXXS63484,,1678383676426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2453,,,stu_GXXXS63484,,1678383681622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2454,,,stu_GXXXS63484,,1678383684694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2455,,,stu_GXXXS63484,,1678383686704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2456,,,stu_GXXXS63484,,1678383688827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2457,,,stu_GXXXS63484,,1678383690235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2458,,,stu_GXXXS63484,,1678383695413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2459,,,stu_GXXXS63484,,1678383705813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2460,,,stu_GXXXS63484,,1678383708382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2461,,,stu_GXXXS63484,,1678383710000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2462,,,stu_GXXXS63484,,1678383711667,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2463,,,stu_GXXXS63484,,1677863130553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2464,,,stu_GXXXS63484,,1677863130590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2465,,,stu_GXXXS63484,,1677863132264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2466,,,stu_GXXXS63484,,1677863136962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2467,,,stu_GXXXS63484,,1677863141375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2468,,,stu_GXXXS63484,,1677863150954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2469,,,stu_GXXXS63484,,1677863153250,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2470,,,stu_GXXXS63484,,1677863155650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2471,,,stu_GXXXS63484,,1677863159701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2472,,,stu_GXXXS63484,,1677863166020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2473,,,stu_GXXXS63484,,1677863167821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2474,,,stu_GXXXS63484,,1677863167838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2475,,,stu_GXXXS63484,,1677863176102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2476,,,stu_GXXXS63484,,1677863178228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2477,,,stu_GXXXS63484,,1677863179384,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2478,,,stu_GXXXS63484,,1677863194197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2479,,,stu_GXXXS63484,,1677863199799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2480,,,stu_GXXXS63484,,1677863217433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2481,,,stu_SGNLI57249,,1677542313987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2482,,,stu_SGNLI57249,,1677542317099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2483,,,stu_SGNLI57249,,1677542322114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2484,,,stu_SGNLI57249,,1677542323771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2485,,,stu_SGNLI57249,,1677542326608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2486,,,stu_SGNLI57249,,1677542331699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2487,,,stu_SGNLI57249,,1677542333235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2488,,,stu_SGNLI57249,,1677542335606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2489,,,stu_SGNLI57249,,1677542340778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2490,,,stu_SGNLI57249,,1677542344882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2491,,,stu_SGNLI57249,,1677542346892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2492,,,stu_SGNLI57249,,1677542346910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2493,,,stu_SGNLI57249,,1677542356968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2494,,,stu_SGNLI57249,,1677542362562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2495,,,stu_SGNLI57249,,1677542364709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-2496,,,stu_VCSEI61128,,1667869870221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2497,,,stu_VCSEI61128,,1667869870242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2498,,,stu_VCSEI61128,,1667869873758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2499,,,stu_VCSEI61128,,1667869880450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2500,,,stu_VCSEI61128,,1667869888732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2501,,,stu_VCSEI61128,,1667869917809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2502,,,stu_VCSEI61128,,1667869923644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2503,,,stu_VCSEI61128,,1667869929647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2504,,,stu_VCSEI61128,,1667869933440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2505,,,stu_VCSEI61128,,1667869935115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2506,,,stu_VCSEI61128,,1667869951648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2507,,,stu_VCSEI61128,,1667870012173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2508,,,stu_VCSEI61128,,1667870036201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2509,,,stu_VCSEI61128,,1667870056719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2510,,,stu_VCSEI61128,,1667870059589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2511,,,stu_VCSEI61128,,1667870068728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2512,,,stu_VCSEI61128,,1667870101357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2513,,,stu_VCSEI61128,,1667870116775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2514,,,stu_VCSEI61128,,1667870117968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2515,,,stu_VCSEI61128,,1667870118079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2516,,,stu_VCSEI61128,,1667870145374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2517,,,stu_VCSEI61128,,1667870145399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2518,,,stu_VCSEI61128,,1667870171356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2519,,,stu_VCSEI61128,,1667870180764,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2520,,,stu_VCSEI61128,,1667870180786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2521,,,stu_VCSEI61128,,1667870243736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2522,,,stu_VCSEI61128,,1667870243753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2523,,,stu_VCSEI61128,,1667870271877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2524,,,stu_VCSEI61128,,1667870271877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2525,,,stu_VCSEI61128,,1667870315860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2526,,,stu_VCSEI61128,,1667870323600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2527,,,stu_VCSEI61128,,1667870323623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2528,,,stu_VCSEI61128,,1667870332129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,8,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2529,,,stu_VCSEI61128,,1667870342272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2530,,,stu_VCSEI61128,,1667870375423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2531,,,stu_VCSEI61128,,1667870384670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2532,,,stu_VCSEI61128,,1667870416526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2533,,,stu_VCSEI61128,,1667870424071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2534,,,stu_VCSEI61128,,1667875350164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2535,,,stu_VCSEI61128,,1667875355089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2536,,,stu_VCSEI61128,,1667875366707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2537,,,stu_VCSEI61128,,1667875368187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2538,,,stu_VCSEI61128,,1667875394471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2539,,,stu_VCSEI61128,,1667875401711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2540,,,stu_VCSEI61128,,1667875403247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2541,,,stu_VCSEI61128,,1667875420825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2542,,,stu_VCSEI61128,,1667875423874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2543,,,stu_VCSEI61128,,1667875433026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2544,,,stu_VCSEI61128,,1667875439956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2545,,,stu_VCSEI61128,,1667875445207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2546,,,stu_VCSEI61128,,1667875457087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2547,,,stu_VCSEI61128,,1667875460202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2548,,,stu_VCSEI61128,,1667875465908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2549,,,stu_VCSEI61128,,1667875467927,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2550,,,stu_VCSEI61128,,1667875473213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2551,,,stu_VCSEI61128,,1667875480966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2552,,,stu_VCSEI61128,,1667875492599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2553,,,stu_VCSEI61128,,1667875500048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2554,,,stu_VCSEI61128,,1667875508105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-2555,,,stu_EEDBB32774,,1670858386920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2556,,,stu_EEDBB32774,,1670858386928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2557,,,stu_EEDBB32774,,1670858390984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2558,,,stu_EEDBB32774,,1670858400994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2559,,,stu_EEDBB32774,,1670858403621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2560,,,stu_EEDBB32774,,1670858405227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2561,,,stu_EEDBB32774,,1670858419696,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2562,,,stu_EEDBB32774,,1670858424706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2563,,,stu_EEDBB32774,,1670858428625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2564,,,stu_EEDBB32774,,1670858440350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2565,,,stu_EEDBB32774,,1670858441641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2566,,,stu_EEDBB32774,,1670858444731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2567,,,stu_EEDBB32774,,1670858490604,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2568,,,stu_EEDBB32774,,1670858502009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2569,,,stu_EEDBB32774,,1670858503551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2570,,,stu_EEDBB32774,,1670858508037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2571,,,stu_EEDBB32774,,1670858510304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2572,,,stu_EEDBB32774,,1670858536890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2573,,,stu_EEDBB32774,,1670858538907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2574,,,stu_GTKSO68152,,1679334596576,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2575,,,stu_GTKSO68152,,1679334621892,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2576,,,stu_GTKSO68152,,1679334626257,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2577,,,stu_GTKSO68152,,1679334630219,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2578,,,stu_GTKSO68152,,1679334630248,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2579,,,stu_GTKSO68152,,1679334637259,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2580,,,stu_GTKSO68152,,1679334642613,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2581,,,stu_GTKSO68152,,1679334644656,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2582,,,stu_GTKSO68152,,1679334653941,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2583,,,stu_GTKSO68152,,1679334653942,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2584,,,stu_GTKSO68152,,1679334657720,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2585,,,stu_GTKSO68152,,1679334660944,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2586,,,stu_GTKSO68152,,1679334665542,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2587,,,stu_GTKSO68152,,1679334672861,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2588,,,stu_GTKSO68152,,1679334676135,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2589,,,stu_GTKSO68152,,1679334676827,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2590,,,stu_GTKSO68152,,1679334680371,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2591,,,stu_GTKSO68152,,1679334684273,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2592,,,stu_GTKSO68152,,1679334686839,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2593,,,stu_GTKSO68152,,1679334688551,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2594,,,stu_GTKSO68152,,1679334695816,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2595,,,stu_GTKSO68152,,1679334709277,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2596,,,stu_GTKSO68152,,1679334720679,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2597,,,stu_GTKSO68152,,1679334721939,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2598,,,stu_GTKSO68152,,1679334724405,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2599,,,stu_GTKSO68152,,1679334828746,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2600,,,stu_GTKSO68152,,1679334856050,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2601,,,stu_GTKSO68152,,1679334859166,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2602,,,stu_GTKSO68152,,1679334861876,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2603,,,stu_GTKSO68152,,1679334863703,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2604,,,stu_GTKSO68152,,1679334888244,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2605,,,stu_GTKSO68152,,1679334895596,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2606,,,stu_GTKSO68152,,1679334903735,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2607,,,stu_GTKSO68152,,1679334927415,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2608,,,stu_GTKSO68152,,1679334939829,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2609,,,stu_GTKSO68152,,1679334943008,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2610,,,stu_GTKSO68152,,1679334947413,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2611,,,stu_GTKSO68152,,1679074166002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2612,,,stu_GTKSO68152,,1679074166036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2613,,,stu_GTKSO68152,,1679074168138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2614,,,stu_GTKSO68152,,1679074173466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2615,,,stu_GTKSO68152,,1679074175929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2616,,,stu_GTKSO68152,,1679074178850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2617,,,stu_GTKSO68152,,1679074182165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2618,,,stu_GTKSO68152,,1679074186221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2619,,,stu_GTKSO68152,,1679074189756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2620,,,stu_GTKSO68152,,1679074191727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2621,,,stu_GTKSO68152,,1679074196209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2622,,,stu_GTKSO68152,,1679074198442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2623,,,stu_GTKSO68152,,1679074200093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2624,,,stu_GTKSO68152,,1679074205108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2625,,,stu_GTKSO68152,,1679074210611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2626,,,stu_GTKSO68152,,1679074233680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2627,,,stu_GTKSO68152,,1679074235994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2628,,,stu_GTKSO68152,,1679074238793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2629,,,stu_GTKSO68152,,1679334739076,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2630,,,stu_GTKSO68152,,1679334739110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2631,,,stu_GTKSO68152,,1679334742181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2632,,,stu_GTKSO68152,,1679334753781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2633,,,stu_GTKSO68152,,1679334757496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2634,,,stu_GTKSO68152,,1679334759890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2635,,,stu_GTKSO68152,,1679334762210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2636,,,stu_GTKSO68152,,1679334767178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2637,,,stu_GTKSO68152,,1679334772005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2638,,,stu_GTKSO68152,,1679334777790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2639,,,stu_GTKSO68152,,1679334779938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2640,,,stu_GTKSO68152,,1679334781610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2641,,,stu_GTKSO68152,,1679334784948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2642,,,stu_GTKSO68152,,1679334792080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2643,,,stu_GTKSO68152,,1679334803511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2644,,,stu_GTKSO68152,,1679334805295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2645,,,stu_GTKSO68152,,1679334814556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2646,,,stu_GTKSO68152,,1679334817529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-2647,,,stu_NBYDC54963,,1677127212114,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2648,,,stu_NBYDC54963,,1677127216497,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2649,,,stu_NBYDC54963,,1677127226040,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2650,,,stu_NBYDC54963,,1677127229820,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2651,,,stu_NBYDC54963,,1677127234807,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2652,,,stu_NBYDC54963,,1677127237456,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2653,,,stu_NBYDC54963,,1677127285389,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2654,,,stu_NBYDC54963,,1677127287666,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2655,,,stu_NBYDC54963,,1677127291047,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2656,,,stu_NBYDC54963,,1677127294069,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2657,,,stu_NBYDC54963,,1677127295058,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2658,,,stu_NBYDC54963,,1677127300670,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2659,,,stu_NBYDC54963,,1677127352525,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2660,,,stu_NBYDC54963,,1677127360245,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2661,,,stu_NBYDC54963,,1677127364643,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2662,,,stu_NBYDC54963,,1677127368511,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2663,,,stu_NBYDC54963,,1677127370704,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2664,,,stu_NBYDC54963,,1677127374265,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2665,,,stu_NBYDC54963,,1677127390779,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2666,,,stu_NBYDC54963,,1677127398743,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2667,,,stu_NBYDC54963,,1677127407372,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2668,,,stu_NBYDC54963,,1677127409573,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2669,,,stu_NBYDC54963,,1677127412634,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2670,,,stu_NBYDC54963,,1677127416580,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2671,,,stu_NBYDC54963,,1677127428032,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2672,,,stu_NBYDC54963,,1677127435475,,,,,,ratio_proportion_change3,ratio_proportion_change3-107,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2673,,,stu_NBYDC54963,,1677127449654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2674,,,stu_NBYDC54963,,1677127457173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2675,,,stu_NBYDC54963,,1677127459779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2676,,,stu_NBYDC54963,,1677127464647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2677,,,stu_NBYDC54963,,1677127473081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2678,,,stu_NBYDC54963,,1677127478283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2679,,,stu_NBYDC54963,,1677127489342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2680,,,stu_NBYDC54963,,1677127491227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2681,,,stu_NBYDC54963,,1677127494387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2682,,,stu_NBYDC54963,,1677127500366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2683,,,stu_NBYDC54963,,1677127502607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2684,,,stu_NBYDC54963,,1677127515048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2685,,,stu_NBYDC54963,,1677127517699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2686,,,stu_NBYDC54963,,1677127523482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2687,,,stu_NBYDC54963,,1677127524787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2688,,,stu_NBYDC54963,,1677127526193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2689,,,stu_NBYDC54963,,1677127528023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2690,,,stu_NBYDC54963,,1677127539500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2691,,,stu_NBYDC54963,,1677127544208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2692,,,stu_NBYDC54963,,1677127546596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2693,,,stu_NBYDC54963,,1677127549924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2694,,,stu_JQBKD32872,,1676478640885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2695,,,stu_JQBKD32872,,1676478686673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2696,,,stu_JQBKD32872,,1676478690212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2697,,,stu_JQBKD32872,,1676478790789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2698,,,stu_JQBKD32872,,1676478795202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2699,,,stu_JQBKD32872,,1676478797378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2700,,,stu_JQBKD32872,,1676478801687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2701,,,stu_JQBKD32872,,1676478806473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2702,,,stu_JQBKD32872,,1676478816122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2703,,,stu_JQBKD32872,,1676478818193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2704,,,stu_JQBKD32872,,1676478821087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2705,,,stu_JQBKD32872,,1676478824343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2706,,,stu_JQBKD32872,,1676478829532,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2707,,,stu_JQBKD32872,,1676478830843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2708,,,stu_JQBKD32872,,1676478833061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2709,,,stu_JQBKD32872,,1676478927979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2710,,,stu_JQBKD32872,,1676478980044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2711,,,stu_JQBKD32872,,1676478982258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2712,,,stu_JQBKD32872,,1676478986140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2713,,,stu_JQBKD32872,,1676478988357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2714,,,stu_JQBKD32872,,1676478989702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2715,,,stu_JQBKD32872,,1676478994123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2716,,,stu_JQBKD32872,,1676479128232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2717,,,stu_JQBKD32872,,1676479129861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2718,,,stu_JQBKD32872,,1676479139892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2719,,,stu_JQBKD32872,,1676479145262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2720,,,stu_JQBKD32872,,1676479167636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2721,,,stu_JQBKD32872,,1676479174266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2722,,,stu_JQBKD32872,,1676479178074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2723,,,stu_JQBKD32872,,1676479181468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2724,,,stu_JQBKD32872,,1676479184093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2725,,,stu_JQBKD32872,,1676479186837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2726,,,stu_JQBKD32872,,1676479188929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2727,,,stu_JQBKD32872,,1676479188943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2728,,,stu_JQBKD32872,,1676479193748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2729,,,stu_JQBKD32872,,1676479196632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2730,,,stu_JQBKD32872,,1676479201890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2731,,,stu_JQBKD32872,,1676479205492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2732,,,stu_JQBKD32872,,1676479210067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2733,,,stu_JQBKD32872,,1676479220279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2734,,,stu_JQBKD32872,,1676479222187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2735,,,stu_JQBKD32872,,1676479303338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2736,,,stu_JQBKD32872,,1676479306981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2737,,,stu_JQBKD32872,,1676479310594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2738,,,stu_JQBKD32872,,1676479312429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2739,,,stu_JQBKD32872,,1676479314202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2740,,,stu_JQBKD32872,,1676479316115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2741,,,stu_JQBKD32872,,1676476693541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2742,,,stu_JQBKD32872,,1676476693722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2743,,,stu_JQBKD32872,,1676476696158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2744,,,stu_JQBKD32872,,1676476726752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2745,,,stu_JQBKD32872,,1676476733214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2746,,,stu_JQBKD32872,,1676476737302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2747,,,stu_JQBKD32872,,1676476739210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2748,,,stu_JQBKD32872,,1676476742019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2749,,,stu_JQBKD32872,,1676476744016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2750,,,stu_JQBKD32872,,1676476747071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2751,,,stu_JQBKD32872,,1676476750928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2752,,,stu_JQBKD32872,,1676476752876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2753,,,stu_JQBKD32872,,1676476756192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2754,,,stu_JQBKD32872,,1676476761745,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2755,,,stu_JQBKD32872,,1676476765682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2756,,,stu_JQBKD32872,,1676476778369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2757,,,stu_JQBKD32872,,1676476787980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2758,,,stu_JQBKD32872,,1676476790713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2759,,,stu_JQBKD32872,,1676476833928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2760,,,stu_JQBKD32872,,1676476835567,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2761,,,stu_JQBKD32872,,1676476839598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2762,,,stu_JQBKD32872,,1676476842901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2763,,,stu_JQBKD32872,,1676476845898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2764,,,stu_JQBKD32872,,1676476912549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2765,,,stu_JQBKD32872,,1676476915151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2766,,,stu_JQBKD32872,,1676476918619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2767,,,stu_JQBKD32872,,1676476921176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2768,,,stu_JQBKD32872,,1676477205189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2769,,,stu_JQBKD32872,,1676477208203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2770,,,stu_JQBKD32872,,1676477250747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2771,,,stu_JQBKD32872,,1676477267067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2772,,,stu_JQBKD32872,,1676477304559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2773,,,stu_JQBKD32872,,1676477309004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2774,,,stu_JQBKD32872,,1676477333711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2775,,,stu_JQBKD32872,,1676477344832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2776,,,stu_JQBKD32872,,1676477347192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2777,,,stu_JQBKD32872,,1676477349946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2778,,,stu_JQBKD32872,,1676477354763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2779,,,stu_JQBKD32872,,1676477354800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2780,,,stu_JQBKD32872,,1676477358889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2781,,,stu_JQBKD32872,,1676477361895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2782,,,stu_JQBKD32872,,1676477432375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2783,,,stu_JQBKD32872,,1676477437936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2784,,,stu_JQBKD32872,,1676477440655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2785,,,stu_JQBKD32872,,1676477444013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2786,,,stu_JQBKD32872,,1676477444034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2787,,,stu_JQBKD32872,,1676477488268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2788,,,stu_JQBKD32872,,1676477490015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2789,,,stu_JQBKD32872,,1676477498492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2790,,,stu_JQBKD32872,,1676477548549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2791,,,stu_JQBKD32872,,1676477550997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2792,,,stu_JQBKD32872,,1676477554290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2793,,,stu_JQBKD32872,,1676477556916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2794,,,stu_JQBKD32872,,1676477571138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2795,,,stu_HHZPV03356,,1679665814802,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2796,,,stu_HHZPV03356,,1679665818562,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2797,,,stu_HHZPV03356,,1679665821981,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2798,,,stu_HHZPV03356,,1679665826308,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2799,,,stu_HHZPV03356,,1679665830020,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2800,,,stu_HHZPV03356,,1679665835003,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2801,,,stu_HHZPV03356,,1679665839330,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2802,,,stu_HHZPV03356,,1679665842043,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2803,,,stu_HHZPV03356,,1679665845429,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2804,,,stu_HHZPV03356,,1679665851740,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2805,,,stu_HHZPV03356,,1679665853657,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2806,,,stu_HHZPV03356,,1679665869457,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2807,,,stu_HHZPV03356,,1679665872933,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2808,,,stu_HHZPV03356,,1679665876553,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2809,,,stu_HHZPV03356,,1679666129557,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2810,,,stu_HHZPV03356,,1679666129674,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2811,,,stu_HHZPV03356,,1679666132537,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2812,,,stu_HHZPV03356,,1679666139501,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2813,,,stu_HHZPV03356,,1679666143181,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2814,,,stu_HHZPV03356,,1679666145861,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2815,,,stu_HHZPV03356,,1679666148526,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2816,,,stu_HHZPV03356,,1679666160106,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2817,,,stu_HHZPV03356,,1679666162929,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2818,,,stu_HHZPV03356,,1679666165263,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2819,,,stu_HHZPV03356,,1679666166929,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2820,,,stu_HHZPV03356,,1679666173032,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2821,,,stu_HHZPV03356,,1679666176980,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2822,,,stu_HHZPV03356,,1679666181052,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2823,,,stu_UYRFP52614,,1679666341101,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2824,,,stu_UYRFP52614,,1679666353469,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2825,,,stu_UYRFP52614,,1679666361225,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2826,,,stu_UYRFP52614,,1679666370542,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2827,,,stu_UYRFP52614,,1679666373687,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2828,,,stu_UYRFP52614,,1679666376248,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2829,,,stu_UYRFP52614,,1679666385029,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2830,,,stu_UYRFP52614,,1679666389788,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2831,,,stu_UYRFP52614,,1679666396693,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2832,,,stu_UYRFP52614,,1679666399793,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2833,,,stu_UYRFP52614,,1679666423881,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2834,,,stu_UYRFP52614,,1679666423884,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2835,,,stu_UYRFP52614,,1679666432658,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2836,,,stu_UYRFP52614,,1679666434363,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2837,,,stu_UYRFP52614,,1679666559954,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2838,,,stu_UYRFP52614,,1679666561787,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2839,,,stu_UYRFP52614,,1679666565093,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2840,,,stu_UYRFP52614,,1679666567968,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2841,,,stu_UYRFP52614,,1679666570026,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2842,,,stu_UYRFP52614,,1679666572227,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2843,,,stu_UYRFP52614,,1679666574377,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2844,,,stu_UYRFP52614,,1679666579212,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2845,,,stu_UYRFP52614,,1679666584488,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2846,,,stu_UYRFP52614,,1679666595032,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2847,,,stu_UYRFP52614,,1679666597481,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2848,,,stu_UYRFP52614,,1679666604360,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2849,,,stu_UYRFP52614,,1679666605658,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2850,,,stu_UYRFP52614,,1679666621320,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2851,,,stu_UYRFP52614,,1679666644386,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2852,,,stu_UYRFP52614,,1679666646908,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2853,,,stu_UYRFP52614,,1679666650369,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2854,,,stu_UYRFP52614,,1679666652668,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2855,,,stu_UYRFP52614,,1679666656588,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2856,,,stu_UYRFP52614,,1679666658623,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2857,,,stu_UYRFP52614,,1679666663861,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2858,,,stu_UYRFP52614,,1679666666350,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2859,,,stu_UYRFP52614,,1679666676221,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2860,,,stu_UYRFP52614,,1679666742542,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2861,,,stu_UYRFP52614,,1679666746106,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2862,,,stu_UYRFP52614,,1679666749715,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2863,,,stu_UYRFP52614,,1679666753568,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2864,,,stu_UYRFP52614,,1679666761082,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2865,,,stu_UYRFP52614,,1679666762778,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2866,,,stu_UYRFP52614,,1679888987381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2867,,,stu_UYRFP52614,,1679888990304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2868,,,stu_UYRFP52614,,1679888993524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2869,,,stu_UYRFP52614,,1679888995719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2870,,,stu_UYRFP52614,,1679889000767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2871,,,stu_UYRFP52614,,1679889003708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2872,,,stu_UYRFP52614,,1679889006732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2873,,,stu_UYRFP52614,,1679889010552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2874,,,stu_UYRFP52614,,1679889011915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2875,,,stu_UYRFP52614,,1679889015620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2876,,,stu_UYRFP52614,,1679889015651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2877,,,stu_UYRFP52614,,1679889017893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2878,,,stu_UYRFP52614,,1679889020142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2879,,,stu_UYRFP52614,,1679889024756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2880,,,stu_UYRFP52614,,1679889035909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2881,,,stu_UYRFP52614,,1679889043503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2882,,,stu_UYRFP52614,,1679889050276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2883,,,stu_FDVNM20443,,1677687851340,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2884,,,stu_FDVNM20443,,1677687851660,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2885,,,stu_FDVNM20443,,1677687853330,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2886,,,stu_FDVNM20443,,1677687911480,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2887,,,stu_FDVNM20443,,1677687951040,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2888,,,stu_FDVNM20443,,1677687967213,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2889,,,stu_FDVNM20443,,1677687975273,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2890,,,stu_FDVNM20443,,1677687977551,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2891,,,stu_FDVNM20443,,1677687978183,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2892,,,stu_FDVNM20443,,1677687981577,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2893,,,stu_FDVNM20443,,1677688019563,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2894,,,stu_FDVNM20443,,1677688023087,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2895,,,stu_FDVNM20443,,1677688025139,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2896,,,stu_FDVNM20443,,1677688037889,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2897,,,stu_FDVNM20443,,1677688038631,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2898,,,stu_FDVNM20443,,1677688041285,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2899,,,stu_FDVNM20443,,1677688048097,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2900,,,stu_FDVNM20443,,1677688277822,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2901,,,stu_FDVNM20443,,1677688277890,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2902,,,stu_FDVNM20443,,1677688281338,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2903,,,stu_FDVNM20443,,1677688281394,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2904,,,stu_FDVNM20443,,1677688283223,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2905,,,stu_FDVNM20443,,1677688283225,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2906,,,stu_FDVNM20443,,1677688286075,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2907,,,stu_FDVNM20443,,1677688286104,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2908,,,stu_FDVNM20443,,1677688292228,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2909,,,stu_FDVNM20443,,1677688292249,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2910,,,stu_FDVNM20443,,1677688296511,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2911,,,stu_FDVNM20443,,1677688298814,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2912,,,stu_FDVNM20443,,1677688300388,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2913,,,stu_FDVNM20443,,1677688305618,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2914,,,stu_FDVNM20443,,1677688316512,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2915,,,stu_FDVNM20443,,1677688328357,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2916,,,stu_FDVNM20443,,1677688329498,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2917,,,stu_FDVNM20443,,1677688332869,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2918,,,stu_FDVNM20443,,1677688339355,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2919,,,stu_FDVNM20443,,1677688341938,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2920,,,stu_FDVNM20443,,1677688344099,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2921,,,stu_FDVNM20443,,1677688347262,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2922,,,stu_FDVNM20443,,1677688347344,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2923,,,stu_FDVNM20443,,1677688349922,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2924,,,stu_FDVNM20443,,1677688352396,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2925,,,stu_FDVNM20443,,1677688356093,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2926,,,stu_FDVNM20443,,1677688356105,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2927,,,stu_FDVNM20443,,1677688360154,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2928,,,stu_FDVNM20443,,1677688362723,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2929,,,stu_FDVNM20443,,1677688375043,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2930,,,stu_FDVNM20443,,1677688383000,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2931,,,stu_FDVNM20443,,1677688385656,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2932,,,stu_FDVNM20443,,1677688385659,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2933,,,stu_FDVNM20443,,1677688390044,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2934,,,stu_FDVNM20443,,1677688393263,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2935,,,stu_FDVNM20443,,1677688395885,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2936,,,stu_FDVNM20443,,1677688423794,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2937,,,stu_LUEEW39319,,1681413221943,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2938,,,stu_LUEEW39319,,1681413221971,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2939,,,stu_LUEEW39319,,1681413224225,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2940,,,stu_LUEEW39319,,1681413231686,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2941,,,stu_LUEEW39319,,1681413238369,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2942,,,stu_LUEEW39319,,1681413238856,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2943,,,stu_LUEEW39319,,1681413242043,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2944,,,stu_LUEEW39319,,1681413249705,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2945,,,stu_LUEEW39319,,1681413249724,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2946,,,stu_LUEEW39319,,1681413252060,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2947,,,stu_LUEEW39319,,1681413255416,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2948,,,stu_LUEEW39319,,1681413261704,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2949,,,stu_LUEEW39319,,1681413264357,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2950,,,stu_LUEEW39319,,1681413267680,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2951,,,stu_LUEEW39319,,1681413271886,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2952,,,stu_LUEEW39319,,1681413275457,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2953,,,stu_LUEEW39319,,1681413292150,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2954,,,stu_LUEEW39319,,1681413292815,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2955,,,stu_LUEEW39319,,1681413300413,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2956,,,stu_LUEEW39319,,1681413305457,,,,,,ratio_proportion_change3,ratio_proportion_change3-132,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2957,,,stu_QGWVK00351,,1683254118249,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2958,,,stu_QGWVK00351,,1683254118250,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2959,,,stu_QGWVK00351,,1683254119874,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,PercentChange,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2960,,,stu_QGWVK00351,,1683254119908,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2961,,,stu_QGWVK00351,,1683254121420,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,PercentChange,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2962,,,stu_QGWVK00351,,1683254126150,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2963,,,stu_QGWVK00351,,1683254129630,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2964,,,stu_QGWVK00351,,1683254130873,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2965,,,stu_QGWVK00351,,1683254135131,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2966,,,stu_QGWVK00351,,1683254136678,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2967,,,stu_QGWVK00351,,1683254138629,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2968,,,stu_QGWVK00351,,1683254172006,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2969,,,stu_QGWVK00351,,1683254173814,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2970,,,stu_QGWVK00351,,1683254175621,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2971,,,stu_QGWVK00351,,1683254182078,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2972,,,stu_QGWVK00351,,1683254183830,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2973,,,stu_QGWVK00351,,1683254185427,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2974,,,stu_QGWVK00351,,1683254189384,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2975,,,stu_QGWVK00351,,1683254196613,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2976,,,stu_QGWVK00351,,1683254205792,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2977,,,stu_QGWVK00351,,1683254207399,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2978,,,stu_QGWVK00351,,1683254209504,,,,,,ratio_proportion_change3,ratio_proportion_change3-180,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2979,,,stu_QGWVK00351,,1681516752982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2980,,,stu_QGWVK00351,,1681516753008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2981,,,stu_QGWVK00351,,1681516754793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2982,,,stu_QGWVK00351,,1681516757252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2983,,,stu_QGWVK00351,,1681516757252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2984,,,stu_QGWVK00351,,1681516757252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2985,,,stu_QGWVK00351,,1681516757252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2986,,,stu_QGWVK00351,,1681516762087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2987,,,stu_QGWVK00351,,1681516765870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2988,,,stu_QGWVK00351,,1681516767281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2989,,,stu_QGWVK00351,,1681516771282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2990,,,stu_QGWVK00351,,1681516777539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2991,,,stu_QGWVK00351,,1681516779070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2992,,,stu_QGWVK00351,,1681516788092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2993,,,stu_QGWVK00351,,1681516792437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2994,,,stu_QGWVK00351,,1681516794677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2995,,,stu_QGWVK00351,,1681516798587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2996,,,stu_QGWVK00351,,1681516803599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2997,,,stu_QGWVK00351,,1681516808704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2998,,,stu_QGWVK00351,,1681516810093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2999,,,stu_QGWVK00351,,1681516812038,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3000,,,stu_QGWVK00351,,1681516814425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3001,,,stu_QGWVK00351,,1681516822092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3002,,,stu_QGWVK00351,,1681516823743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3003,,,stu_QGWVK00351,,1681516825658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3004,,,stu_QGWVK00351,,1681516827434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3005,,,stu_QGWVK00351,,1681516830992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3006,,,stu_QGWVK00351,,1681516835605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3007,,,stu_QGWVK00351,,1681516837907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3008,,,stu_QGWVK00351,,1681516841964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3009,,,stu_QGWVK00351,,1683309089099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3010,,,stu_QGWVK00351,,1683309089099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3011,,,stu_QGWVK00351,,1683309091155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3012,,,stu_QGWVK00351,,1683309095120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3013,,,stu_QGWVK00351,,1683309096873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3014,,,stu_QGWVK00351,,1683309102414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3015,,,stu_QGWVK00351,,1683309106336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3016,,,stu_QGWVK00351,,1683309112589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3017,,,stu_QGWVK00351,,1683309112615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3018,,,stu_QGWVK00351,,1683309116070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3019,,,stu_QGWVK00351,,1683309122319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3020,,,stu_QGWVK00351,,1683309125108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,6,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3021,,,stu_QGWVK00351,,1683309130031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3022,,,stu_QGWVK00351,,1683309132274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3023,,,stu_QGWVK00351,,1683309139515,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3024,,,stu_QGWVK00351,,1683309142751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,7,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3025,,,stu_QGWVK00351,,1683309145458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3026,,,stu_QGWVK00351,,1683309149309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3027,,,stu_QGWVK00351,,1683309150696,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3028,,,stu_QGWVK00351,,1683309153025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3029,,,stu_QGWVK00351,,1683309154261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3030,,,stu_QGWVK00351,,1683309179362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3031,,,stu_QGWVK00351,,1683309186857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3032,,,stu_QGWVK00351,,1683309190379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3033,,,stu_QGWVK00351,,1683309194934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3034,,,stu_RSOYF99429,,1681416768141,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3035,,,stu_RSOYF99429,,1681416773768,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3036,,,stu_RSOYF99429,,1681416781086,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3037,,,stu_RSOYF99429,,1681416782613,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3038,,,stu_RSOYF99429,,1681416785087,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3039,,,stu_RSOYF99429,,1681416790069,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3040,,,stu_RSOYF99429,,1681416795755,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3041,,,stu_RSOYF99429,,1681416796758,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3042,,,stu_RSOYF99429,,1681416798550,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3043,,,stu_RSOYF99429,,1681416802651,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3044,,,stu_RSOYF99429,,1681416807671,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3045,,,stu_RSOYF99429,,1681416809572,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3046,,,stu_RSOYF99429,,1681416811936,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3047,,,stu_RSOYF99429,,1681416815850,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3048,,,stu_RSOYF99429,,1681416819152,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3049,,,stu_RSOYF99429,,1681416822975,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3050,,,stu_RSOYF99429,,1681416826472,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3051,,,stu_RSOYF99429,,1681416831481,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3052,,,stu_RSOYF99429,,1681416839283,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3053,,,stu_RSOYF99429,,1681416854779,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3054,,,stu_RSOYF99429,,1681416859215,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3055,,,stu_RSOYF99429,,1681416861871,,,,,,ratio_proportion_change3,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3056,,,stu_UKCIP21224,,1677449866110,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3057,,,stu_UKCIP21224,,1677449879896,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3058,,,stu_UKCIP21224,,1677449886977,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3059,,,stu_UKCIP21224,,1677449902035,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3060,,,stu_UKCIP21224,,1677449922690,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3061,,,stu_UKCIP21224,,1677449926525,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3062,,,stu_UKCIP21224,,1677449966303,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3063,,,stu_UKCIP21224,,1677449975871,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3064,,,stu_UKCIP21224,,1677449981378,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3065,,,stu_UKCIP21224,,1677449982795,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3066,,,stu_UKCIP21224,,1677449985379,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3067,,,stu_UKCIP21224,,1677450017917,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3068,,,stu_UKCIP21224,,1677450048355,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3069,,,stu_UKCIP21224,,1677450126836,,,,,,ratio_proportion_change3,ratio_proportion_change3-187,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3070,,,stu_UKCIP21224,,1677451267771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3071,,,stu_UKCIP21224,,1677451296889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3072,,,stu_UKCIP21224,,1677451315138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3073,,,stu_UKCIP21224,,1677451319771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3074,,,stu_UKCIP21224,,1677451328860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3075,,,stu_UKCIP21224,,1677451332677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3076,,,stu_UKCIP21224,,1677451360272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3077,,,stu_UKCIP21224,,1677451367008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3078,,,stu_UKCIP21224,,1677451368435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3079,,,stu_UKCIP21224,,1677451388274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3080,,,stu_UKCIP21224,,1677451405897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3081,,,stu_UKCIP21224,,1677451410929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3082,,,stu_UKCIP21224,,1677450561078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3083,,,stu_UKCIP21224,,1677450576006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3084,,,stu_UKCIP21224,,1677450592152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3085,,,stu_UKCIP21224,,1677450599100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3086,,,stu_UKCIP21224,,1677450632070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3087,,,stu_UKCIP21224,,1677450641699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3088,,,stu_UKCIP21224,,1677450667694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3089,,,stu_UKCIP21224,,1677450675342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3090,,,stu_UKCIP21224,,1677450677924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3091,,,stu_UKCIP21224,,1677450697102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3092,,,stu_UKCIP21224,,1677450700470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3093,,,stu_UKCIP21224,,1677450704273,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-060,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3094,,,stu_UKCIP21224,,1677450404379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3095,,,stu_UKCIP21224,,1677450408828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3096,,,stu_UKCIP21224,,1677450415182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3097,,,stu_UKCIP21224,,1677450419747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3098,,,stu_UKCIP21224,,1677450424789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3099,,,stu_UKCIP21224,,1677450427381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3100,,,stu_UKCIP21224,,1677450435397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3101,,,stu_UKCIP21224,,1677450475196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3102,,,stu_UKCIP21224,,1677450477645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3103,,,stu_UKCIP21224,,1677450510907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3104,,,stu_UKCIP21224,,1677450531408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3105,,,stu_UKCIP21224,,1677450535853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-091,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3106,,,stu_UQFFU42380,,1680299540907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3107,,,stu_UQFFU42380,,1680299560147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3108,,,stu_UQFFU42380,,1680299570134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3109,,,stu_UQFFU42380,,1680299577671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3110,,,stu_UQFFU42380,,1680299580848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3111,,,stu_UQFFU42380,,1680299586637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3112,,,stu_UQFFU42380,,1680299593754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3113,,,stu_UQFFU42380,,1680299599390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3114,,,stu_UQFFU42380,,1680299601289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3115,,,stu_UQFFU42380,,1680299604872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3116,,,stu_UQFFU42380,,1680299608479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3117,,,stu_UQFFU42380,,1680299611464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3118,,,stu_UQFFU42380,,1680299614097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3119,,,stu_UQFFU42380,,1680299616847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3120,,,stu_UQFFU42380,,1680299618091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3121,,,stu_UQFFU42380,,1680299621091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3122,,,stu_UQFFU42380,,1680299889325,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3123,,,stu_UQFFU42380,,1680299892269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3124,,,stu_UQFFU42380,,1680299900243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3125,,,stu_UQFFU42380,,1680299904289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3126,,,stu_UQFFU42380,,1680299914150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3127,,,stu_UQFFU42380,,1680299917630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3128,,,stu_UQFFU42380,,1680299921182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3129,,,stu_UQFFU42380,,1680299925533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3130,,,stu_UQFFU42380,,1680299927478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3131,,,stu_UQFFU42380,,1680299929306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3132,,,stu_UQFFU42380,,1680299938873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3133,,,stu_UQFFU42380,,1680299941902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3134,,,stu_UQFFU42380,,1680299952675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3135,,,stu_UQFFU42380,,1680299957728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3136,,,stu_UQFFU42380,,1680299962629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3137,,,stu_UQFFU42380,,1680299965498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3138,,,stu_UQFFU42380,,1680299965520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3139,,,stu_UQFFU42380,,1680299978952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3140,,,stu_UQFFU42380,,1680299982730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3141,,,stu_UQFFU42380,,1680299989057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3142,,,stu_UQFFU42380,,1680299996275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3143,,,stu_UQFFU42380,,1680300071411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3144,,,stu_UQFFU42380,,1680300082267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3145,,,stu_UQFFU42380,,1680300208247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3146,,,stu_UQFFU42380,,1680300210186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3147,,,stu_UQFFU42380,,1680300213815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3148,,,stu_UQFFU42380,,1680300218813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3149,,,stu_UQFFU42380,,1680300224804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3150,,,stu_UQFFU42380,,1680300226971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3151,,,stu_UQFFU42380,,1680300230505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3152,,,stu_UQFFU42380,,1680300269043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3153,,,stu_UQFFU42380,,1680300274185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3154,,,stu_UQFFU42380,,1680300278097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3155,,,stu_UQFFU42380,,1680300282003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3156,,,stu_UQFFU42380,,1680300285987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3157,,,stu_UQFFU42380,,1680300327256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3158,,,stu_UQFFU42380,,1680300350048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-005,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3159,,,stu_UQFFU42380,,1680207360557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3160,,,stu_UQFFU42380,,1680207360608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3161,,,stu_UQFFU42380,,1680207362531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3162,,,stu_UQFFU42380,,1680207367399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3163,,,stu_UQFFU42380,,1680207379422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3164,,,stu_UQFFU42380,,1680207402404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3165,,,stu_UQFFU42380,,1680207402424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3166,,,stu_UQFFU42380,,1680207409364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3167,,,stu_UQFFU42380,,1680207413051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3168,,,stu_UQFFU42380,,1680207416330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3169,,,stu_UQFFU42380,,1680207419377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3170,,,stu_UQFFU42380,,1680207420650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3171,,,stu_UQFFU42380,,1680207424036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3172,,,stu_UQFFU42380,,1680207450044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3173,,,stu_UQFFU42380,,1680207454228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3174,,,stu_UQFFU42380,,1680207460618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3175,,,stu_UQFFU42380,,1680207465701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3176,,,stu_UQFFU42380,,1680207470335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3177,,,stu_UQFFU42380,,1680207474876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3178,,,stu_UQFFU42380,,1680207478188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3179,,,stu_UQFFU42380,,1680207484740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3180,,,stu_UQFFU42380,,1680207484744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3181,,,stu_UQFFU42380,,1680207490781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3182,,,stu_UQFFU42380,,1680207495931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3183,,,stu_UQFFU42380,,1680207502686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3184,,,stu_UQFFU42380,,1680207508736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3185,,,stu_UQFFU42380,,1680207512388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3186,,,stu_UQFFU42380,,1680207517953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3187,,,stu_UQFFU42380,,1680207517978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3188,,,stu_UQFFU42380,,1680207525428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3189,,,stu_UQFFU42380,,1680207528771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3190,,,stu_UQFFU42380,,1680207540492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3191,,,stu_UQFFU42380,,1680207544706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3192,,,stu_UQFFU42380,,1680207550507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3193,,,stu_UQFFU42380,,1680207550527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3194,,,stu_UQFFU42380,,1680207555438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3195,,,stu_UQFFU42380,,1680207560300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3196,,,stu_UQFFU42380,,1680207570272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3197,,,stu_UQFFU42380,,1680207574076,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3198,,,stu_UQFFU42380,,1680207576151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3199,,,stu_UQFFU42380,,1680207581033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3200,,,stu_UQFFU42380,,1680207591521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3201,,,stu_UQFFU42380,,1680207594150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3202,,,stu_UQFFU42380,,1680207598558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3203,,,stu_UQFFU42380,,1680207598568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3204,,,stu_UQFFU42380,,1680207604343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3205,,,stu_UQFFU42380,,1680207615555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3206,,,stu_UQFFU42380,,1680207619756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3207,,,stu_UQFFU42380,,1680207624364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3208,,,stu_UQFFU42380,,1680207626322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3209,,,stu_UQFFU42380,,1680207626343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3210,,,stu_UQFFU42380,,1680207629150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-3211,,,stu_WONUL76008,,1682033492748,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3212,,,stu_WONUL76008,,1682033492832,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3213,,,stu_WONUL76008,,1682033507043,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3214,,,stu_WONUL76008,,1682033517696,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3215,,,stu_WONUL76008,,1682033522962,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3216,,,stu_WONUL76008,,1682033550118,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3217,,,stu_WONUL76008,,1682033553623,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3218,,,stu_WONUL76008,,1682033556176,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3219,,,stu_WONUL76008,,1682033559524,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3220,,,stu_WONUL76008,,1682033559545,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3221,,,stu_WONUL76008,,1682033577547,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3222,,,stu_WONUL76008,,1682033577550,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3223,,,stu_WONUL76008,,1682033580005,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3224,,,stu_WONUL76008,,1682033584595,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3225,,,stu_WONUL76008,,1682033591618,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3226,,,stu_WONUL76008,,1682033607085,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3227,,,stu_WONUL76008,,1682033629812,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3228,,,stu_WONUL76008,,1682033631253,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3229,,,stu_WONUL76008,,1682033634618,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3230,,,stu_WONUL76008,,1682033640759,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3231,,,stu_WONUL76008,,1682033642453,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3232,,,stu_WONUL76008,,1682033644773,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3233,,,stu_WONUL76008,,1682033648119,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3234,,,stu_WONUL76008,,1682033653116,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3235,,,stu_WONUL76008,,1682033656860,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3236,,,stu_WONUL76008,,1682033660706,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3237,,,stu_WONUL76008,,1682033669450,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3238,,,stu_WONUL76008,,1682033677680,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3239,,,stu_WONUL76008,,1682033712246,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3240,,,stu_WONUL76008,,1682033731475,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3241,,,stu_WONUL76008,,1682033734301,,,,,,ratio_proportion_change3,ratio_proportion_change3-122,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3242,,,stu_WONUL76008,,1682030766824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3243,,,stu_WONUL76008,,1682030769755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3244,,,stu_WONUL76008,,1682030773505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3245,,,stu_WONUL76008,,1682030783472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3246,,,stu_WONUL76008,,1682030796608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3247,,,stu_WONUL76008,,1682030820923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3248,,,stu_WONUL76008,,1682030825079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3249,,,stu_WONUL76008,,1682030829594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3250,,,stu_WONUL76008,,1682030852954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3251,,,stu_WONUL76008,,1682030856114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3252,,,stu_WONUL76008,,1682030868126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3253,,,stu_WONUL76008,,1682030870955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3254,,,stu_WONUL76008,,1682030881077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3255,,,stu_WONUL76008,,1682030883616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3256,,,stu_WONUL76008,,1682030887036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3257,,,stu_WONUL76008,,1682030897902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3258,,,stu_WONUL76008,,1682030904343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3259,,,stu_WONUL76008,,1682030904367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3260,,,stu_WONUL76008,,1682030911972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3261,,,stu_WONUL76008,,1682030914940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3262,,,stu_WONUL76008,,1682030922495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3263,,,stu_WONUL76008,,1682030924407,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3264,,,stu_WONUL76008,,1682030928649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3265,,,stu_WONUL76008,,1682030928667,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3266,,,stu_WONUL76008,,1682030935525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3267,,,stu_WONUL76008,,1682030935528,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3268,,,stu_WONUL76008,,1682030940782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3269,,,stu_WONUL76008,,1682030943237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3270,,,stu_WONUL76008,,1682030945000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3271,,,stu_WONUL76008,,1682030950229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3272,,,stu_WONUL76008,,1682030950258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3273,,,stu_WONUL76008,,1682030955056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3274,,,stu_WONUL76008,,1682030955057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3275,,,stu_WONUL76008,,1682030958672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,6,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3276,,,stu_WONUL76008,,1682030963908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3277,,,stu_WONUL76008,,1682030980641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3278,,,stu_WONUL76008,,1682030983662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3279,,,stu_WONUL76008,,1682030987840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3280,,,stu_WONUL76008,,1682030991006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,8,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3281,,,stu_WONUL76008,,1682030997535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3282,,,stu_WONUL76008,,1682031000440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3283,,,stu_WONUL76008,,1682031006411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3284,,,stu_WONUL76008,,1682031006411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3285,,,stu_WONUL76008,,1682031018297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3286,,,stu_WONUL76008,,1682031018301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3287,,,stu_WONUL76008,,1682031034659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3288,,,stu_WONUL76008,,1682031039064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3289,,,stu_WONUL76008,,1682031041721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3290,,,stu_WONUL76008,,1682031053937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3291,,,stu_WONUL76008,,1682031058594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3292,,,stu_WONUL76008,,1682031060874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3293,,,stu_BUQIO55300,,1669825260362,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3294,,,stu_BUQIO55300,,1669825267457,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3295,,,stu_BUQIO55300,,1669825269323,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3296,,,stu_BUQIO55300,,1669825270489,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3297,,,stu_BUQIO55300,,1669825274239,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3298,,,stu_BUQIO55300,,1669825276794,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3299,,,stu_BUQIO55300,,1669825276801,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3300,,,stu_BUQIO55300,,1669825281960,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3301,,,stu_BUQIO55300,,1669825336654,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3302,,,stu_BUQIO55300,,1669825344072,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3303,,,stu_BUQIO55300,,1669825346397,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3304,,,stu_BUQIO55300,,1669825347430,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3305,,,stu_BUQIO55300,,1669825348865,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3306,,,stu_BUQIO55300,,1669825352062,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3307,,,stu_BUQIO55300,,1669825352082,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3308,,,stu_BUQIO55300,,1669825355104,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3309,,,stu_BUQIO55300,,1669825355121,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3310,,,stu_BUQIO55300,,1669825359514,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3311,,,stu_BUQIO55300,,1669825362626,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3312,,,stu_BUQIO55300,,1669825363686,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3313,,,stu_BUQIO55300,,1669825369102,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3314,,,stu_BUQIO55300,,1669825371718,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3315,,,stu_BUQIO55300,,1669825371724,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,EquationAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3316,,,stu_BUQIO55300,,1669825374587,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,EquationAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3317,,,stu_BUQIO55300,,1669825379408,,,,,,ratio_proportion_change3,ratio_proportion_change3-150,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3318,,,stu_TWCFA71034,,1682523470989,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3319,,,stu_TWCFA71034,,1682523474981,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3320,,,stu_TWCFA71034,,1682523483063,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3321,,,stu_TWCFA71034,,1682523491899,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3322,,,stu_TWCFA71034,,1682523494149,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3323,,,stu_TWCFA71034,,1682523507899,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3324,,,stu_TWCFA71034,,1682523509841,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3325,,,stu_TWCFA71034,,1682523538252,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3326,,,stu_TWCFA71034,,1682523542544,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3327,,,stu_TWCFA71034,,1682523545695,,,,,,ratio_proportion_change3,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3328,,,stu_TWCFA71034,,1682522961249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3329,,,stu_TWCFA71034,,1682522969669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3330,,,stu_TWCFA71034,,1682522975571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3331,,,stu_TWCFA71034,,1682522978135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3332,,,stu_TWCFA71034,,1682522980506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3333,,,stu_TWCFA71034,,1682523099309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3334,,,stu_TWCFA71034,,1682523100244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3335,,,stu_TWCFA71034,,1682523107928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3336,,,stu_TWCFA71034,,1682523109473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3337,,,stu_TWCFA71034,,1682523115465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3338,,,stu_TWCFA71034,,1682523120824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3339,,,stu_AZSXI91837,,1681317978899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3340,,,stu_AZSXI91837,,1681317983254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3341,,,stu_AZSXI91837,,1681317985554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3342,,,stu_AZSXI91837,,1681317988435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3343,,,stu_AZSXI91837,,1681317991480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3344,,,stu_AZSXI91837,,1681317993395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3345,,,stu_AZSXI91837,,1681317995329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3346,,,stu_AZSXI91837,,1681317997738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3347,,,stu_AZSXI91837,,1681317998591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3348,,,stu_AZSXI91837,,1681317999799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3349,,,stu_AZSXI91837,,1681318000520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3350,,,stu_AZSXI91837,,1681318003432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3351,,,stu_AZSXI91837,,1681318006234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3352,,,stu_AZSXI91837,,1681318008582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3353,,,stu_AZSXI91837,,1681318010975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3354,,,stu_FUJVY34118,,1682910830654,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3355,,,stu_FUJVY34118,,1682910834005,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3356,,,stu_FUJVY34118,,1682910835639,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3357,,,stu_FUJVY34118,,1682910837614,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3358,,,stu_FUJVY34118,,1682910839814,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3359,,,stu_FUJVY34118,,1682910842734,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3360,,,stu_FUJVY34118,,1682910845895,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3361,,,stu_FUJVY34118,,1682910848225,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3362,,,stu_FUJVY34118,,1682910850407,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3363,,,stu_FUJVY34118,,1682910851971,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3364,,,stu_FUJVY34118,,1682910862541,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3365,,,stu_FUJVY34118,,1682910872100,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3366,,,stu_FUJVY34118,,1682910874283,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3367,,,stu_FUJVY34118,,1682910877116,,,,,,ratio_proportion_change3,ratio_proportion_change3-182,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3368,,,stu_FUJVY34118,,1682911031760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3369,,,stu_FUJVY34118,,1682911034719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3370,,,stu_FUJVY34118,,1682911037509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3371,,,stu_FUJVY34118,,1682911045212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3372,,,stu_FUJVY34118,,1682911047414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3373,,,stu_FUJVY34118,,1682911049841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3374,,,stu_FUJVY34118,,1682911053168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3375,,,stu_FUJVY34118,,1682911055466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3376,,,stu_FUJVY34118,,1682911058535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3377,,,stu_FUJVY34118,,1682911062896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3378,,,stu_FUJVY34118,,1682911066786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3379,,,stu_FUJVY34118,,1682911076021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3380,,,stu_FUJVY34118,,1682911083101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3381,,,stu_FUJVY34118,,1682911086520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3382,,,stu_UHVOE21453,,1684463362680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3383,,,stu_UHVOE21453,,1684463373731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3384,,,stu_UHVOE21453,,1684463377547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3385,,,stu_UHVOE21453,,1684463379617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3386,,,stu_UHVOE21453,,1684463382865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3387,,,stu_UHVOE21453,,1684463387617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3388,,,stu_UHVOE21453,,1684463389260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3389,,,stu_UHVOE21453,,1684463391767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3390,,,stu_UHVOE21453,,1684463395071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3391,,,stu_UHVOE21453,,1684463398079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3392,,,stu_UHVOE21453,,1684463400679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3393,,,stu_UHVOE21453,,1684463403258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3394,,,stu_UHVOE21453,,1684463405181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3395,,,stu_UHVOE21453,,1684463408231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3396,,,stu_UHVOE21453,,1684463410402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3397,,,stu_UHVOE21453,,1684463412892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3398,,,stu_UHVOE21453,,1684463415687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3399,,,stu_UHVOE21453,,1684463426557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3400,,,stu_UHVOE21453,,1684463429634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3401,,,stu_UHVOE21453,,1684463432843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3402,,,stu_NOCEY39201,,1678298883192,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3403,,,stu_NOCEY39201,,1678298883251,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3404,,,stu_NOCEY39201,,1678298884472,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3405,,,stu_NOCEY39201,,1678298888187,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3406,,,stu_NOCEY39201,,1678298890138,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3407,,,stu_NOCEY39201,,1678298891393,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3408,,,stu_NOCEY39201,,1678298893787,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3409,,,stu_NOCEY39201,,1678298897669,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3410,,,stu_NOCEY39201,,1678298899576,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3411,,,stu_NOCEY39201,,1678298903063,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3412,,,stu_NOCEY39201,,1678298905880,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3413,,,stu_NOCEY39201,,1678298912330,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3414,,,stu_NOCEY39201,,1678298912331,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3415,,,stu_NOCEY39201,,1678298915018,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3416,,,stu_NOCEY39201,,1678298916671,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3417,,,stu_NOCEY39201,,1678298925182,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3418,,,stu_NOCEY39201,,1678298928140,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3419,,,stu_NOCEY39201,,1678298930331,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3420,,,stu_NOCEY39201,,1678298933007,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3421,,,stu_NOCEY39201,,1678298935399,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3422,,,stu_NOCEY39201,,1678298935400,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3423,,,stu_NOCEY39201,,1678298943322,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3424,,,stu_NOCEY39201,,1678298946635,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3425,,,stu_NOCEY39201,,1678298950806,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3426,,,stu_NOCEY39201,,1678298954603,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3427,,,stu_NOCEY39201,,1678298954607,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3428,,,stu_NOCEY39201,,1678298957583,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,6,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3429,,,stu_NOCEY39201,,1678298959049,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,7,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3430,,,stu_NOCEY39201,,1678298961474,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,8,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3431,,,stu_NOCEY39201,,1678298961528,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3432,,,stu_NOCEY39201,,1678298964650,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3433,,,stu_NOCEY39201,,1678298968130,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,9,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3434,,,stu_NOCEY39201,,1678298971634,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3435,,,stu_NOCEY39201,,1678298973250,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3436,,,stu_NOCEY39201,,1678298975651,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3437,,,stu_NOCEY39201,,1678298980391,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3438,,,stu_NOCEY39201,,1678298984052,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3439,,,stu_NOCEY39201,,1678298984053,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3440,,,stu_NOCEY39201,,1678298996814,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3441,,,stu_NOCEY39201,,1678298998868,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3442,,,stu_NOCEY39201,,1678299001222,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3443,,,stu_NOCEY39201,,1679333407180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3444,,,stu_NOCEY39201,,1679333414090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3445,,,stu_NOCEY39201,,1679333417283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3446,,,stu_NOCEY39201,,1679333419908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3447,,,stu_NOCEY39201,,1679333422808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3448,,,stu_NOCEY39201,,1679333425690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3449,,,stu_NOCEY39201,,1679333427478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3450,,,stu_NOCEY39201,,1679333429688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3451,,,stu_NOCEY39201,,1679333430424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3452,,,stu_NOCEY39201,,1679333448512,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3453,,,stu_NOCEY39201,,1679333450243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3454,,,stu_NOCEY39201,,1679333464252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3455,,,stu_NOCEY39201,,1679333467986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3456,,,stu_NOCEY39201,,1679333469013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3457,,,stu_NOCEY39201,,1679333473660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3458,,,stu_NOCEY39201,,1679333475595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3459,,,stu_NOCEY39201,,1679333482086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3460,,,stu_NOCEY39201,,1679333487895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3461,,,stu_NOCEY39201,,1679333492687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3462,,,stu_NOCEY39201,,1679333495907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3463,,,stu_NOCEY39201,,1679333499367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3464,,,stu_NOCEY39201,,1679333503257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3465,,,stu_NOCEY39201,,1679333503262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3466,,,stu_NOCEY39201,,1679333521821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3467,,,stu_NOCEY39201,,1679333527207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3468,,,stu_NOCEY39201,,1679333531491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3469,,,stu_NOCEY39201,,1678299383352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3470,,,stu_NOCEY39201,,1678299385876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3471,,,stu_NOCEY39201,,1678299388882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3472,,,stu_NOCEY39201,,1678299391638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3473,,,stu_NOCEY39201,,1678299395699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3474,,,stu_NOCEY39201,,1678299402930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3475,,,stu_NOCEY39201,,1678299402995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3476,,,stu_NOCEY39201,,1678299404068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3477,,,stu_NOCEY39201,,1678299407507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3478,,,stu_NOCEY39201,,1678299409686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3479,,,stu_NOCEY39201,,1678299411736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3480,,,stu_NOCEY39201,,1678299412491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3481,,,stu_NOCEY39201,,1678299423586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3482,,,stu_NOCEY39201,,1678299425089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3483,,,stu_NOCEY39201,,1678299428044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3484,,,stu_NOCEY39201,,1678299430967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3485,,,stu_NOCEY39201,,1678299432618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3486,,,stu_NOCEY39201,,1678299436361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3487,,,stu_NOCEY39201,,1678299439393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3488,,,stu_NOCEY39201,,1678299440990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3489,,,stu_NOCEY39201,,1678299447581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3490,,,stu_NOCEY39201,,1678299462383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3491,,,stu_NOCEY39201,,1678299465236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3492,,,stu_NOCEY39201,,1678299467792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-055,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-3493,,,stu_DXQOU02713,,1676418053734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3494,,,stu_DXQOU02713,,1676418053751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3495,,,stu_DXQOU02713,,1676418055970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3496,,,stu_DXQOU02713,,1676418070266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3497,,,stu_DXQOU02713,,1676418092676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3498,,,stu_DXQOU02713,,1676418097994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3499,,,stu_DXQOU02713,,1676418101735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3500,,,stu_DXQOU02713,,1676418104660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3501,,,stu_DXQOU02713,,1676418106486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3502,,,stu_DXQOU02713,,1676418112497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3503,,,stu_DXQOU02713,,1676418114503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3504,,,stu_DXQOU02713,,1676418118127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3505,,,stu_DXQOU02713,,1676418122893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3506,,,stu_DXQOU02713,,1676418128517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3507,,,stu_DXQOU02713,,1676418133252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3508,,,stu_DXQOU02713,,1676418133272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3509,,,stu_DXQOU02713,,1676418137646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3510,,,stu_DXQOU02713,,1676418139146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3511,,,stu_DXQOU02713,,1676418140671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3512,,,stu_DXQOU02713,,1676418146005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3513,,,stu_DXQOU02713,,1676418147471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3514,,,stu_DXQOU02713,,1676418150962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3515,,,stu_DXQOU02713,,1676418153282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3516,,,stu_DXQOU02713,,1676418331210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3517,,,stu_DXQOU02713,,1676418338870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3518,,,stu_DXQOU02713,,1676418340521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3519,,,stu_DXQOU02713,,1676418345741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3520,,,stu_DXQOU02713,,1676418356266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3521,,,stu_DXQOU02713,,1676418360987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3522,,,stu_DXQOU02713,,1676418362520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3523,,,stu_DXQOU02713,,1676418371309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3524,,,stu_DXQOU02713,,1676418378902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3525,,,stu_DXQOU02713,,1676418380761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3526,,,stu_DXQOU02713,,1676418385945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3527,,,stu_DXQOU02713,,1676418388171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3528,,,stu_DXQOU02713,,1676418390840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3529,,,stu_KTSBC82903,,1676765051003,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3530,,,stu_KTSBC82903,,1676765058168,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3531,,,stu_KTSBC82903,,1676765065107,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3532,,,stu_KTSBC82903,,1676765071528,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3533,,,stu_KTSBC82903,,1676765084543,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3534,,,stu_KTSBC82903,,1676765109712,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3535,,,stu_KTSBC82903,,1676765114561,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3536,,,stu_KTSBC82903,,1676765119210,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3537,,,stu_KTSBC82903,,1676765120727,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3538,,,stu_KTSBC82903,,1676765124395,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3539,,,stu_KTSBC82903,,1676765128737,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3540,,,stu_KTSBC82903,,1676765135698,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3541,,,stu_KTSBC82903,,1676765148636,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3542,,,stu_KTSBC82903,,1676765153742,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3543,,,stu_KTSBC82903,,1676765157224,,,,,,ratio_proportion_change3,ratio_proportion_change3-139,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3544,,,stu_DCXSU94356,,1665778900327,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3545,,,stu_DCXSU94356,,1665778905128,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3546,,,stu_DCXSU94356,,1665778906711,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3547,,,stu_DCXSU94356,,1665778910721,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3548,,,stu_DCXSU94356,,1665778912331,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3549,,,stu_DCXSU94356,,1665778923951,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3550,,,stu_DCXSU94356,,1665778926141,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3551,,,stu_DCXSU94356,,1665778926142,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3552,,,stu_DCXSU94356,,1665778928952,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3553,,,stu_DCXSU94356,,1665778932433,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3554,,,stu_DCXSU94356,,1665778935672,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3555,,,stu_DCXSU94356,,1665778937600,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3556,,,stu_DCXSU94356,,1665778949530,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3557,,,stu_DCXSU94356,,1665778951161,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3558,,,stu_DCXSU94356,,1665778953913,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3559,,,stu_DCXSU94356,,1665778957198,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3560,,,stu_DCXSU94356,,1665778963835,,,,,,ratio_proportion_change3,ratio_proportion_change3-130,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3561,,,stu_DCXSU94356,,1665600056699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3562,,,stu_DCXSU94356,,1665600061737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3563,,,stu_DCXSU94356,,1665600068090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3564,,,stu_DCXSU94356,,1665600072527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3565,,,stu_DCXSU94356,,1665600085364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3566,,,stu_DCXSU94356,,1665600092914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3567,,,stu_DCXSU94356,,1665600104163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3568,,,stu_DCXSU94356,,1665600106225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3569,,,stu_DCXSU94356,,1665600110118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3570,,,stu_DCXSU94356,,1665600114015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3571,,,stu_BRFXF12177,,1680289935168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3572,,,stu_BRFXF12177,,1680289995350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3573,,,stu_BRFXF12177,,1680289998504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3574,,,stu_BRFXF12177,,1680290000100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3575,,,stu_BRFXF12177,,1680290002078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3576,,,stu_BRFXF12177,,1680290003695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3577,,,stu_BRFXF12177,,1680290004550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3578,,,stu_BRFXF12177,,1680290005904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3579,,,stu_BRFXF12177,,1680290006668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3580,,,stu_BRFXF12177,,1680290010391,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3581,,,stu_BRFXF12177,,1680290035976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3582,,,stu_BRFXF12177,,1680290038443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3583,,,stu_BRFXF12177,,1680290041542,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3584,,,stu_NSTAM16508,,1677185440227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3585,,,stu_NSTAM16508,,1677185440306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3586,,,stu_NSTAM16508,,1677185446284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3587,,,stu_NSTAM16508,,1677185450273,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3588,,,stu_NSTAM16508,,1677185455189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3589,,,stu_NSTAM16508,,1677185456741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3590,,,stu_NSTAM16508,,1677185460236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3591,,,stu_NSTAM16508,,1677185464119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3592,,,stu_NSTAM16508,,1677185466402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3593,,,stu_NSTAM16508,,1677185468547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3594,,,stu_NSTAM16508,,1677185468570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3595,,,stu_NSTAM16508,,1677185472693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3596,,,stu_NSTAM16508,,1677185476702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3597,,,stu_NSTAM16508,,1677185480649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3598,,,stu_NSTAM16508,,1677185481699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3599,,,stu_NSTAM16508,,1677185488814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3600,,,stu_NSTAM16508,,1677185491943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3601,,,stu_NSTAM16508,,1677185509128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3602,,,stu_NSTAM16508,,1677185517758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3603,,,stu_NSTAM16508,,1677185526013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3604,,,stu_NSTAM16508,,1677185533395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3605,,,stu_NSTAM16508,,1677185538177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3606,,,stu_NSTAM16508,,1677185541172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3607,,,stu_NSTAM16508,,1677185544331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3608,,,stu_NSTAM16508,,1677185550434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3609,,,stu_NSTAM16508,,1677185563112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3610,,,stu_NSTAM16508,,1677185564664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3611,,,stu_NSTAM16508,,1677185567819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3612,,,stu_NSTAM16508,,1677185574513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3613,,,stu_NSTAM16508,,1677185578938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3614,,,stu_NSTAM16508,,1677185626831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3615,,,stu_NSTAM16508,,1677185629049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3616,,,stu_NSTAM16508,,1677185631424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3617,,,stu_YCBKL84342,,1666886310958,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3618,,,stu_YCBKL84342,,1666886314830,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3619,,,stu_YCBKL84342,,1666886321298,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3620,,,stu_YCBKL84342,,1666886323732,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3621,,,stu_YCBKL84342,,1666886328499,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3622,,,stu_YCBKL84342,,1666886330301,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3623,,,stu_YCBKL84342,,1666886332428,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3624,,,stu_YCBKL84342,,1666886334395,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3625,,,stu_YCBKL84342,,1666886335858,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3626,,,stu_YCBKL84342,,1666886340679,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3627,,,stu_YCBKL84342,,1666886344572,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3628,,,stu_YCBKL84342,,1666886346386,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3629,,,stu_YCBKL84342,,1666886347822,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3630,,,stu_YCBKL84342,,1666886355750,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3631,,,stu_YCBKL84342,,1666886368648,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3632,,,stu_YCBKL84342,,1666886372219,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3633,,,stu_YCBKL84342,,1666886377068,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3634,,,stu_YCBKL84342,,1666886379876,,,,,,ratio_proportion_change3,ratio_proportion_change3-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-3635,,,stu_YKLVK99975,,1666620268948,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3636,,,stu_YKLVK99975,,1666620275154,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3637,,,stu_YKLVK99975,,1666620281940,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3638,,,stu_YKLVK99975,,1666620285894,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3639,,,stu_YKLVK99975,,1666620288656,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3640,,,stu_YKLVK99975,,1666620290650,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3641,,,stu_YKLVK99975,,1666620300124,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3642,,,stu_YKLVK99975,,1666620302256,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3643,,,stu_YKLVK99975,,1666620319716,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3644,,,stu_YKLVK99975,,1666620322787,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3645,,,stu_YKLVK99975,,1666620322810,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3646,,,stu_YKLVK99975,,1666620327770,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3647,,,stu_YKLVK99975,,1666620332996,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3648,,,stu_YKLVK99975,,1666620350025,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3649,,,stu_YKLVK99975,,1666620350056,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3650,,,stu_YKLVK99975,,1666620361088,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3651,,,stu_YKLVK99975,,1666620361117,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3652,,,stu_YKLVK99975,,1666620366398,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3653,,,stu_YKLVK99975,,1666620370675,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3654,,,stu_YKLVK99975,,1666620372475,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3655,,,stu_YKLVK99975,,1666620418599,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3656,,,stu_YKLVK99975,,1666620421997,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3657,,,stu_YKLVK99975,,1666620425774,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3658,,,stu_YKLVK99975,,1666620431465,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,EquationAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3659,,,stu_YKLVK99975,,1666620449550,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3660,,,stu_YKLVK99975,,1666620459780,,,,,,ratio_proportion_change3,ratio_proportion_change3-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3661,,,stu_YKLVK99975,,1666620673686,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3662,,,stu_YKLVK99975,,1666620685601,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3663,,,stu_YKLVK99975,,1666620690072,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3664,,,stu_YKLVK99975,,1666620692917,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3665,,,stu_YKLVK99975,,1666620707435,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3666,,,stu_YKLVK99975,,1666620710207,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3667,,,stu_YKLVK99975,,1666620713564,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3668,,,stu_YKLVK99975,,1666620724610,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3669,,,stu_YKLVK99975,,1666620728727,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3670,,,stu_YKLVK99975,,1666620731452,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3671,,,stu_YKLVK99975,,1666620739943,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3672,,,stu_YKLVK99975,,1666620743572,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3673,,,stu_YKLVK99975,,1666620754226,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3674,,,stu_YKLVK99975,,1666620765723,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3675,,,stu_YKLVK99975,,1666620772555,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3676,,,stu_EOBPE80160,,1667687410933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3677,,,stu_EOBPE80160,,1667687413447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3678,,,stu_EOBPE80160,,1667687415749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3679,,,stu_EOBPE80160,,1667687418930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3680,,,stu_EOBPE80160,,1667687421455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3681,,,stu_EOBPE80160,,1667687422685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3682,,,stu_EOBPE80160,,1667687424342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3683,,,stu_EOBPE80160,,1667687428299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3684,,,stu_EOBPE80160,,1667687429911,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3685,,,stu_EOBPE80160,,1667687430925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3686,,,stu_EOBPE80160,,1667687432394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3687,,,stu_EOBPE80160,,1667687433504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3688,,,stu_EOBPE80160,,1667687434838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3689,,,stu_EOBPE80160,,1667687438573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3690,,,stu_EOBPE80160,,1667687439981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3691,,,stu_EOBPE80160,,1667687440804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3692,,,stu_EOBPE80160,,1667687444527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3693,,,stu_EOBPE80160,,1667687446883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3694,,,stu_EOBPE80160,,1667687447564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3695,,,stu_EOBPE80160,,1667687449705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3696,,,stu_HFRCP19685,,1668725051727,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3697,,,stu_HFRCP19685,,1668725051773,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3698,,,stu_HFRCP19685,,1668725054276,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3699,,,stu_HFRCP19685,,1668725061206,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3700,,,stu_HFRCP19685,,1668725068503,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3701,,,stu_HFRCP19685,,1668725072348,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3702,,,stu_HFRCP19685,,1668725074307,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3703,,,stu_HFRCP19685,,1668725076966,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3704,,,stu_HFRCP19685,,1668725082606,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3705,,,stu_HFRCP19685,,1668725084146,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3706,,,stu_HFRCP19685,,1668725085683,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3707,,,stu_HFRCP19685,,1668725086808,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3708,,,stu_HFRCP19685,,1668725092589,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3709,,,stu_HFRCP19685,,1668725101907,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3710,,,stu_HFRCP19685,,1668725103973,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3711,,,stu_HFRCP19685,,1668725105588,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3712,,,stu_HFRCP19685,,1668725105610,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3713,,,stu_HFRCP19685,,1668725107937,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3714,,,stu_HFRCP19685,,1668725107960,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3715,,,stu_HFRCP19685,,1668725109165,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3716,,,stu_HFRCP19685,,1668725472733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3717,,,stu_HFRCP19685,,1668725472810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3718,,,stu_HFRCP19685,,1668725474683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3719,,,stu_HFRCP19685,,1668725492974,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3720,,,stu_HFRCP19685,,1668725495276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3721,,,stu_HFRCP19685,,1668725500705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3722,,,stu_HFRCP19685,,1668725503792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3723,,,stu_HFRCP19685,,1668725505203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3724,,,stu_HFRCP19685,,1668725506819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3725,,,stu_HFRCP19685,,1668725508574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3726,,,stu_HFRCP19685,,1668725510183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3727,,,stu_HFRCP19685,,1668725512014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3728,,,stu_HFRCP19685,,1668725514807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3729,,,stu_HFRCP19685,,1668725517334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3730,,,stu_HFRCP19685,,1668725519096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3731,,,stu_HFRCP19685,,1668725521127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3732,,,stu_HFRCP19685,,1668725523446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3733,,,stu_HFRCP19685,,1668725525111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3734,,,stu_HFRCP19685,,1668725527731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-082,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3735,,,stu_HJNRF49374,,1668662485983,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3736,,,stu_HJNRF49374,,1668662486056,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3737,,,stu_HJNRF49374,,1668662487658,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3738,,,stu_HJNRF49374,,1668662492617,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3739,,,stu_HJNRF49374,,1668662502447,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3740,,,stu_HJNRF49374,,1668662505534,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3741,,,stu_HJNRF49374,,1668662510122,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3742,,,stu_HJNRF49374,,1668662513517,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3743,,,stu_HJNRF49374,,1668662515708,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3744,,,stu_HJNRF49374,,1668662517768,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3745,,,stu_HJNRF49374,,1668662522230,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3746,,,stu_HJNRF49374,,1668662537836,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3747,,,stu_HJNRF49374,,1668662539831,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3748,,,stu_HJNRF49374,,1668662540941,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3749,,,stu_HJNRF49374,,1668662542799,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3750,,,stu_HJNRF49374,,1668662547662,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3751,,,stu_HJNRF49374,,1668662550183,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3752,,,stu_HJNRF49374,,1668662559955,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3753,,,stu_HJNRF49374,,1668662563061,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3754,,,stu_HJNRF49374,,1668662569623,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3755,,,stu_HJNRF49374,,1668662572226,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3756,,,stu_HJNRF49374,,1668662576537,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3757,,,stu_HJNRF49374,,1668662581881,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3758,,,stu_HJNRF49374,,1668662589725,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3759,,,stu_HJNRF49374,,1668662594359,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3760,,,stu_HJNRF49374,,1668662597228,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3761,,,stu_TZFZR77390,,1678304091137,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3762,,,stu_TZFZR77390,,1678304091202,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3763,,,stu_TZFZR77390,,1678304093754,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3764,,,stu_TZFZR77390,,1678304097421,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3765,,,stu_TZFZR77390,,1678304099889,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3766,,,stu_TZFZR77390,,1678304103806,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3767,,,stu_TZFZR77390,,1678304113713,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3768,,,stu_TZFZR77390,,1678304116671,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3769,,,stu_TZFZR77390,,1678304116683,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3770,,,stu_TZFZR77390,,1678304117386,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3771,,,stu_TZFZR77390,,1678304117425,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3772,,,stu_TZFZR77390,,1678304117927,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3773,,,stu_TZFZR77390,,1678304117970,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3774,,,stu_TZFZR77390,,1678304120654,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3775,,,stu_TZFZR77390,,1678304122640,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3776,,,stu_TZFZR77390,,1678304126807,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3777,,,stu_TZFZR77390,,1678304129982,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3778,,,stu_TZFZR77390,,1678304131855,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3779,,,stu_TZFZR77390,,1678304137238,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3780,,,stu_TZFZR77390,,1678304137247,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3781,,,stu_TZFZR77390,,1678304141573,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3782,,,stu_TZFZR77390,,1678304145405,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3783,,,stu_TZFZR77390,,1678304146242,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3784,,,stu_TZFZR77390,,1678304148090,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3785,,,stu_TZFZR77390,,1678304148108,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3786,,,stu_TZFZR77390,,1678304152358,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3787,,,stu_TZFZR77390,,1678304158220,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3788,,,stu_TZFZR77390,,1678304159876,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3789,,,stu_TZFZR77390,,1678304389610,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3790,,,stu_TZFZR77390,,1678304390811,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3791,,,stu_TZFZR77390,,1678304395661,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3792,,,stu_TZFZR77390,,1678304398648,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3793,,,stu_TZFZR77390,,1678304402496,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3794,,,stu_TZFZR77390,,1678304405689,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3795,,,stu_TZFZR77390,,1678304409766,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3796,,,stu_TZFZR77390,,1678304413443,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3797,,,stu_TZFZR77390,,1678304417561,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3798,,,stu_TZFZR77390,,1678304420016,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3799,,,stu_TZFZR77390,,1678304420986,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3800,,,stu_TZFZR77390,,1678304420991,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3801,,,stu_TZFZR77390,,1678304425378,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3802,,,stu_TZFZR77390,,1678304428667,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3803,,,stu_TZFZR77390,,1678304433095,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3804,,,stu_TZFZR77390,,1678304434618,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3805,,,stu_TZFZR77390,,1678304435309,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3806,,,stu_TZFZR77390,,1678304435353,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3807,,,stu_TZFZR77390,,1678304438896,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3808,,,stu_TZFZR77390,,1678304441259,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3809,,,stu_TZFZR77390,,1678304443683,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3810,,,stu_TZFZR77390,,1678304445484,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3811,,,stu_TZFZR77390,,1678304447068,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3812,,,stu_TZFZR77390,,1678304523187,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3813,,,stu_TZFZR77390,,1678304523193,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3814,,,stu_TZFZR77390,,1678304524566,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3815,,,stu_TZFZR77390,,1678304528526,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3816,,,stu_TZFZR77390,,1678304529208,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3817,,,stu_TZFZR77390,,1678304529537,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3818,,,stu_TZFZR77390,,1678304529561,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3819,,,stu_TZFZR77390,,1678304540310,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3820,,,stu_TZFZR77390,,1678304543800,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3821,,,stu_TZFZR77390,,1678304545720,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3822,,,stu_TZFZR77390,,1678304548938,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3823,,,stu_TZFZR77390,,1678304548972,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3824,,,stu_TZFZR77390,,1678304551805,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3825,,,stu_TZFZR77390,,1678304554852,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3826,,,stu_TZFZR77390,,1678304557524,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3827,,,stu_TZFZR77390,,1678304561823,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3828,,,stu_TZFZR77390,,1678304564349,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3829,,,stu_TZFZR77390,,1678304660730,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3830,,,stu_TZFZR77390,,1678304664059,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3831,,,stu_TZFZR77390,,1678304668025,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3832,,,stu_TZFZR77390,,1678304668032,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3833,,,stu_TZFZR77390,,1678304672254,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3834,,,stu_TZFZR77390,,1678304676522,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3835,,,stu_TZFZR77390,,1678304677859,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3836,,,stu_TZFZR77390,,1678304679772,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3837,,,stu_TZFZR77390,,1678304683648,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3838,,,stu_TZFZR77390,,1678304683662,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3839,,,stu_TZFZR77390,,1678304687625,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3840,,,stu_TZFZR77390,,1678304690490,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3841,,,stu_TZFZR77390,,1678304692260,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3842,,,stu_TZFZR77390,,1678304699554,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3843,,,stu_TZFZR77390,,1678304703839,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3844,,,stu_TZFZR77390,,1678304706878,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3845,,,stu_TZFZR77390,,1678304710819,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3846,,,stu_TZFZR77390,,1678304713771,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3847,,,stu_TZFZR77390,,1678304715943,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3848,,,stu_TZFZR77390,,1678304719069,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3849,,,stu_TZFZR77390,,1678304728179,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3850,,,stu_TZFZR77390,,1678304729447,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3851,,,stu_TZFZR77390,,1678304732596,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3852,,,stu_TZFZR77390,,1678304732606,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3853,,,stu_TZFZR77390,,1678304736800,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3854,,,stu_TZFZR77390,,1678304741290,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3855,,,stu_TZFZR77390,,1678304745380,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3856,,,stu_TZFZR77390,,1678304748167,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3857,,,stu_TZFZR77390,,1678304748890,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3858,,,stu_TZFZR77390,,1678304748902,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3859,,,stu_TZFZR77390,,1678304753727,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3860,,,stu_TZFZR77390,,1678304757298,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3861,,,stu_TZFZR77390,,1678304831215,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3862,,,stu_TZFZR77390,,1678304834278,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3863,,,stu_TZFZR77390,,1678304835809,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3864,,,stu_LGZZW03088,,1682698622093,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3865,,,stu_LGZZW03088,,1682698622125,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3866,,,stu_LGZZW03088,,1682698625880,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3867,,,stu_LGZZW03088,,1682698643263,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3868,,,stu_LGZZW03088,,1682698649885,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3869,,,stu_LGZZW03088,,1682698650562,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3870,,,stu_LGZZW03088,,1682698650872,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3871,,,stu_LGZZW03088,,1682698656829,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3872,,,stu_LGZZW03088,,1682698656853,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3873,,,stu_LGZZW03088,,1682698657515,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3874,,,stu_LGZZW03088,,1682698657532,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3875,,,stu_LGZZW03088,,1682698661573,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,6,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3876,,,stu_LGZZW03088,,1682698663482,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3877,,,stu_LGZZW03088,,1682698668306,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3878,,,stu_LGZZW03088,,1682698682114,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3879,,,stu_LGZZW03088,,1682698684223,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3880,,,stu_LGZZW03088,,1682698694539,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3881,,,stu_LGZZW03088,,1682698695001,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3882,,,stu_LGZZW03088,,1682698697188,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3883,,,stu_LGZZW03088,,1682698702873,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3884,,,stu_LGZZW03088,,1682698705063,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3885,,,stu_LGZZW03088,,1682698499095,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3886,,,stu_LGZZW03088,,1682698499138,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3887,,,stu_LGZZW03088,,1682698501515,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3888,,,stu_LGZZW03088,,1682698510229,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3889,,,stu_LGZZW03088,,1682698514852,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3890,,,stu_LGZZW03088,,1682698520952,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3891,,,stu_LGZZW03088,,1682698523817,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3892,,,stu_LGZZW03088,,1682698526900,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3893,,,stu_LGZZW03088,,1682698533164,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3894,,,stu_LGZZW03088,,1682698535031,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3895,,,stu_LGZZW03088,,1682698588073,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3896,,,stu_LGZZW03088,,1682698592608,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3897,,,stu_LGZZW03088,,1682698596661,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3898,,,stu_LGZZW03088,,1682698598752,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3899,,,stu_LGZZW03088,,1682611755182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3900,,,stu_LGZZW03088,,1682611758573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3901,,,stu_LGZZW03088,,1682611763142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3902,,,stu_LGZZW03088,,1682611774618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3903,,,stu_LGZZW03088,,1682611779001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3904,,,stu_LGZZW03088,,1682611784041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3905,,,stu_LGZZW03088,,1682611786179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3906,,,stu_LGZZW03088,,1682611790084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3907,,,stu_LGZZW03088,,1682611800473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3908,,,stu_LGZZW03088,,1682611805494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3909,,,stu_LGZZW03088,,1682611808635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3910,,,stu_LGZZW03088,,1682611814300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3911,,,stu_LGZZW03088,,1682611818263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3912,,,stu_OGCIP07265,,1681310561977,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3913,,,stu_OGCIP07265,,1681310567966,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3914,,,stu_OGCIP07265,,1681310570255,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3915,,,stu_OGCIP07265,,1681310575154,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3916,,,stu_OGCIP07265,,1681310606100,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3917,,,stu_OGCIP07265,,1681310608758,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3918,,,stu_OGCIP07265,,1681310610445,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3919,,,stu_OGCIP07265,,1681310612714,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3920,,,stu_OGCIP07265,,1681310616043,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3921,,,stu_OGCIP07265,,1681310623019,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3922,,,stu_OGCIP07265,,1681310629302,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3923,,,stu_OGCIP07265,,1681310636700,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3924,,,stu_OGCIP07265,,1681310638204,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3925,,,stu_OGCIP07265,,1681310640966,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3926,,,stu_OGCIP07265,,1681310647850,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3927,,,stu_OGCIP07265,,1681310654795,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3928,,,stu_OGCIP07265,,1681310677504,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3929,,,stu_OGCIP07265,,1681310680735,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3930,,,stu_OGCIP07265,,1681310684826,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3931,,,stu_OGCIP07265,,1681310689645,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3932,,,stu_OGCIP07265,,1681310691757,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3933,,,stu_OGCIP07265,,1681310694935,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3934,,,stu_OGCIP07265,,1681310701770,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3935,,,stu_OGCIP07265,,1681310702915,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3936,,,stu_OGCIP07265,,1681310707187,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3937,,,stu_OGCIP07265,,1681310711194,,,,,,ratio_proportion_change3,ratio_proportion_change3-199,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3938,,,stu_PCQIV61477,,1684158441424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3939,,,stu_PCQIV61477,,1684158441518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3940,,,stu_PCQIV61477,,1684158443509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3941,,,stu_PCQIV61477,,1684158453478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3942,,,stu_PCQIV61477,,1684158478022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3943,,,stu_PCQIV61477,,1684158480547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3944,,,stu_PCQIV61477,,1684158483264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3945,,,stu_PCQIV61477,,1684158491366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3946,,,stu_PCQIV61477,,1684158496042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3947,,,stu_PCQIV61477,,1684158497506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3948,,,stu_PCQIV61477,,1684158500438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3949,,,stu_PCQIV61477,,1684158502305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3950,,,stu_PCQIV61477,,1684158506586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3951,,,stu_PCQIV61477,,1684158508471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3952,,,stu_PCQIV61477,,1684158527630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3953,,,stu_PCQIV61477,,1684158529719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3954,,,stu_PCQIV61477,,1684158545237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3955,,,stu_PCQIV61477,,1684158547627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3956,,,stu_PCQIV61477,,1684158550516,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3957,,,stu_PCQIV61477,,1684158553221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3958,,,stu_HHUVP76723,,1684502193878,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3959,,,stu_HHUVP76723,,1684502197483,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3960,,,stu_HHUVP76723,,1684502204398,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3961,,,stu_HHUVP76723,,1684502206001,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3962,,,stu_HHUVP76723,,1684502208435,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3963,,,stu_HHUVP76723,,1684502212694,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3964,,,stu_HHUVP76723,,1684502217804,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3965,,,stu_HHUVP76723,,1684502226661,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3966,,,stu_HHUVP76723,,1684502228353,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3967,,,stu_HHUVP76723,,1684502232841,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3968,,,stu_HHUVP76723,,1684502236386,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3969,,,stu_HHUVP76723,,1684502242591,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3970,,,stu_HHUVP76723,,1684502246053,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3971,,,stu_HHUVP76723,,1684502251315,,,,,,ratio_proportion_change3,ratio_proportion_change3-089,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3972,,,stu_HHUVP76723,,1684501824635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3973,,,stu_HHUVP76723,,1684501830497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3974,,,stu_HHUVP76723,,1684501833621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3975,,,stu_HHUVP76723,,1684501839598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3976,,,stu_HHUVP76723,,1684501841748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3977,,,stu_HHUVP76723,,1684501845846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3978,,,stu_HHUVP76723,,1684501848448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3979,,,stu_HHUVP76723,,1684501849938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3980,,,stu_HHUVP76723,,1684501852442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3981,,,stu_HHUVP76723,,1684501854421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3982,,,stu_HHUVP76723,,1684501859107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3983,,,stu_HHUVP76723,,1684501871192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3984,,,stu_HHUVP76723,,1684501876545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3985,,,stu_HHUVP76723,,1684501879238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-3986,,,stu_JUDSQ88824,,1670978877512,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3987,,,stu_JUDSQ88824,,1670978877539,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3988,,,stu_JUDSQ88824,,1670978878931,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3989,,,stu_JUDSQ88824,,1670978885077,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3990,,,stu_JUDSQ88824,,1670978888944,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3991,,,stu_JUDSQ88824,,1670978891222,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3992,,,stu_JUDSQ88824,,1670978895253,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3993,,,stu_JUDSQ88824,,1670978920824,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3994,,,stu_JUDSQ88824,,1670978923496,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3995,,,stu_JUDSQ88824,,1670978926860,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3996,,,stu_JUDSQ88824,,1670978929301,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3997,,,stu_JUDSQ88824,,1670978930829,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3998,,,stu_JUDSQ88824,,1670978932200,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3999,,,stu_JUDSQ88824,,1670978934830,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4000,,,stu_JUDSQ88824,,1670978939394,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4001,,,stu_JUDSQ88824,,1670978945516,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4002,,,stu_JUDSQ88824,,1670978952559,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4003,,,stu_JUDSQ88824,,1670978957996,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4004,,,stu_JUDSQ88824,,1670978977238,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4005,,,stu_JUDSQ88824,,1670978979479,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4006,,,stu_JUDSQ88824,,1670978986358,,,,,,ratio_proportion_change3,ratio_proportion_change3-181,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4007,,,stu_JUDSQ88824,,1670813172068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4008,,,stu_JUDSQ88824,,1670813172209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4009,,,stu_JUDSQ88824,,1670813174416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4010,,,stu_JUDSQ88824,,1670813184153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4011,,,stu_JUDSQ88824,,1670813187895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4012,,,stu_JUDSQ88824,,1670813190903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4013,,,stu_JUDSQ88824,,1670813190936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4014,,,stu_JUDSQ88824,,1670813198802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4015,,,stu_JUDSQ88824,,1670813203901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4016,,,stu_JUDSQ88824,,1670813212051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4017,,,stu_JUDSQ88824,,1670813223420,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4018,,,stu_JUDSQ88824,,1670813227127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4019,,,stu_JUDSQ88824,,1670813231508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4020,,,stu_JUDSQ88824,,1670813233065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4021,,,stu_JUDSQ88824,,1670813246756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4022,,,stu_JUDSQ88824,,1670813248828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4023,,,stu_JUDSQ88824,,1670813252366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4024,,,stu_JUDSQ88824,,1670813255857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4025,,,stu_JUDSQ88824,,1670813258108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4026,,,stu_JUDSQ88824,,1670813261294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4027,,,stu_JUDSQ88824,,1670813263577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4028,,,stu_JUDSQ88824,,1670813266950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4029,,,stu_JUDSQ88824,,1670813273557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4030,,,stu_JUDSQ88824,,1670813277139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4031,,,stu_JUDSQ88824,,1670813280725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4032,,,stu_JUDSQ88824,,1670813285372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4033,,,stu_JUDSQ88824,,1670813291156,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4034,,,stu_JUDSQ88824,,1670813294674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4035,,,stu_JUDSQ88824,,1670813298623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4036,,,stu_JUDSQ88824,,1670813315426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4037,,,stu_JUDSQ88824,,1670813317647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4038,,,stu_JUDSQ88824,,1670811526489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4039,,,stu_JUDSQ88824,,1670811526619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4040,,,stu_JUDSQ88824,,1670811528090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4041,,,stu_JUDSQ88824,,1670811535722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4042,,,stu_JUDSQ88824,,1670811542537,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4043,,,stu_JUDSQ88824,,1670811545170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4044,,,stu_JUDSQ88824,,1670811553312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4045,,,stu_JUDSQ88824,,1670811558108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4046,,,stu_JUDSQ88824,,1670811560786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4047,,,stu_JUDSQ88824,,1670811570348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4048,,,stu_JUDSQ88824,,1670811572145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4049,,,stu_JUDSQ88824,,1670811576547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4050,,,stu_JUDSQ88824,,1670811580055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4051,,,stu_JUDSQ88824,,1670811585288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4052,,,stu_JUDSQ88824,,1670811589397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4053,,,stu_JUDSQ88824,,1670811592646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4054,,,stu_JUDSQ88824,,1670811601116,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4055,,,stu_JUDSQ88824,,1670811604293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4056,,,stu_JUDSQ88824,,1670811618591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4057,,,stu_JUDSQ88824,,1670811623054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4058,,,stu_JUDSQ88824,,1670811624715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4059,,,stu_JUDSQ88824,,1670811628721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4060,,,stu_JUDSQ88824,,1670811633622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4061,,,stu_JUDSQ88824,,1670811636336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4062,,,stu_JUDSQ88824,,1670811639061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4063,,,stu_JUDSQ88824,,1670811645525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4064,,,stu_JUDSQ88824,,1670811651022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4065,,,stu_JUDSQ88824,,1670811655454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4066,,,stu_JUDSQ88824,,1670811659557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4067,,,stu_JUDSQ88824,,1670811665784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4068,,,stu_JUDSQ88824,,1670811681701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4069,,,stu_JUDSQ88824,,1670811684086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-4070,,,stu_YHBFN60187,,1669962588705,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4071,,,stu_YHBFN60187,,1669962588857,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4072,,,stu_YHBFN60187,,1669962591268,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4073,,,stu_YHBFN60187,,1669962596540,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4074,,,stu_YHBFN60187,,1669962602118,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4075,,,stu_YHBFN60187,,1669962603554,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4076,,,stu_YHBFN60187,,1669962609198,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4077,,,stu_YHBFN60187,,1669962610385,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4078,,,stu_YHBFN60187,,1669962612199,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4079,,,stu_YHBFN60187,,1669962613927,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4080,,,stu_YHBFN60187,,1669962619028,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4081,,,stu_YHBFN60187,,1669962621457,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4082,,,stu_YHBFN60187,,1669962625289,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4083,,,stu_YHBFN60187,,1669962628889,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4084,,,stu_YHBFN60187,,1669962630254,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4085,,,stu_YHBFN60187,,1669962631791,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4086,,,stu_YHBFN60187,,1669962636689,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4087,,,stu_YHBFN60187,,1669962641053,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4088,,,stu_YHBFN60187,,1669962644667,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4089,,,stu_YHBFN60187,,1669962648146,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4090,,,stu_YHBFN60187,,1669962652455,,,,,,ratio_proportion_change3,ratio_proportion_change3-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4091,,,stu_YHBFN60187,,1669964723319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4092,,,stu_YHBFN60187,,1669964725373,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4093,,,stu_YHBFN60187,,1669964726765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4094,,,stu_YHBFN60187,,1669964728559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4095,,,stu_YHBFN60187,,1669964730582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4096,,,stu_YHBFN60187,,1669964734715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4097,,,stu_YHBFN60187,,1669964738294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4098,,,stu_YHBFN60187,,1669964739895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4099,,,stu_YHBFN60187,,1669964741581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4100,,,stu_YHBFN60187,,1669964746250,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4101,,,stu_YHBFN60187,,1669964747299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4102,,,stu_YHBFN60187,,1669964751316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4103,,,stu_YHBFN60187,,1669964753175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4104,,,stu_YHBFN60187,,1669964754614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4105,,,stu_YHBFN60187,,1669964759897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4106,,,stu_YHBFN60187,,1669964775533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4107,,,stu_YHBFN60187,,1669964779283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4108,,,stu_FHYAF48586,,1685036057481,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4109,,,stu_FHYAF48586,,1685036065475,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4110,,,stu_FHYAF48586,,1685036173617,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4111,,,stu_FHYAF48586,,1685036234479,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4112,,,stu_FHYAF48586,,1685036237418,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4113,,,stu_FHYAF48586,,1685036239434,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4114,,,stu_FHYAF48586,,1685036243825,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4115,,,stu_FHYAF48586,,1685036246086,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4116,,,stu_FHYAF48586,,1685036253338,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4117,,,stu_FHYAF48586,,1685036479624,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4118,,,stu_FHYAF48586,,1685036479640,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4119,,,stu_FHYAF48586,,1685036484587,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4120,,,stu_FHYAF48586,,1685036484689,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4121,,,stu_FHYAF48586,,1685036489366,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4122,,,stu_FHYAF48586,,1685036492978,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4123,,,stu_FHYAF48586,,1685036495401,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4124,,,stu_FHYAF48586,,1685036497867,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4125,,,stu_FHYAF48586,,1685036504058,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4126,,,stu_FHYAF48586,,1685036512093,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4127,,,stu_FHYAF48586,,1685036514480,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4128,,,stu_FHYAF48586,,1685036517185,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4129,,,stu_FHYAF48586,,1685036521864,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4130,,,stu_FHYAF48586,,1685036525318,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4131,,,stu_FHYAF48586,,1685036534206,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4132,,,stu_FHYAF48586,,1685036542258,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4133,,,stu_FHYAF48586,,1685036545777,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4134,,,stu_FHYAF48586,,1685036549882,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4135,,,stu_FHYAF48586,,1685036556914,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4136,,,stu_FHYAF48586,,1685036564745,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4137,,,stu_FHYAF48586,,1685036573850,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4138,,,stu_FHYAF48586,,1685036576720,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4139,,,stu_FHYAF48586,,1685036579677,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4140,,,stu_FHYAF48586,,1685036579717,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4141,,,stu_FHYAF48586,,1685036585706,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4142,,,stu_FHYAF48586,,1685036591066,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4143,,,stu_FHYAF48586,,1685036600509,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4144,,,stu_FHYAF48586,,1685036603540,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4145,,,stu_FHYAF48586,,1685036606095,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4146,,,stu_FHYAF48586,,1685036704442,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4147,,,stu_FHYAF48586,,1685036709449,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4148,,,stu_FHYAF48586,,1685036714411,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4149,,,stu_FHYAF48586,,1685036717193,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4150,,,stu_FHYAF48586,,1685036720929,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4151,,,stu_FHYAF48586,,1685036725312,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4152,,,stu_FHYAF48586,,1685036732665,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4153,,,stu_FHYAF48586,,1685036736286,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4154,,,stu_FHYAF48586,,1685036739708,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4155,,,stu_FHYAF48586,,1685036741498,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4156,,,stu_FHYAF48586,,1685036813960,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4157,,,stu_FHYAF48586,,1685036833678,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4158,,,stu_FHYAF48586,,1685036842115,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4159,,,stu_FHYAF48586,,1685036848068,,,,,,ratio_proportion_change3,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4160,,,stu_PHDXR99709,,1678203898872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4161,,,stu_PHDXR99709,,1678203916895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4162,,,stu_PHDXR99709,,1678203919011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4163,,,stu_PHDXR99709,,1678203922951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4164,,,stu_PHDXR99709,,1678203926161,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4165,,,stu_PHDXR99709,,1678203933490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4166,,,stu_PHDXR99709,,1678203939513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4167,,,stu_PHDXR99709,,1678203942763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4168,,,stu_PHDXR99709,,1678203948159,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4169,,,stu_PHDXR99709,,1678203953105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4170,,,stu_PHDXR99709,,1678203956700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4171,,,stu_PHDXR99709,,1678203962816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4172,,,stu_PHDXR99709,,1678203962816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4173,,,stu_PHDXR99709,,1678203962816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4174,,,stu_PHDXR99709,,1678203962816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4175,,,stu_PHDXR99709,,1678203971678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4176,,,stu_PHDXR99709,,1678203974636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4177,,,stu_PHDXR99709,,1678203976929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4178,,,stu_PHDXR99709,,1678203978797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4179,,,stu_PHDXR99709,,1678203981898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4180,,,stu_PHDXR99709,,1678203985254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4181,,,stu_PHDXR99709,,1678203987888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4182,,,stu_PHDXR99709,,1678203990935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4183,,,stu_PHDXR99709,,1678203999152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4184,,,stu_PHDXR99709,,1678204001065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4185,,,stu_PHDXR99709,,1678204006765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4186,,,stu_PHDXR99709,,1678204011221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4187,,,stu_PHDXR99709,,1678204021276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4188,,,stu_PHDXR99709,,1678204061956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4189,,,stu_PHDXR99709,,1678204064213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4190,,,stu_PHDXR99709,,1678204067549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4191,,,stu_PHDXR99709,,1678204069401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4192,,,stu_PHDXR99709,,1678204075981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4193,,,stu_PHDXR99709,,1678204092153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4194,,,stu_PHDXR99709,,1678204094885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4195,,,stu_PHDXR99709,,1678204101889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4196,,,stu_PHDXR99709,,1678204103701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4197,,,stu_PHDXR99709,,1678204113255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4198,,,stu_PHDXR99709,,1678204115383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-061,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-4199,,,stu_NMMRL86719,,1673462632138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4200,,,stu_NMMRL86719,,1673462638665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4201,,,stu_NMMRL86719,,1673462642777,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4202,,,stu_NMMRL86719,,1673462646625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4203,,,stu_NMMRL86719,,1673462654493,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4204,,,stu_NMMRL86719,,1673462680291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4205,,,stu_NMMRL86719,,1673462689741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4206,,,stu_NMMRL86719,,1673462694300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4207,,,stu_NMMRL86719,,1673462697761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4208,,,stu_NMMRL86719,,1673462702754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4209,,,stu_NMMRL86719,,1673462706041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4210,,,stu_NMMRL86719,,1673462707758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4211,,,stu_NMMRL86719,,1673462713998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4212,,,stu_NMMRL86719,,1673462732748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4213,,,stu_NMMRL86719,,1673462735497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4214,,,stu_QSALM60484,,1674846083815,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4215,,,stu_QSALM60484,,1674846090525,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4216,,,stu_QSALM60484,,1674846095670,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4217,,,stu_QSALM60484,,1674846099618,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4218,,,stu_QSALM60484,,1674846102885,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4219,,,stu_QSALM60484,,1674846105709,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4220,,,stu_QSALM60484,,1674846108179,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4221,,,stu_QSALM60484,,1674846109924,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4222,,,stu_QSALM60484,,1674846114609,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4223,,,stu_QSALM60484,,1674846117447,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4224,,,stu_QSALM60484,,1674846117455,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4225,,,stu_QSALM60484,,1674846124510,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4226,,,stu_QSALM60484,,1674846124529,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4227,,,stu_QSALM60484,,1674846128700,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4228,,,stu_QSALM60484,,1674846128717,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4229,,,stu_QSALM60484,,1674846133463,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4230,,,stu_QSALM60484,,1674846133467,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4231,,,stu_QSALM60484,,1674846137102,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4232,,,stu_QSALM60484,,1674846140893,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4233,,,stu_QSALM60484,,1674846142613,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4234,,,stu_QSALM60484,,1674846145167,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4235,,,stu_QSALM60484,,1674846150715,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4236,,,stu_QSALM60484,,1674846160713,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4237,,,stu_QSALM60484,,1674846164166,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4238,,,stu_QSALM60484,,1674846165557,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4239,,,stu_QSALM60484,,1674846171718,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4240,,,stu_QSALM60484,,1674846175945,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4241,,,stu_QSALM60484,,1674846179944,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4242,,,stu_QSALM60484,,1674846179967,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4243,,,stu_QSALM60484,,1674846183858,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4244,,,stu_QSALM60484,,1674846183870,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4245,,,stu_QSALM60484,,1674846187761,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4246,,,stu_QSALM60484,,1674846212330,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4247,,,stu_QSALM60484,,1674846212915,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4248,,,stu_QSALM60484,,1674846213965,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4249,,,stu_QSALM60484,,1674846214477,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4250,,,stu_QSALM60484,,1674846215417,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4251,,,stu_QSALM60484,,1674846216184,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4252,,,stu_QSALM60484,,1674846217391,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4253,,,stu_QSALM60484,,1674846218733,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4254,,,stu_QSALM60484,,1674846219650,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4255,,,stu_QSALM60484,,1674845466566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4256,,,stu_QSALM60484,,1674845466648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4257,,,stu_QSALM60484,,1674845468835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4258,,,stu_QSALM60484,,1674845473511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4259,,,stu_QSALM60484,,1674845476115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4260,,,stu_QSALM60484,,1674845481660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4261,,,stu_QSALM60484,,1674845485510,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4262,,,stu_QSALM60484,,1674845487640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4263,,,stu_QSALM60484,,1674845492191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4264,,,stu_QSALM60484,,1674845493437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4265,,,stu_QSALM60484,,1674845498890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4266,,,stu_QSALM60484,,1674845504498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4267,,,stu_QSALM60484,,1674845506106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4268,,,stu_QSALM60484,,1674845511035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4269,,,stu_QSALM60484,,1674845514039,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4270,,,stu_QSALM60484,,1674845514055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4271,,,stu_QSALM60484,,1674845518447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4272,,,stu_QSALM60484,,1674845523973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4273,,,stu_QSALM60484,,1674845527880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4274,,,stu_QSALM60484,,1674845531309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4275,,,stu_QSALM60484,,1674845532430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4276,,,stu_QSALM60484,,1674845535388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4277,,,stu_QSALM60484,,1674845536281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4278,,,stu_QSALM60484,,1674845540158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4279,,,stu_QSALM60484,,1674845544990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4280,,,stu_QSALM60484,,1674845545021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4281,,,stu_QSALM60484,,1674845548581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4282,,,stu_QSALM60484,,1674845552405,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4283,,,stu_QSALM60484,,1674845566596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4284,,,stu_QSALM60484,,1674845594716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4285,,,stu_QSALM60484,,1674845596585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4286,,,stu_QSALM60484,,1674845602832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4287,,,stu_QSALM60484,,1674845605255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4288,,,stu_QSALM60484,,1674845608528,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4289,,,stu_NBFKX66061,,1684774837513,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4290,,,stu_NBFKX66061,,1684774853588,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4291,,,stu_NBFKX66061,,1684774855495,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4292,,,stu_NBFKX66061,,1684774873937,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4293,,,stu_NBFKX66061,,1684774884321,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4294,,,stu_NBFKX66061,,1684774888356,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4295,,,stu_NBFKX66061,,1684774889347,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4296,,,stu_NBFKX66061,,1684774903779,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4297,,,stu_NBFKX66061,,1684774908006,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4298,,,stu_NBFKX66061,,1684774911737,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4299,,,stu_NBFKX66061,,1684773628138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4300,,,stu_NBFKX66061,,1684773628194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4301,,,stu_NBFKX66061,,1684773630054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4302,,,stu_NBFKX66061,,1684773634087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4303,,,stu_NBFKX66061,,1684773639550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4304,,,stu_NBFKX66061,,1684773645457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4305,,,stu_NBFKX66061,,1684773669470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4306,,,stu_NBFKX66061,,1684773675748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4307,,,stu_NBFKX66061,,1684773679035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4308,,,stu_NBFKX66061,,1684773681752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4309,,,stu_NBFKX66061,,1684773688884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4310,,,stu_NBFKX66061,,1684773689933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4311,,,stu_NBFKX66061,,1684773694170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4312,,,stu_NBFKX66061,,1684773717706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4313,,,stu_NBFKX66061,,1684773734548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4314,,,stu_NBFKX66061,,1684773738894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4315,,,stu_NBFKX66061,,1684774553901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4316,,,stu_NBFKX66061,,1684774557066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4317,,,stu_NBFKX66061,,1684774770470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4318,,,stu_NBFKX66061,,1684774771260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4319,,,stu_NBFKX66061,,1684774775766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4320,,,stu_NBFKX66061,,1684774797564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4321,,,stu_NBFKX66061,,1684774799441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4322,,,stu_NBFKX66061,,1684774801166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4323,,,stu_NBFKX66061,,1684774806411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4324,,,stu_NBFKX66061,,1684774809192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4325,,,stu_NBFKX66061,,1684774812723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4326,,,stu_NBFKX66061,,1684773895819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4327,,,stu_NBFKX66061,,1684773898477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4328,,,stu_NBFKX66061,,1684773904487,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4329,,,stu_NBFKX66061,,1684773906593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4330,,,stu_NBFKX66061,,1684773910142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4331,,,stu_NBFKX66061,,1684773916248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4332,,,stu_NBFKX66061,,1684773918621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4333,,,stu_NBFKX66061,,1684773921955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4334,,,stu_NBFKX66061,,1684773926614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4335,,,stu_NBFKX66061,,1684773929739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4336,,,stu_IKOQX00819,,1666968494325,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4337,,,stu_IKOQX00819,,1666968501102,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4338,,,stu_IKOQX00819,,1666968504505,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4339,,,stu_IKOQX00819,,1666968509714,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4340,,,stu_IKOQX00819,,1666968516914,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4341,,,stu_IKOQX00819,,1666968536630,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4342,,,stu_IKOQX00819,,1666968539537,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4343,,,stu_IKOQX00819,,1666968548262,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4344,,,stu_IKOQX00819,,1666968550198,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4345,,,stu_IKOQX00819,,1666968557701,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4346,,,stu_IKOQX00819,,1666968561385,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4347,,,stu_IKOQX00819,,1666968564499,,,,,,ratio_proportion_change3,ratio_proportion_change3-090,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4348,,,stu_IKOQX00819,,1666968105678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4349,,,stu_IKOQX00819,,1666968111155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4350,,,stu_IKOQX00819,,1666968119286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4351,,,stu_IKOQX00819,,1666968121018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4352,,,stu_IKOQX00819,,1666968125247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4353,,,stu_IKOQX00819,,1666968170275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4354,,,stu_IKOQX00819,,1666968171514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4355,,,stu_IKOQX00819,,1666968188358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4356,,,stu_IKOQX00819,,1666968195589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4357,,,stu_IKOQX00819,,1666968199783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-4358,,,stu_KYWNL75747,,1684344656186,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4359,,,stu_KYWNL75747,,1684344664349,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4360,,,stu_KYWNL75747,,1684344668778,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4361,,,stu_KYWNL75747,,1684344678473,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4362,,,stu_KYWNL75747,,1684344680168,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4363,,,stu_KYWNL75747,,1684344684867,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4364,,,stu_KYWNL75747,,1684344694228,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4365,,,stu_KYWNL75747,,1684344696619,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4366,,,stu_KYWNL75747,,1684344700205,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4367,,,stu_KYWNL75747,,1684344701734,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4368,,,stu_KYWNL75747,,1684344705387,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4369,,,stu_KYWNL75747,,1684344709029,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4370,,,stu_KYWNL75747,,1684344715540,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4371,,,stu_KYWNL75747,,1684344723096,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4372,,,stu_KYWNL75747,,1684344727026,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4373,,,stu_KYWNL75747,,1684344727043,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4374,,,stu_KYWNL75747,,1684344735380,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4375,,,stu_KYWNL75747,,1684344739778,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4376,,,stu_KYWNL75747,,1684344747248,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4377,,,stu_KYWNL75747,,1684344754588,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4378,,,stu_KYWNL75747,,1684344759595,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4379,,,stu_KYWNL75747,,1684344775879,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4380,,,stu_KYWNL75747,,1684344781341,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4381,,,stu_KYWNL75747,,1684344787321,,,,,,ratio_proportion_change3,ratio_proportion_change3-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4382,,,stu_IBTJP66016,,1667846833278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4383,,,stu_IBTJP66016,,1667846839836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4384,,,stu_IBTJP66016,,1667846844987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4385,,,stu_IBTJP66016,,1667846871216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4386,,,stu_IBTJP66016,,1667846876939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4387,,,stu_IBTJP66016,,1667846890011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4388,,,stu_IBTJP66016,,1667846894061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4389,,,stu_IBTJP66016,,1667846904258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4390,,,stu_IBTJP66016,,1667846904321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4391,,,stu_IBTJP66016,,1667846906028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4392,,,stu_IBTJP66016,,1667846906045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4393,,,stu_IBTJP66016,,1667846927744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4394,,,stu_IBTJP66016,,1667846960679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4395,,,stu_IBTJP66016,,1667846962743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4396,,,stu_IBTJP66016,,1667847065249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4397,,,stu_IBTJP66016,,1667847074476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4398,,,stu_IBTJP66016,,1667847077973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4399,,,stu_IBTJP66016,,1667847083786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4400,,,stu_IBTJP66016,,1667847089561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4401,,,stu_NOQJE56629,,1670954386183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4402,,,stu_NOQJE56629,,1670954386209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4403,,,stu_NOQJE56629,,1670954388090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4404,,,stu_NOQJE56629,,1670954397967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4405,,,stu_NOQJE56629,,1670954405091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4406,,,stu_NOQJE56629,,1670954408904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4407,,,stu_NOQJE56629,,1670954410636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4408,,,stu_NOQJE56629,,1670954414292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4409,,,stu_NOQJE56629,,1670954442340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4410,,,stu_NOQJE56629,,1670954444414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4411,,,stu_NOQJE56629,,1670954449751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4412,,,stu_NOQJE56629,,1670954459578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4413,,,stu_NOQJE56629,,1670954467834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4414,,,stu_NOQJE56629,,1670954469833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4415,,,stu_NOQJE56629,,1670953790252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4416,,,stu_NOQJE56629,,1670953802619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4417,,,stu_NOQJE56629,,1670953819123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4418,,,stu_NOQJE56629,,1670953835734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4419,,,stu_NOQJE56629,,1670953855677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4420,,,stu_NOQJE56629,,1670953858368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4421,,,stu_NOQJE56629,,1670953861889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4422,,,stu_NOQJE56629,,1670953870491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4423,,,stu_NOQJE56629,,1670953873171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4424,,,stu_NOQJE56629,,1670953879356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4425,,,stu_NOQJE56629,,1670953896854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4426,,,stu_NOQJE56629,,1670953898806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4427,,,stu_NOQJE56629,,1670953906773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4428,,,stu_NOQJE56629,,1670953910351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4429,,,stu_NOQJE56629,,1670953914040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4430,,,stu_NOQJE56629,,1670953915935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4431,,,stu_LNKGD30298,,1677861583027,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4432,,,stu_LNKGD30298,,1677861583030,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4433,,,stu_LNKGD30298,,1677861584686,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4434,,,stu_LNKGD30298,,1677861592692,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4435,,,stu_LNKGD30298,,1677861595368,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4436,,,stu_LNKGD30298,,1677861600197,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4437,,,stu_LNKGD30298,,1677861606899,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4438,,,stu_LNKGD30298,,1677861607622,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4439,,,stu_LNKGD30298,,1677861607656,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4440,,,stu_LNKGD30298,,1677861608696,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4441,,,stu_LNKGD30298,,1677861608718,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4442,,,stu_LNKGD30298,,1677861609718,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4443,,,stu_LNKGD30298,,1677861613054,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4444,,,stu_LNKGD30298,,1677861619002,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4445,,,stu_LNKGD30298,,1677861621984,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4446,,,stu_LNKGD30298,,1677861629276,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4447,,,stu_LNKGD30298,,1677861630297,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4448,,,stu_LNKGD30298,,1677861634803,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4449,,,stu_LNKGD30298,,1677861636551,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4450,,,stu_LNKGD30298,,1677861641506,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4451,,,stu_LNKGD30298,,1677861644760,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4452,,,stu_LNKGD30298,,1677861650578,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4453,,,stu_LNKGD30298,,1677861655491,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4454,,,stu_LNKGD30298,,1677861658423,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4455,,,stu_LNKGD30298,,1677861658444,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4456,,,stu_LNKGD30298,,1677861661510,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:2,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4457,,,stu_LNKGD30298,,1677861665291,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4458,,,stu_LNKGD30298,,1677861669109,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FirstRow2:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4459,,,stu_LNKGD30298,,1677861673852,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4460,,,stu_LNKGD30298,,1677861684138,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4461,,,stu_LNKGD30298,,1677861702323,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4462,,,stu_LNKGD30298,,1677861712944,,,,,,ratio_proportion_change3,ratio_proportion_change3-173,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4463,,,stu_VPJTJ99370,,1678217480243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4464,,,stu_VPJTJ99370,,1678217480290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4465,,,stu_VPJTJ99370,,1678217482214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4466,,,stu_VPJTJ99370,,1678217491776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4467,,,stu_VPJTJ99370,,1678217497622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4468,,,stu_VPJTJ99370,,1678217680371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4469,,,stu_VPJTJ99370,,1678217708901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4470,,,stu_VPJTJ99370,,1678217715392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4471,,,stu_VPJTJ99370,,1678217717931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4472,,,stu_VPJTJ99370,,1678217723978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4473,,,stu_VPJTJ99370,,1678217783822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4474,,,stu_VPJTJ99370,,1678217783850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4475,,,stu_VPJTJ99370,,1678217786207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4476,,,stu_VPJTJ99370,,1678217790125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4477,,,stu_VPJTJ99370,,1678217793911,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4478,,,stu_VPJTJ99370,,1678217796745,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4479,,,stu_VPJTJ99370,,1678217855018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4480,,,stu_VPJTJ99370,,1678217904517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4481,,,stu_VPJTJ99370,,1678217930091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4482,,,stu_VPJTJ99370,,1678217967726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4483,,,stu_VPJTJ99370,,1678217972660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4484,,,stu_VPJTJ99370,,1678217975186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4485,,,stu_VPJTJ99370,,1678217989698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4486,,,stu_VPJTJ99370,,1678217994851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4487,,,stu_VPJTJ99370,,1678218001455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4488,,,stu_VPJTJ99370,,1678218016689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4489,,,stu_VPJTJ99370,,1678218016748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4490,,,stu_VPJTJ99370,,1678218023117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4491,,,stu_VPJTJ99370,,1678218031478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4492,,,stu_VPJTJ99370,,1678218048437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-070,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-4493,,,stu_GUSLG55829,,1666620414843,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4494,,,stu_GUSLG55829,,1666620430554,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4495,,,stu_GUSLG55829,,1666620441185,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4496,,,stu_GUSLG55829,,1666620445365,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4497,,,stu_GUSLG55829,,1666620446886,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4498,,,stu_GUSLG55829,,1666620449798,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4499,,,stu_GUSLG55829,,1666620454138,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4500,,,stu_GUSLG55829,,1666620457282,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4501,,,stu_GUSLG55829,,1666620458945,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4502,,,stu_GUSLG55829,,1666620460611,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4503,,,stu_GUSLG55829,,1666620466175,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4504,,,stu_GUSLG55829,,1666620470721,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4505,,,stu_GUSLG55829,,1666620473510,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4506,,,stu_GUSLG55829,,1666620476182,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4507,,,stu_SQIMX39270,,1667396397617,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4508,,,stu_SQIMX39270,,1667396397799,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4509,,,stu_SQIMX39270,,1667396403684,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4510,,,stu_SQIMX39270,,1667396439218,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4511,,,stu_SQIMX39270,,1667396460195,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4512,,,stu_SQIMX39270,,1667396474821,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4513,,,stu_SQIMX39270,,1667396479372,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4514,,,stu_SQIMX39270,,1667396501161,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4515,,,stu_SQIMX39270,,1667396509400,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4516,,,stu_SQIMX39270,,1667396515451,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4517,,,stu_SQIMX39270,,1667396518518,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4518,,,stu_SQIMX39270,,1667396532722,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4519,,,stu_SQIMX39270,,1667396593155,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4520,,,stu_SQIMX39270,,1667396602557,,,,,,ratio_proportion_change3,ratio_proportion_change3-188,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4521,,,stu_ZPILJ57870,,1677092368027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4522,,,stu_ZPILJ57870,,1677092374436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4523,,,stu_ZPILJ57870,,1677092376157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4524,,,stu_ZPILJ57870,,1677092377299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4525,,,stu_ZPILJ57870,,1677092379897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4526,,,stu_ZPILJ57870,,1677092381805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4527,,,stu_ZPILJ57870,,1677092382315,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4528,,,stu_ZPILJ57870,,1677092383506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4529,,,stu_ZPILJ57870,,1677092384308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4530,,,stu_ZPILJ57870,,1677092387217,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4531,,,stu_ZPILJ57870,,1677092394341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4532,,,stu_ZPILJ57870,,1677092395554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4533,,,stu_ZPILJ57870,,1677092397337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4534,,,stu_ALJMP09387,,1681406182554,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4535,,,stu_ALJMP09387,,1681406186790,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4536,,,stu_ALJMP09387,,1681406191542,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4537,,,stu_ALJMP09387,,1681406215861,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4538,,,stu_ALJMP09387,,1681406215884,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4539,,,stu_ALJMP09387,,1681406219813,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4540,,,stu_ALJMP09387,,1681406222136,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4541,,,stu_ALJMP09387,,1681406224002,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4542,,,stu_ALJMP09387,,1681406226861,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4543,,,stu_ALJMP09387,,1681406229913,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4544,,,stu_ALJMP09387,,1681406231476,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4545,,,stu_ALJMP09387,,1681406235128,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4546,,,stu_ALJMP09387,,1681406238396,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4547,,,stu_ALJMP09387,,1681406245965,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4548,,,stu_ALJMP09387,,1681406249877,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4549,,,stu_ALJMP09387,,1681406254160,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4550,,,stu_ALJMP09387,,1681406257593,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4551,,,stu_ALJMP09387,,1681406257612,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4552,,,stu_ALJMP09387,,1681406261638,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4553,,,stu_ALJMP09387,,1681406264455,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4554,,,stu_ALJMP09387,,1681406266175,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4555,,,stu_ALJMP09387,,1681406268744,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4556,,,stu_ALJMP09387,,1681406280930,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4557,,,stu_ALJMP09387,,1681406287798,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4558,,,stu_ALJMP09387,,1681406291875,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4559,,,stu_ALJMP09387,,1681406291877,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4560,,,stu_ALJMP09387,,1681406295431,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4561,,,stu_ALJMP09387,,1681406298319,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4562,,,stu_ALJMP09387,,1681406301730,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4563,,,stu_ALJMP09387,,1681406307182,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4564,,,stu_ALJMP09387,,1681406309144,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4565,,,stu_ALJMP09387,,1681406312254,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4566,,,stu_ALJMP09387,,1681406316110,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4567,,,stu_ALJMP09387,,1681406321151,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4568,,,stu_ALJMP09387,,1681406322336,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4569,,,stu_ALJMP09387,,1681406326010,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4570,,,stu_ALJMP09387,,1681406328155,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4571,,,stu_ALJMP09387,,1681406328173,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4572,,,stu_ALJMP09387,,1681406331869,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4573,,,stu_ALJMP09387,,1681406334288,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4574,,,stu_ALJMP09387,,1681406336230,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4575,,,stu_ALJMP09387,,1681406338566,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4576,,,stu_ALJMP09387,,1681406341171,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4577,,,stu_ALJMP09387,,1681406343605,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4578,,,stu_ALJMP09387,,1681406343650,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4579,,,stu_ALJMP09387,,1681406347509,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4580,,,stu_ALJMP09387,,1681406352744,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4581,,,stu_ALJMP09387,,1681406357479,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4582,,,stu_ALJMP09387,,1681406359578,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4583,,,stu_ALJMP09387,,1681406362190,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4584,,,stu_ALJMP09387,,1681406362209,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4585,,,stu_ALJMP09387,,1681406366065,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4586,,,stu_ALJMP09387,,1681406368101,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4587,,,stu_ALJMP09387,,1681406369768,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4588,,,stu_ALJMP09387,,1681406572215,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4589,,,stu_ALJMP09387,,1681406576093,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4590,,,stu_ALJMP09387,,1681406578973,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4591,,,stu_ALJMP09387,,1681406580946,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4592,,,stu_ALJMP09387,,1681406585508,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4593,,,stu_ALJMP09387,,1681406587549,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4594,,,stu_ALJMP09387,,1681406589430,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4595,,,stu_ALJMP09387,,1681406590574,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4596,,,stu_ALJMP09387,,1681406593659,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4597,,,stu_ALJMP09387,,1681406598229,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4598,,,stu_ALJMP09387,,1681406600038,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4599,,,stu_ALJMP09387,,1681406600058,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4600,,,stu_ALJMP09387,,1681406603749,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4601,,,stu_ALJMP09387,,1681406606186,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4602,,,stu_ALJMP09387,,1681406607271,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4603,,,stu_ALJMP09387,,1681406609167,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4604,,,stu_ALJMP09387,,1681406614983,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4605,,,stu_ALJMP09387,,1681406618799,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4606,,,stu_ALJMP09387,,1681406618889,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4607,,,stu_ALJMP09387,,1681406622888,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4608,,,stu_ALJMP09387,,1681406624498,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4609,,,stu_ALJMP09387,,1681406629882,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4610,,,stu_ALJMP09387,,1681406632157,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4611,,,stu_ALJMP09387,,1681406637193,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4612,,,stu_ALJMP09387,,1681406642232,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4613,,,stu_ALJMP09387,,1681406646996,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4614,,,stu_ALJMP09387,,1681406650870,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4615,,,stu_ALJMP09387,,1681406654418,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4616,,,stu_ALJMP09387,,1681406660179,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4617,,,stu_ALJMP09387,,1681406663548,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4618,,,stu_ALJMP09387,,1681406665965,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4619,,,stu_ALJMP09387,,1681406668979,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4620,,,stu_ALJMP09387,,1681406668991,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4621,,,stu_ALJMP09387,,1681406672920,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4622,,,stu_ALJMP09387,,1681406677125,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4623,,,stu_ALJMP09387,,1681406683219,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4624,,,stu_ALJMP09387,,1681406685640,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4625,,,stu_ALJMP09387,,1681406687033,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4626,,,stu_ALJMP09387,,1681406687035,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4627,,,stu_ALJMP09387,,1681406690632,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4628,,,stu_ALJMP09387,,1681406693471,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4629,,,stu_ALJMP09387,,1681406700972,,,,,,ratio_proportion_change3,ratio_proportion_change3-174,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4630,,,stu_BCIXJ84527,,1682440812077,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4631,,,stu_BCIXJ84527,,1682440815975,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4632,,,stu_BCIXJ84527,,1682440818845,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4633,,,stu_BCIXJ84527,,1682440820689,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4634,,,stu_BCIXJ84527,,1682440835347,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4635,,,stu_BCIXJ84527,,1682440839129,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4636,,,stu_BCIXJ84527,,1682440841585,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4637,,,stu_BCIXJ84527,,1682440843179,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4638,,,stu_BCIXJ84527,,1682440852218,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4639,,,stu_BCIXJ84527,,1682440856223,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4640,,,stu_BCIXJ84527,,1682440858736,,,,,,ratio_proportion_change3,ratio_proportion_change3-167,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4641,,,stu_BCIXJ84527,,1682440514010,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4642,,,stu_BCIXJ84527,,1682440516610,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4643,,,stu_BCIXJ84527,,1682440524680,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4644,,,stu_BCIXJ84527,,1682440530836,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4645,,,stu_BCIXJ84527,,1682440533081,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4646,,,stu_BCIXJ84527,,1682440535604,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4647,,,stu_BCIXJ84527,,1682440540625,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4648,,,stu_BCIXJ84527,,1682440541785,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4649,,,stu_BCIXJ84527,,1682440550309,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4650,,,stu_BCIXJ84527,,1682440576272,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4651,,,stu_BCIXJ84527,,1682440580628,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4652,,,stu_BCIXJ84527,,1682440584819,,,,,,ratio_proportion_change3,ratio_proportion_change3-179,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4653,,,stu_CJGVE06112,,1681679053151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4654,,,stu_CJGVE06112,,1681679060199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4655,,,stu_CJGVE06112,,1681679062859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4656,,,stu_CJGVE06112,,1681679070383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4657,,,stu_CJGVE06112,,1681679074844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4658,,,stu_CJGVE06112,,1681679080607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4659,,,stu_CJGVE06112,,1681679083291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4660,,,stu_CJGVE06112,,1681679090685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4661,,,stu_CJGVE06112,,1681679092936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4662,,,stu_CJGVE06112,,1681679095391,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4663,,,stu_CJGVE06112,,1681679109568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4664,,,stu_CJGVE06112,,1681679113811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4665,,,stu_CJGVE06112,,1681679139856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4666,,,stu_CJGVE06112,,1681679142736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4667,,,stu_CJGVE06112,,1681679148720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4668,,,stu_CJGVE06112,,1681679151005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4669,,,stu_CJGVE06112,,1681679153836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4670,,,stu_CJGVE06112,,1681679160172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4671,,,stu_CJGVE06112,,1681679161883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4672,,,stu_CJGVE06112,,1681679164837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4673,,,stu_CJGVE06112,,1681679169551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4674,,,stu_CJGVE06112,,1681679173884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4675,,,stu_PJYKW98737,,1684707973088,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4676,,,stu_PJYKW98737,,1684707996213,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4677,,,stu_PJYKW98737,,1684708001957,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4678,,,stu_PJYKW98737,,1684708004212,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4679,,,stu_PJYKW98737,,1684708008143,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4680,,,stu_PJYKW98737,,1684708010737,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4681,,,stu_PJYKW98737,,1684708012305,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4682,,,stu_PJYKW98737,,1684708018791,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4683,,,stu_PJYKW98737,,1684708031206,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4684,,,stu_PJYKW98737,,1684708033167,,,,,,ratio_proportion_change3,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4685,,,stu_AFMMY15396,,1677194028086,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4686,,,stu_AFMMY15396,,1677194032576,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4687,,,stu_AFMMY15396,,1677194034349,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4688,,,stu_AFMMY15396,,1677194037027,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4689,,,stu_AFMMY15396,,1677194039030,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4690,,,stu_AFMMY15396,,1677194041710,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4691,,,stu_AFMMY15396,,1677194044608,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4692,,,stu_AFMMY15396,,1677194048922,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4693,,,stu_AFMMY15396,,1677194050979,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4694,,,stu_AFMMY15396,,1677194057635,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4695,,,stu_AFMMY15396,,1677194072835,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4696,,,stu_AFMMY15396,,1677194082723,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4697,,,stu_AFMMY15396,,1677194085911,,,,,,ratio_proportion_change3,ratio_proportion_change3-115,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4698,,,stu_AFMMY15396,,1677193310820,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4699,,,stu_AFMMY15396,,1677193310865,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4700,,,stu_AFMMY15396,,1677193313146,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4701,,,stu_AFMMY15396,,1677193320229,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4702,,,stu_AFMMY15396,,1677193324478,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4703,,,stu_AFMMY15396,,1677193330681,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4704,,,stu_AFMMY15396,,1677193333016,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4705,,,stu_AFMMY15396,,1677193337391,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4706,,,stu_AFMMY15396,,1677193341331,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4707,,,stu_AFMMY15396,,1677193347100,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4708,,,stu_AFMMY15396,,1677193349386,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4709,,,stu_AFMMY15396,,1677193355667,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4710,,,stu_AFMMY15396,,1677193359952,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4711,,,stu_AFMMY15396,,1677193363536,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4712,,,stu_AFMMY15396,,1677193372884,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4713,,,stu_AFMMY15396,,1677193399363,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4714,,,stu_AFMMY15396,,1677193406153,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4715,,,stu_AFMMY15396,,1677193408652,,,,,,ratio_proportion_change3,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-4716,,,stu_DTEUN42472,,1667182716375,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4717,,,stu_DTEUN42472,,1667182723308,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4718,,,stu_DTEUN42472,,1667182728100,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4719,,,stu_DTEUN42472,,1667182732576,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4720,,,stu_DTEUN42472,,1667182745231,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4721,,,stu_DTEUN42472,,1667182746961,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4722,,,stu_DTEUN42472,,1667182750291,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4723,,,stu_DTEUN42472,,1667182755474,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4724,,,stu_DTEUN42472,,1667182757398,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4725,,,stu_DTEUN42472,,1667182759608,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4726,,,stu_DTEUN42472,,1667182765832,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4727,,,stu_DTEUN42472,,1667182768723,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4728,,,stu_DTEUN42472,,1667182768741,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4729,,,stu_DTEUN42472,,1667182771787,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4730,,,stu_DTEUN42472,,1667182775588,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4731,,,stu_DTEUN42472,,1667182780174,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4732,,,stu_DTEUN42472,,1667182797100,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4733,,,stu_DTEUN42472,,1667182811650,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4734,,,stu_DTEUN42472,,1667182814938,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4735,,,stu_DTEUN42472,,1667182818309,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4736,,,stu_DTEUN42472,,1667182823373,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4737,,,stu_DTEUN42472,,1667182827071,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4738,,,stu_DTEUN42472,,1667182830838,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4739,,,stu_DTEUN42472,,1667182832539,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4740,,,stu_DTEUN42472,,1667182836683,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4741,,,stu_DTEUN42472,,1667182840898,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4742,,,stu_DTEUN42472,,1667182844090,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4743,,,stu_DTEUN42472,,1667182850098,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4744,,,stu_DTEUN42472,,1667182852281,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4745,,,stu_DTEUN42472,,1667182855728,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4746,,,stu_DTEUN42472,,1667182859892,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4747,,,stu_DTEUN42472,,1667182864182,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4748,,,stu_DTEUN42472,,1667182887024,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4749,,,stu_DTEUN42472,,1667182891163,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4750,,,stu_DTEUN42472,,1667182895648,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4751,,,stu_DTEUN42472,,1667182898671,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4752,,,stu_DTEUN42472,,1667182905127,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4753,,,stu_DTEUN42472,,1667237331083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4754,,,stu_DTEUN42472,,1667237336698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4755,,,stu_DTEUN42472,,1667237338023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4756,,,stu_DTEUN42472,,1667237341868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4757,,,stu_DTEUN42472,,1667237359976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4758,,,stu_DTEUN42472,,1667237362704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4759,,,stu_DTEUN42472,,1667237364426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4760,,,stu_DTEUN42472,,1667237367400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4761,,,stu_DTEUN42472,,1667237368853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4762,,,stu_DTEUN42472,,1667237408620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4763,,,stu_DTEUN42472,,1667237412600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4764,,,stu_DTEUN42472,,1667237418844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4765,,,stu_DTEUN42472,,1667237422078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4766,,,stu_DTEUN42472,,1667237425454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4767,,,stu_DTEUN42472,,1667237429079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4768,,,stu_DTEUN42472,,1667237431955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4769,,,stu_DTEUN42472,,1667237448879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4770,,,stu_DTEUN42472,,1667237451629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4771,,,stu_DTEUN42472,,1667237453796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4772,,,stu_DTEUN42472,,1667237455705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4773,,,stu_DTEUN42472,,1667237459931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4774,,,stu_DTEUN42472,,1667237463117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4775,,,stu_DTEUN42472,,1667237463152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4776,,,stu_DTEUN42472,,1667237467267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4777,,,stu_DTEUN42472,,1667237472012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4778,,,stu_DTEUN42472,,1667237473948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-080,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-4779,,,stu_DLUVS72989,,1665597869920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4780,,,stu_DLUVS72989,,1665597876798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4781,,,stu_DLUVS72989,,1665597880441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4782,,,stu_DLUVS72989,,1665597883226,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4783,,,stu_DLUVS72989,,1665597887173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4784,,,stu_DLUVS72989,,1665597896079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4785,,,stu_DLUVS72989,,1665597897584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4786,,,stu_DLUVS72989,,1665597903581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4787,,,stu_DLUVS72989,,1665597907849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4788,,,stu_DLUVS72989,,1665597909227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4789,,,stu_DLUVS72989,,1665597910289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4790,,,stu_DLUVS72989,,1665597913398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4791,,,stu_DLUVS72989,,1665597918220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4792,,,stu_QKICV58145,,1676083145837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4793,,,stu_QKICV58145,,1676083236720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4794,,,stu_QKICV58145,,1676083522031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4795,,,stu_QKICV58145,,1676083532603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4796,,,stu_QKICV58145,,1676083554982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4797,,,stu_QKICV58145,,1676083557523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4798,,,stu_QKICV58145,,1676083562532,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4799,,,stu_QKICV58145,,1676083564083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4800,,,stu_QKICV58145,,1676083569929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4801,,,stu_QKICV58145,,1676083604062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-4802,,,stu_EYKUQ20140,,1666621074914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4803,,,stu_EYKUQ20140,,1666621078875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4804,,,stu_EYKUQ20140,,1666621083646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4805,,,stu_EYKUQ20140,,1666621085898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4806,,,stu_EYKUQ20140,,1666621094463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4807,,,stu_EYKUQ20140,,1666621096945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4808,,,stu_EYKUQ20140,,1666621098582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4809,,,stu_EYKUQ20140,,1666621105540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4810,,,stu_EYKUQ20140,,1666621108472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4811,,,stu_EYKUQ20140,,1666621111264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4812,,,stu_EYKUQ20140,,1666621115731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4813,,,stu_EYKUQ20140,,1666621123489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4814,,,stu_EYKUQ20140,,1666621131991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4815,,,stu_EYKUQ20140,,1666621166349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4816,,,stu_EYKUQ20140,,1666621166375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4817,,,stu_EYKUQ20140,,1666621173956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4818,,,stu_EYKUQ20140,,1666621180229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4819,,,stu_EYKUQ20140,,1666621187411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4820,,,stu_EYKUQ20140,,1666621189787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-4821,,,stu_FSCSB52014,,1676662743745,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4822,,,stu_FSCSB52014,,1676662747776,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4823,,,stu_FSCSB52014,,1676662763121,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4824,,,stu_FSCSB52014,,1676662766618,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4825,,,stu_FSCSB52014,,1676662769887,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4826,,,stu_FSCSB52014,,1676662784698,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4827,,,stu_FSCSB52014,,1676662786506,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4828,,,stu_FSCSB52014,,1676662789930,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4829,,,stu_FSCSB52014,,1676662792872,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4830,,,stu_FSCSB52014,,1676662802682,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4831,,,stu_FSCSB52014,,1676662807762,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4832,,,stu_FSCSB52014,,1676662808837,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4833,,,stu_FSCSB52014,,1676662811039,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4834,,,stu_FSCSB52014,,1676662818465,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4835,,,stu_FSCSB52014,,1676662818483,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4836,,,stu_FSCSB52014,,1676662830130,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4837,,,stu_FSCSB52014,,1676662836169,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow1:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4838,,,stu_FSCSB52014,,1676662838756,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4839,,,stu_FSCSB52014,,1676662840550,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4840,,,stu_FSCSB52014,,1676662854228,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4841,,,stu_FSCSB52014,,1676662859145,,,,,,ratio_proportion_change3,ratio_proportion_change3-161,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-4842,,,stu_VQNBF34079,,1677447090562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4843,,,stu_VQNBF34079,,1677447097312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4844,,,stu_VQNBF34079,,1677447105458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4845,,,stu_VQNBF34079,,1677447108206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4846,,,stu_VQNBF34079,,1677447111275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4847,,,stu_VQNBF34079,,1677447113928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4848,,,stu_VQNBF34079,,1677447254559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4849,,,stu_VQNBF34079,,1677447277339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4850,,,stu_VQNBF34079,,1677447279108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4851,,,stu_VQNBF34079,,1677447282465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4852,,,stu_VQNBF34079,,1677447287657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4853,,,stu_VQNBF34079,,1677447297036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4854,,,stu_VQNBF34079,,1677447301378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4855,,,stu_VQNBF34079,,1677447309248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4856,,,stu_VQNBF34079,,1677447316688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4857,,,stu_VQNBF34079,,1677447327469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4858,,,stu_VQNBF34079,,1677447334511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4859,,,stu_VQNBF34079,,1677447337718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4860,,,stu_VQNBF34079,,1677554095965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4861,,,stu_VQNBF34079,,1677554095987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4862,,,stu_VQNBF34079,,1677554096964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4863,,,stu_VQNBF34079,,1677554126020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4864,,,stu_VQNBF34079,,1677554131115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4865,,,stu_VQNBF34079,,1677554133880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4866,,,stu_VQNBF34079,,1677554135865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4867,,,stu_VQNBF34079,,1677554188522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4868,,,stu_VQNBF34079,,1677554190148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4869,,,stu_VQNBF34079,,1677554191762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4870,,,stu_VQNBF34079,,1677554196447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4871,,,stu_VQNBF34079,,1677554202047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4872,,,stu_VQNBF34079,,1677554209570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4873,,,stu_VQNBF34079,,1677554212399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4874,,,stu_VQNBF34079,,1677554214259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4875,,,stu_WCCLS82815,,1678239308951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4876,,,stu_WCCLS82815,,1678239309015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4877,,,stu_WCCLS82815,,1678239310791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4878,,,stu_WCCLS82815,,1678239315292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4879,,,stu_WCCLS82815,,1678239319288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4880,,,stu_WCCLS82815,,1678239321354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4881,,,stu_WCCLS82815,,1678239322788,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4882,,,stu_WCCLS82815,,1678239326110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4883,,,stu_WCCLS82815,,1678239327750,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4884,,,stu_WCCLS82815,,1678239341572,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4885,,,stu_WCCLS82815,,1678239347933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4886,,,stu_WCCLS82815,,1678239443174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4887,,,stu_WCCLS82815,,1678239447653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4888,,,stu_WCCLS82815,,1678239452783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4889,,,stu_WCCLS82815,,1678239454127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4890,,,stu_WCCLS82815,,1678239455475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4891,,,stu_WCCLS82815,,1678239460152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4892,,,stu_WCCLS82815,,1678239465242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4893,,,stu_WCCLS82815,,1678239467791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4894,,,stu_WCCLS82815,,1678239470171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4895,,,stu_WCCLS82815,,1678239472199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-4896,,,stu_DQPRV39017,,1675884769074,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4897,,,stu_DQPRV39017,,1675884779588,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4898,,,stu_DQPRV39017,,1675884782699,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4899,,,stu_DQPRV39017,,1675884784531,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4900,,,stu_DQPRV39017,,1675884788233,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4901,,,stu_DQPRV39017,,1675884793742,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4902,,,stu_DQPRV39017,,1675884794964,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4903,,,stu_DQPRV39017,,1675884798745,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4904,,,stu_DQPRV39017,,1675884802461,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4905,,,stu_DQPRV39017,,1675884807427,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4906,,,stu_DQPRV39017,,1675884814370,,,,,,ratio_proportion_change3,ratio_proportion_change3-117,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4907,,,stu_DQPRV39017,,1675884827780,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4908,,,stu_DQPRV39017,,1675884830519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4909,,,stu_DQPRV39017,,1675884834275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4910,,,stu_DQPRV39017,,1675884836018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4911,,,stu_DQPRV39017,,1675884839796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4912,,,stu_DQPRV39017,,1675884842284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4913,,,stu_DQPRV39017,,1675884843296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4914,,,stu_DQPRV39017,,1675884845841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4915,,,stu_DQPRV39017,,1675884849863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-4916,,,stu_DQPRV39017,,1675884853430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
+1,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+2,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+3,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+4,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+5,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+6,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+7,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+8,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+9,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+10,,,stu_CJCOF94733,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+11,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+12,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+13,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+14,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+15,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+16,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+17,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+18,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+19,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+20,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+21,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+22,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+23,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+24,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+25,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+26,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+27,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+28,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+29,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+30,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+31,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+32,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+33,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+34,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+35,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+36,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+37,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+38,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+39,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+40,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+41,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+42,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+43,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+44,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+45,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+46,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+47,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+48,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+49,,,stu_IUOCV11342,,0,14,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+50,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+51,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+52,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+53,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+54,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+55,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+56,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+57,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+58,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+59,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+60,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+61,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+62,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+63,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+64,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+65,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+66,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+67,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+68,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+69,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+70,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+71,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+72,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+73,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+74,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+75,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+76,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+77,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+78,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+79,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+80,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+81,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+82,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+83,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+84,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+85,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+86,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+87,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+88,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+89,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+90,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+91,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+92,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+93,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+94,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+95,,,stu_GWJVP81566,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+96,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+97,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+98,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+99,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+100,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+101,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+102,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+103,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+104,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+105,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+106,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+107,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+108,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+109,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+110,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+111,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+112,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+113,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+114,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+115,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+116,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+117,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+118,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+119,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+120,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+121,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+122,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+123,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+124,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+125,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+126,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+127,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+128,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+129,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+130,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+131,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+132,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+133,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+134,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+135,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+136,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+137,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+138,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+139,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+140,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+141,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+142,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+143,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+144,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+145,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+146,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+147,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+148,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+149,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+150,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+151,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+152,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+153,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+154,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+155,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+156,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+157,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+158,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+159,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+160,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+161,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+162,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+163,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+164,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+165,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+166,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+167,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+168,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+169,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+170,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+171,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+172,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+173,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+174,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+175,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+176,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+177,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+178,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+179,,,stu_LLPBR01433,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+180,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+181,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+182,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+183,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+184,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+185,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+186,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+187,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+188,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+189,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+190,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+191,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+192,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+193,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+194,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+195,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+196,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+197,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+198,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+199,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+200,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+201,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+202,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+203,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+204,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+205,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+206,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+207,,,stu_PLNKF76551,,0,17,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+208,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+209,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+210,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+211,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+212,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+213,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+214,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+215,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+216,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+217,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+218,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+219,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+220,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+221,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+222,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+223,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+224,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+225,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+226,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+227,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+228,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+229,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+230,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+231,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+232,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+233,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+234,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+235,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+236,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+237,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+238,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+239,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+240,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+241,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+242,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+243,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+244,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+245,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+246,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+247,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+248,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+249,,,stu_PLNKF76551,,0,20,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+250,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+251,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+252,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+253,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+254,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+255,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+256,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+257,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+258,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+259,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+260,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+261,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+262,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+263,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+264,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+265,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+266,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+267,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+268,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+269,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+270,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+271,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+272,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+273,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+274,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+275,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+276,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+277,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+278,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+279,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+280,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+281,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+282,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+283,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+284,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+285,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+286,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+287,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+288,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+289,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+290,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+291,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+292,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+293,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+294,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+295,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+296,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+297,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+298,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+299,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+300,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+301,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+302,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+303,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+304,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+305,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+306,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+307,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+308,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+309,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+310,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+311,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+312,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+313,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+314,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+315,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+316,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+317,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+318,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+319,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+320,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+321,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+322,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+323,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+324,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+325,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+326,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+327,,,stu_XXQFB42133,,0,16,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+328,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+329,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+330,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+331,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+332,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+333,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+334,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+335,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+336,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+337,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+338,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+339,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+340,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+341,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+342,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+343,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+344,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+345,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+346,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+347,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+348,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+349,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+350,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+351,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+352,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+353,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+354,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+355,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+356,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+357,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+358,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+359,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+360,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+361,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+362,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+363,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+364,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+365,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+366,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+367,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+368,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+369,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+370,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+371,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+372,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+373,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+374,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+375,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+376,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+377,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+378,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+379,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+380,,,stu_XXQFB42133,,0,19,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+381,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+382,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+383,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+384,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+385,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+386,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+387,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+388,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+389,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+390,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+391,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+392,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+393,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+394,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+395,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+396,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+397,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+398,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+399,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+400,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+401,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+402,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+403,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+404,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+405,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+406,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+407,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+408,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+409,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+410,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+411,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+412,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+413,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+414,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+415,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+416,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+417,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+418,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+419,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+420,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+421,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+422,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+423,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+424,,,stu_XXQFB42133,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+425,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+426,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+427,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+428,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+429,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+430,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+431,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+432,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+433,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+434,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+435,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+436,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+437,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+438,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+439,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+440,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+441,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+442,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+443,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+444,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+445,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+446,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+447,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+448,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+449,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+450,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+451,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+452,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+453,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+454,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+455,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+456,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+457,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+458,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+459,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+460,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+461,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+462,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+463,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+464,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+465,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+466,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+467,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+468,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+469,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+470,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+471,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+472,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+473,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+474,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+475,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+476,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+477,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+478,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+479,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+480,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+481,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+482,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+483,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+484,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+485,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+486,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+487,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+488,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+489,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+490,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+491,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+492,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+493,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+494,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+495,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+496,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+497,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+498,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+499,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+500,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+501,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+502,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+503,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+504,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+505,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+506,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+507,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+508,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+509,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+510,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+511,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+512,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+513,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+514,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+515,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+516,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+517,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+518,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+519,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+520,,,stu_TPPQB31959,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+521,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+522,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+523,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+524,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+525,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+526,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+527,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+528,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+529,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+530,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+531,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+532,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+533,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+534,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+535,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+536,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+537,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+538,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+539,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+540,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+541,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+542,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+543,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+544,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+545,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+546,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+547,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+548,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+549,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+550,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+551,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+552,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+553,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+554,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+555,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+556,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+557,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+558,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+559,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+560,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+561,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+562,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+563,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+564,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+565,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+566,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+567,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+568,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+569,,,stu_DUJZF11107,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+570,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+571,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+572,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+573,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+574,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+575,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+576,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+577,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+578,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+579,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+580,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+581,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+582,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+583,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+584,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+585,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+586,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+587,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+588,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+589,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+590,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+591,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+592,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+593,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+594,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+595,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+596,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+597,,,stu_OYUBW69299,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+598,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+599,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+600,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+601,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+602,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+603,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+604,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+605,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+606,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+607,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+608,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+609,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+610,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+611,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+612,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+613,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+614,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+615,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+616,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+617,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+618,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+619,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+620,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+621,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+622,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+623,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+624,,,stu_OYUBW69299,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+625,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+626,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+627,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+628,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+629,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+630,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+631,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+632,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+633,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+634,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+635,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+636,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+637,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+638,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+639,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+640,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+641,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+642,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+643,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+644,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+645,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+646,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+647,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+648,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+649,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+650,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+651,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+652,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+653,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+654,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+655,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+656,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+657,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+658,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+659,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+660,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+661,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+662,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+663,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+664,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+665,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+666,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+667,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+668,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+669,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+670,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+671,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+672,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+673,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+674,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+675,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+676,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+677,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+678,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+679,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+680,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+681,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+682,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+683,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+684,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+685,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+686,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+687,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+688,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+689,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+690,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+691,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+692,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+693,,,stu_QHLLQ56707,,0,17,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+694,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+695,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+696,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+697,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+698,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+699,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+700,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+701,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+702,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+703,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+704,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+705,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+706,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+707,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+708,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+709,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+710,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+711,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+712,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+713,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+714,,,stu_AVUDK50895,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+715,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+716,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+717,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+718,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+719,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+720,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+721,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+722,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+723,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+724,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+725,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+726,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+727,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+728,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+729,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+730,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+731,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+732,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+733,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+734,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+735,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+736,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+737,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+738,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+739,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+740,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+741,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+742,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+743,,,stu_FOPCP82734,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+744,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+745,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+746,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+747,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+748,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+749,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+750,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+751,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+752,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+753,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+754,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+755,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+756,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+757,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+758,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+759,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+760,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+761,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+762,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+763,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+764,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+765,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+766,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+767,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+768,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+769,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+770,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+771,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+772,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+773,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+774,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+775,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+776,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+777,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+778,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+779,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+780,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+781,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+782,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+783,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+784,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+785,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+786,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+787,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+788,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+789,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+790,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+791,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+792,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+793,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+794,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+795,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+796,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+797,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+798,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+799,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+800,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+801,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+802,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+803,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+804,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+805,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+806,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+807,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+808,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+809,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+810,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+811,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+812,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+813,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+814,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+815,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+816,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+817,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+818,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+819,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+820,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+821,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+822,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+823,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+824,,,stu_FOPCP82734,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+825,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+826,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+827,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+828,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+829,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+830,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+831,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+832,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+833,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+834,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+835,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+836,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+837,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+838,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+839,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+840,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+841,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+842,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+843,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+844,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+845,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+846,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+847,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+848,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+849,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+850,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+851,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+852,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+853,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+854,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+855,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+856,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+857,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+858,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+859,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+860,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+861,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+862,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+863,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+864,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+865,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+866,,,stu_LPIWS26134,,0,19,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+867,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+868,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+869,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+870,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+871,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+872,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+873,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+874,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+875,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+876,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+877,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+878,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+879,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+880,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+881,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+882,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+883,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+884,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+885,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+886,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+887,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+888,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+889,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+890,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+891,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+892,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+893,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+894,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+895,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+896,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+897,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+898,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+899,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+900,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+901,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+902,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+903,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+904,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+905,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+906,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+907,,,stu_LPIWS26134,,0,10,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+908,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+909,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+910,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+911,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+912,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+913,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+914,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+915,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+916,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+917,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+918,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+919,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+920,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+921,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+922,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+923,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+924,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+925,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+926,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+927,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+928,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+929,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+930,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+931,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+932,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+933,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+934,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+935,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+936,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+937,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+938,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+939,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+940,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+941,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+942,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+943,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+944,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+945,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+946,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+947,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+948,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+949,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+950,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+951,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+952,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+953,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+954,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+955,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+956,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+957,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+958,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+959,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+960,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+961,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+962,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+963,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+964,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+965,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+966,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,6,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+967,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+968,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+969,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+970,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+971,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+972,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+973,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+974,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+975,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+976,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+977,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+978,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+979,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+980,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+981,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+982,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+983,,,stu_OEIKW99788,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+984,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+985,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+986,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+987,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+988,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+989,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+990,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+991,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+992,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+993,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+994,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+995,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+996,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+997,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+998,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+999,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1000,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1001,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1002,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1003,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1004,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1005,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1006,,,stu_EMCQB50125,,0,16,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1007,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1008,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1009,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1010,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1011,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1012,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1013,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1014,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1015,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1016,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1017,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1018,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1019,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1020,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1021,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1022,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1023,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1024,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1025,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1026,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1027,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1028,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1029,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1030,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1031,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1032,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1033,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1034,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1035,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1036,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1037,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1038,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1039,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1040,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1041,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1042,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1043,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1044,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1045,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1046,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1047,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1048,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1049,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1050,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1051,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1052,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1053,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1054,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1055,,,stu_OFAWZ20341,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1056,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1057,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1058,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1059,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1060,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1061,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1062,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1063,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1064,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1065,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1066,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1067,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1068,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1069,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1070,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1071,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1072,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1073,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1074,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1075,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1076,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1077,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1078,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1079,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1080,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1081,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1082,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1083,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1084,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1085,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1086,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1087,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1088,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1089,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1090,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1091,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1092,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1093,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1094,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1095,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1096,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1097,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1098,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1099,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1100,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1101,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1102,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1103,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1104,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1105,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1106,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1107,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1108,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1109,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1110,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1111,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1112,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1113,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1114,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1115,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1116,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1117,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1118,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1119,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1120,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1121,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1122,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1123,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1124,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1125,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1126,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1127,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1128,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1129,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1130,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1131,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1132,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1133,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1134,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1135,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1136,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1137,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1138,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1139,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1140,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1141,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1142,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1143,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1144,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1145,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1146,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1147,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1148,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1149,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1150,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1151,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1152,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1153,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1154,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1155,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1156,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1157,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1158,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1159,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1160,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1161,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1162,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1163,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1164,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1165,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1166,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1167,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1168,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1169,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1170,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1171,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1172,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1173,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1174,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1175,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1176,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1177,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1178,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1179,,,stu_ZCCEZ61171,,0,12,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1180,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1181,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1182,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1183,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1184,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1185,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1186,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1187,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1188,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1189,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1190,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1191,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1192,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1193,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1194,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1195,,,stu_ZCCEZ61171,,0,15,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1196,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1197,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1198,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1199,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1200,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1201,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1202,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1203,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1204,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1205,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1206,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1207,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1208,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1209,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1210,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1211,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1212,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1213,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1214,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1215,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1216,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1217,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1218,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1219,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1220,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1221,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1222,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1223,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1224,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1225,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1226,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1227,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1228,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1229,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1230,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1231,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1232,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1233,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1234,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1235,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1236,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1237,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1238,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1239,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1240,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1241,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1242,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1243,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1244,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1245,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1246,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1247,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1248,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1249,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1250,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1251,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1252,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1253,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1254,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1255,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1256,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1257,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1258,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1259,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1260,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1261,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1262,,,stu_NEVHJ51728,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1263,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1264,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1265,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1266,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1267,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1268,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1269,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1270,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1271,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1272,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1273,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1274,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1275,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1276,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1277,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1278,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1279,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1280,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1281,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1282,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1283,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1284,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1285,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1286,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1287,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1288,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1289,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1290,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1291,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1292,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1293,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1294,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1295,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1296,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1297,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1298,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1299,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1300,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1301,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1302,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1303,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1304,,,stu_WJXAA37270,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1305,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1306,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1307,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1308,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1309,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1310,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1311,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1312,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1313,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1314,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1315,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1316,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1317,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1318,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1319,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1320,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1321,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1322,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1323,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1324,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1325,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1326,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1327,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1328,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1329,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1330,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1331,,,stu_ZVBHX15762,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1332,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1333,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1334,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1335,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1336,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1337,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1338,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1339,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1340,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1341,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1342,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1343,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1344,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1345,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1346,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1347,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1348,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1349,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1350,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1351,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1352,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1353,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1354,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1355,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1356,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1357,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1358,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1359,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1360,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1361,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1362,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1363,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1364,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1365,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1366,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1367,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1368,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1369,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1370,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1371,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1372,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1373,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1374,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1375,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1376,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1377,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1378,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1379,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1380,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1381,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1382,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1383,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1384,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1385,,,stu_DNRSG11508,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1386,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1387,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1388,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1389,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1390,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1391,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1392,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1393,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1394,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1395,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1396,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1397,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1398,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1399,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1400,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1401,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1402,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1403,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1404,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1405,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1406,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1407,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1408,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1409,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1410,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1411,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1412,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1413,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1414,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1415,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1416,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1417,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1418,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1419,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1420,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1421,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1422,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1423,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1424,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1425,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1426,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1427,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1428,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1429,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1430,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1431,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1432,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1433,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1434,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1435,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1436,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1437,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1438,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1439,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1440,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1441,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1442,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1443,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1444,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1445,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1446,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1447,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1448,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1449,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1450,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1451,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1452,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1453,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+1454,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1455,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1456,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1457,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1458,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1459,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1460,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1461,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1462,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1463,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1464,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1465,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1466,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1467,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1468,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1469,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1470,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1471,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1472,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1473,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1474,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1475,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1476,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1477,,,stu_SDBWH37701,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1478,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1479,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1480,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1481,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1482,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1483,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1484,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1485,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1486,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1487,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1488,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1489,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1490,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1491,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1492,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1493,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1494,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1495,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1496,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1497,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1498,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1499,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1500,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1501,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1502,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1503,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1504,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1505,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1506,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1507,,,stu_SDBWH37701,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1508,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1509,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1510,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1511,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1512,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1513,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1514,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1515,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1516,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1517,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1518,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1519,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1520,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1521,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1522,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1523,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1524,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1525,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1526,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1527,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1528,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1529,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1530,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1531,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1532,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1533,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1534,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1535,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1536,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1537,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1538,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1539,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1540,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1541,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1542,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1543,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1544,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1545,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1546,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1547,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1548,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1549,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1550,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1551,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1552,,,stu_GTDKR66030,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1553,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1554,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1555,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1556,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1557,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1558,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1559,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1560,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1561,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1562,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1563,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1564,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1565,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1566,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1567,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1568,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1569,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1570,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1571,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1572,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1573,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1574,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1575,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1576,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1577,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1578,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1579,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1580,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1581,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1582,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1583,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-173,ratio_proportion_change3-173,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1584,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1585,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1586,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1587,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1588,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1589,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1590,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1591,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1592,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1593,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1594,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1595,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1596,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1597,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1598,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1599,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1600,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1601,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1602,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1603,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1604,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1605,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1606,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1607,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1608,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1609,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1610,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1611,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1612,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1613,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1614,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1615,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1616,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1617,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1618,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1619,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1620,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1621,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1622,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1623,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1624,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1625,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1626,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1627,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1628,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1629,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1630,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1631,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1632,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1633,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1634,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1635,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1636,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1637,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1638,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1639,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1640,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1641,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1642,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1643,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1644,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1645,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1646,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1647,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1648,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1649,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1650,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1651,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1652,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1653,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1654,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1655,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1656,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1657,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1658,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1659,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1660,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1661,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1662,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1663,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1664,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1665,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1666,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1667,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1668,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1669,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1670,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1671,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1672,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1673,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1674,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1675,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1676,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1677,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1678,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1679,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1680,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1681,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1682,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1683,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1684,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1685,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1686,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1687,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1688,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1689,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1690,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1691,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1692,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1693,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1694,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1695,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1696,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1697,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1698,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1699,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1700,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1701,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1702,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1703,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1704,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1705,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1706,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1707,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1708,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1709,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1710,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1711,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1712,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1713,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1714,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1715,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1716,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1717,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1718,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1719,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1720,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1721,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1722,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1723,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1724,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1725,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1726,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1727,,,stu_XSFKP02333,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1728,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1729,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1730,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1731,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1732,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1733,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1734,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1735,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1736,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1737,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1738,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1739,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1740,,,stu_XSFKP02333,,0,13,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1741,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1742,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1743,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1744,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1745,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1746,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1747,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1748,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1749,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1750,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1751,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1752,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1753,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1754,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1755,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1756,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1757,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1758,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1759,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1760,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1761,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1762,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1763,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1764,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1765,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1766,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1767,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1768,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1769,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1770,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1771,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1772,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1773,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1774,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1775,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1776,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1777,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1778,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1779,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1780,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1781,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1782,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1783,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1784,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1785,,,stu_GZLKR40681,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1786,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1787,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1788,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1789,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1790,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1791,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1792,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1793,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1794,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1795,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1796,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1797,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1798,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1799,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1800,,,stu_NQVHI43338,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1801,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1802,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1803,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1804,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1805,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1806,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1807,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1808,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1809,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1810,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1811,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1812,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1813,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1814,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1815,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1816,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1817,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1818,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1819,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1820,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1821,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1822,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1823,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1824,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1825,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1826,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1827,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1828,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1829,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1830,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1831,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1832,,,stu_NQVHI43338,,0,10,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1833,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1834,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1835,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1836,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1837,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1838,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1839,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1840,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1841,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1842,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1843,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1844,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1845,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1846,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1847,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1848,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1849,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1850,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1851,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1852,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1853,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1854,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1855,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1856,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1857,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1858,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1859,,,stu_ODTRE15709,,0,15,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1860,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1861,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1862,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1863,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1864,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1865,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1866,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1867,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1868,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1869,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1870,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1871,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1872,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1873,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1874,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1875,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1876,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1877,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1878,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1879,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1880,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1881,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1882,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1883,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1884,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1885,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1886,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1887,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1888,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1889,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1890,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1891,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1892,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1893,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1894,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1895,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1896,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1897,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1898,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1899,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1900,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1901,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1902,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1903,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1904,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1905,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1906,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1907,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1908,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1909,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1910,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1911,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1912,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1913,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1914,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1915,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1916,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1917,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1918,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1919,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1920,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1921,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1922,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1923,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1924,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1925,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1926,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1927,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1928,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1929,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1930,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1931,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1932,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1933,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1934,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1935,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1936,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1937,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1938,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1939,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1940,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1941,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1942,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1943,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1944,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1945,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1946,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1947,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1948,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1949,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1950,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1951,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1952,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1953,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1954,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1955,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1956,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1957,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1958,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1959,,,stu_ODTRE15709,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1960,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1961,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1962,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1963,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1964,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1965,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1966,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1967,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1968,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1969,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1970,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1971,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1972,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1973,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1974,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1975,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1976,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1977,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1978,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1979,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1980,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1981,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1982,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1983,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1984,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1985,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1986,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1987,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1988,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1989,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1990,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1991,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1992,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1993,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1994,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1995,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1996,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1997,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1998,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1999,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2000,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2001,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2002,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2003,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2004,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2005,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2006,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2007,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2008,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2009,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2010,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2011,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2012,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2013,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2014,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2015,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2016,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2017,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2018,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2019,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2020,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2021,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2022,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2023,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2024,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2025,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2026,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2027,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2028,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2029,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2030,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2031,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2032,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2033,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2034,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2035,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2036,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2037,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2038,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2039,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2040,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2041,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2042,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2043,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2044,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2045,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2046,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2047,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2048,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2049,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2050,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2051,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2052,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2053,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2054,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2055,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2056,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,7,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2057,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2058,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2059,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2060,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2061,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2062,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2063,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2064,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2065,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2066,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2067,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,9,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2068,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2069,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2070,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2071,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2072,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2073,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2074,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2075,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2076,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2077,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2078,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2079,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2080,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2081,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2082,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2083,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2084,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2085,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2086,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2087,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2088,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2089,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2090,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2091,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2092,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2093,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2094,,,stu_NJGMG38876,,0,17,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2095,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2096,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2097,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2098,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2099,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2100,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2101,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2102,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2103,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2104,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2105,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2106,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2107,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2108,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2109,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2110,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2111,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2112,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2113,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2114,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2115,,,stu_TYXFY91069,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2116,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2117,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2118,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2119,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2120,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2121,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2122,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2123,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2124,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2125,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2126,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2127,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2128,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2129,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2130,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2131,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2132,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2133,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2134,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2135,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2136,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2137,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2138,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2139,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2140,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2141,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2142,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2143,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2144,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2145,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+2146,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2147,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2148,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2149,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2150,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2151,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2152,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2153,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2154,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2155,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2156,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2157,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2158,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2159,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2160,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2161,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2162,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2163,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2164,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2165,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2166,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2167,,,stu_ZQPDY93225,,0,16,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2168,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2169,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2170,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2171,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2172,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2173,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2174,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2175,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2176,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2177,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2178,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2179,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2180,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2181,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2182,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2183,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2184,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2185,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2186,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2187,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2188,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2189,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2190,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2191,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2192,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2193,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2194,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2195,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2196,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2197,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2198,,,stu_ZQPDY93225,,0,18,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2199,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2200,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2201,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2202,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2203,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2204,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2205,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2206,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2207,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2208,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2209,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2210,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2211,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2212,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2213,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2214,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2215,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2216,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2217,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2218,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2219,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2220,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2221,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2222,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2223,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2224,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2225,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2226,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2227,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2228,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2229,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2230,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2231,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2232,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2233,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2234,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2235,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2236,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2237,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2238,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2239,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2240,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2241,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2242,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2243,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2244,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2245,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2246,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2247,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2248,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2249,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2250,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2251,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2252,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2253,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2254,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2255,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2256,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2257,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2258,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2259,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2260,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2261,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2262,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2263,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2264,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2265,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2266,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2267,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2268,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2269,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2270,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2271,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2272,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2273,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2274,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2275,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2276,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2277,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2278,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2279,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2280,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2281,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2282,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2283,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2284,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2285,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2286,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2287,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2288,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2289,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2290,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2291,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2292,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2293,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2294,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2295,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2296,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2297,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2298,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2299,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2300,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2301,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2302,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2303,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2304,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2305,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2306,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2307,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2308,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2309,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2310,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2311,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2312,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2313,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2314,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2315,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2316,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2317,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2318,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2319,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2320,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2321,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2322,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2323,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2324,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2325,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2326,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2327,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2328,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2329,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2330,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2331,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2332,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2333,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2334,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2335,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2336,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2337,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2338,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2339,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2340,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2341,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2342,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2343,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2344,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2345,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2346,,,stu_HZRZM64658,,0,21,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2347,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2348,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2349,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2350,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2351,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2352,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2353,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2354,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2355,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2356,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2357,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2358,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2359,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2360,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2361,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2362,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2363,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2364,,,stu_HZRZM64658,,0,11,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2365,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2366,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2367,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2368,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2369,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2370,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2371,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2372,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2373,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2374,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2375,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2376,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2377,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2378,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2379,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2380,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2381,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2382,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2383,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2384,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2385,,,stu_SUHGS67305,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2386,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2387,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2388,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2389,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2390,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2391,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2392,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2393,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2394,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2395,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2396,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2397,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2398,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2399,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2400,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2401,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2402,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2403,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2404,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2405,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2406,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2407,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2408,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2409,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2410,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2411,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2412,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2413,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2414,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2415,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2416,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2417,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2418,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2419,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2420,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2421,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2422,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2423,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2424,,,stu_GHHIK50670,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2425,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2426,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2427,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2428,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2429,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2430,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2431,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2432,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2433,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2434,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2435,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2436,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2437,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2438,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2439,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2440,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2441,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2442,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2443,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2444,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2445,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2446,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2447,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2448,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2449,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2450,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2451,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2452,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2453,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2454,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2455,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2456,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2457,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2458,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2459,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2460,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2461,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2462,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2463,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2464,,,stu_TLXDK21096,,0,20,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2465,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2466,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2467,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2468,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2469,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2470,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2471,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2472,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2473,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2474,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2475,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2476,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2477,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2478,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2479,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2480,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2481,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2482,,,stu_TLXDK21096,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+2483,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2484,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2485,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2486,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2487,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2488,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2489,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2490,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2491,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2492,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2493,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2494,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2495,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2496,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2497,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2498,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2499,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2500,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2501,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2502,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2503,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2504,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2505,,,stu_AKDQK27028,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsPEFCP51645,,,,,PROMOTED
+2506,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2507,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2508,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2509,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2510,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2511,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2512,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2513,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2514,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2515,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2516,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2517,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2518,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2519,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2520,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2521,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2522,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2523,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2524,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2525,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2526,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2527,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2528,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2529,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2530,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2531,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2532,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2533,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2534,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2535,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2536,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2537,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2538,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2539,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2540,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2541,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2542,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2543,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2544,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2545,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2546,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2547,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2548,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2549,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2550,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2551,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2552,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2553,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2554,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2555,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2556,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2557,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2558,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2559,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2560,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2561,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2562,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2563,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2564,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2565,,,stu_MFPYY03784,,0,15,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2566,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2567,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2568,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2569,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2570,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2571,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2572,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2573,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2574,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2575,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2576,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2577,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2578,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2579,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2580,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2581,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2582,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2583,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2584,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2585,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2586,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2587,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2588,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2589,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2590,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2591,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2592,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2593,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2594,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2595,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2596,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2597,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2598,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2599,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2600,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2601,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2602,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2603,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2604,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2605,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2606,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2607,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2608,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2609,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2610,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2611,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2612,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2613,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2614,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2615,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2616,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2617,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2618,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,5,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2619,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2620,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2621,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,6,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2622,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2623,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2624,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2625,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2626,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2627,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2628,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2629,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2630,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2631,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2632,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2633,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2634,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2635,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2636,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2637,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2638,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2639,,,stu_MFPYY03784,,0,22,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2640,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2641,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2642,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2643,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2644,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2645,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2646,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2647,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2648,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2649,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2650,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2651,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2652,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2653,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2654,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2655,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2656,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2657,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2658,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2659,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2660,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2661,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2662,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2663,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2664,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2665,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2666,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2667,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2668,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2669,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2670,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2671,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2672,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2673,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2674,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2675,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2676,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2677,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2678,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2679,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2680,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2681,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2682,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2683,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2684,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2685,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2686,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2687,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2688,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2689,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2690,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2691,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2692,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2693,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2694,,,stu_HQMJR22737,,0,11,,,,,ratio_proportion_change3-cms-061,ratio_proportion_change3-cms-061,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2695,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2696,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2697,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2698,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2699,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2700,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2701,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2702,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2703,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2704,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2705,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2706,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2707,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2708,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2709,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2710,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2711,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2712,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2713,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2714,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2715,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2716,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2717,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2718,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2719,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2720,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2721,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2722,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2723,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2724,,,stu_MNUHH59965,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2725,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2726,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2727,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2728,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2729,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2730,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2731,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2732,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2733,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2734,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2735,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2736,,,stu_MNUHH59965,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2737,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2738,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2739,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2740,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2741,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2742,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2743,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2744,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2745,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2746,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2747,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2748,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2749,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2750,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2751,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2752,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2753,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2754,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2755,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2756,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2757,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2758,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2759,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2760,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2761,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2762,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2763,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2764,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2765,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2766,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2767,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2768,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2769,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2770,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2771,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2772,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2773,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2774,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2775,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2776,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2777,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2778,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2779,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2780,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2781,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2782,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2783,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2784,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2785,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2786,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2787,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2788,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2789,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2790,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2791,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2792,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2793,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2794,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2795,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2796,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2797,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2798,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2799,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2800,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2801,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2802,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2803,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2804,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2805,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2806,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2807,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2808,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2809,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2810,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2811,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2812,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2813,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2814,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2815,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2816,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2817,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2818,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2819,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2820,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2821,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2822,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2823,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2824,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2825,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2826,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2827,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow1:1,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2828,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow1:1,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2829,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2830,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2831,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2832,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow1:1,6,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2833,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FirstRow1:1,7,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2834,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2835,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2836,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2837,,,stu_RXWAQ95576,,0,19,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2838,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2839,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2840,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2841,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2842,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2843,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2844,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2845,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2846,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2847,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2848,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2849,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2850,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2851,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2852,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2853,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2854,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2855,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2856,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2857,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2858,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2859,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2860,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2861,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2862,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2863,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2864,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2865,,,stu_RXWAQ95576,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2866,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2867,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2868,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2869,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2870,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2871,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2872,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2873,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2874,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2875,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2876,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2877,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2878,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2879,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2880,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2881,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2882,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2883,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2884,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2885,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2886,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2887,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2888,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2889,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2890,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2891,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2892,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2893,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2894,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2895,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2896,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2897,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2898,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2899,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2900,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2901,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2902,,,stu_UUTGO25843,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2903,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2904,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2905,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2906,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2907,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2908,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2909,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2910,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2911,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2912,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2913,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2914,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2915,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2916,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2917,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2918,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2919,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2920,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2921,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2922,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2923,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2924,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2925,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2926,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2927,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2928,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2929,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2930,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2931,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2932,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2933,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2934,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2935,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2936,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2937,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2938,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2939,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2940,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2941,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2942,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2943,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2944,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2945,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2946,,,stu_VLSQE27988,,0,13,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2947,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2948,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2949,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2950,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2951,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2952,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2953,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2954,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2955,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2956,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2957,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2958,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2959,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2960,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2961,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2962,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2963,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2964,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2965,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+2966,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2967,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2968,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2969,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2970,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2971,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2972,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2973,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2974,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2975,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2976,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2977,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2978,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2979,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2980,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2981,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2982,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2983,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2984,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2985,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2986,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2987,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2988,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2989,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2990,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2991,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2992,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2993,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2994,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2995,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2996,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2997,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2998,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2999,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3000,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3001,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3002,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3003,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3004,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3005,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3006,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3007,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3008,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3009,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3010,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3011,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3012,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3013,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3014,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3015,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3016,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3017,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3018,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3019,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3020,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3021,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3022,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3023,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3024,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3025,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3026,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3027,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3028,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3029,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3030,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3031,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3032,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3033,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3034,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3035,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3036,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3037,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3038,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3039,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3040,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3041,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3042,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3043,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3044,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3045,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3046,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3047,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3048,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3049,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3050,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3051,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3052,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3053,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3054,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3055,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3056,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3057,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3058,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3059,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3060,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3061,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3062,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3063,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3064,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3065,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3066,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3067,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3068,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3069,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3070,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3071,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3072,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3073,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3074,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,5,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3075,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3076,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3077,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3078,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3079,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3080,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3081,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3082,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3083,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3084,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3085,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3086,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3087,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3088,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3089,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3090,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3091,,,stu_DPQYU17970,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+3092,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3093,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3094,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3095,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3096,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3097,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3098,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3099,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3100,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3101,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3102,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3103,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3104,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3105,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3106,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3107,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3108,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3109,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3110,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3111,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3112,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3113,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3114,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3115,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3116,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3117,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3118,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3119,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3120,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3121,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3122,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3123,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3124,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3125,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3126,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3127,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3128,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3129,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3130,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3131,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3132,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3133,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3134,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3135,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3136,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3137,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3138,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3139,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3140,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3141,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3142,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3143,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3144,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3145,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3146,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3147,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3148,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3149,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3150,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3151,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3152,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3153,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3154,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3155,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3156,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3157,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3158,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3159,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3160,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3161,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3162,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3163,,,stu_VGDGU50964,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3164,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3165,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3166,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3167,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3168,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3169,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3170,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3171,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3172,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3173,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3174,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3175,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3176,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3177,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3178,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3179,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3180,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3181,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3182,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3183,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3184,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3185,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3186,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3187,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3188,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3189,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3190,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3191,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3192,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3193,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3194,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3195,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3196,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3197,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3198,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3199,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3200,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3201,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3202,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3203,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3204,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3205,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3206,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3207,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3208,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3209,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3210,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3211,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3212,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3213,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3214,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3215,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3216,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3217,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3218,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3219,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3220,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3221,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3222,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3223,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3224,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3225,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3226,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3227,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3228,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3229,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3230,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3231,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3232,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3233,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3234,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3235,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3236,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3237,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3238,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3239,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3240,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3241,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3242,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3243,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3244,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3245,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3246,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3247,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3248,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3249,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3250,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3251,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3252,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3253,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3254,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3255,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3256,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3257,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3258,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3259,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3260,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3261,,,stu_WQSQR90492,,0,25,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3262,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3263,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3264,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3265,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3266,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3267,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3268,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3269,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3270,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3271,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3272,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3273,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3274,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3275,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3276,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3277,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3278,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3279,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3280,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3281,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3282,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3283,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3284,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3285,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3286,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3287,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3288,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3289,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3290,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3291,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3292,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3293,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3294,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3295,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3296,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3297,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3298,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3299,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3300,,,stu_WQSQR90492,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3301,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3302,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3303,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3304,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3305,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3306,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3307,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3308,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3309,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3310,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3311,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3312,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3313,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3314,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3315,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3316,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3317,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3318,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3319,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3320,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3321,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3322,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3323,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3324,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3325,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3326,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3327,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3328,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3329,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3330,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3331,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3332,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3333,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3334,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3335,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3336,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3337,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3338,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3339,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3340,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3341,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3342,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3343,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3344,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3345,,,stu_WQSQR90492,,0,22,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3346,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3347,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3348,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3349,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3350,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3351,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3352,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3353,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3354,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3355,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3356,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3357,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3358,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3359,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3360,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3361,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3362,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3363,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3364,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3365,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3366,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3367,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3368,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3369,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3370,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3371,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3372,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3373,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3374,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3375,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3376,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3377,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3378,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3379,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3380,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3381,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3382,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3383,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3384,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3385,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3386,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3387,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3388,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3389,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3390,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3391,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3392,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3393,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3394,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3395,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3396,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3397,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3398,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3399,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3400,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3401,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3402,,,stu_XQSTJ70479,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+3403,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3404,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3405,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3406,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3407,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3408,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3409,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3410,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3411,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3412,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3413,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3414,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3415,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3416,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3417,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3418,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3419,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3420,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3421,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3422,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3423,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3424,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3425,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3426,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3427,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3428,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3429,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3430,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3431,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3432,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3433,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3434,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3435,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3436,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3437,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3438,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3439,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3440,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3441,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3442,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3443,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3444,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3445,,,stu_INFOX53344,,0,15,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+3446,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3447,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3448,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3449,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3450,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3451,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3452,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3453,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3454,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3455,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3456,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3457,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3458,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3459,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3460,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3461,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3462,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3463,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3464,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3465,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3466,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3467,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3468,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3469,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3470,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3471,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3472,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3473,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3474,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3475,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3476,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3477,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3478,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3479,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3480,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3481,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3482,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3483,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3484,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3485,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3486,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3487,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3488,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3489,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3490,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3491,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3492,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3493,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3494,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3495,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3496,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3497,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3498,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3499,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3500,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3501,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3502,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3503,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3504,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3505,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3506,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,4,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3507,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3508,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3509,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3510,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3511,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3512,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3513,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3514,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3515,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3516,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3517,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3518,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3519,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3520,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3521,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3522,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3523,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3524,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3525,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3526,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3527,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3528,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3529,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3530,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3531,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3532,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3533,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3534,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3535,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3536,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3537,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3538,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3539,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3540,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3541,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3542,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3543,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3544,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3545,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3546,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3547,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3548,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3549,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3550,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3551,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3552,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3553,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3554,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3555,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3556,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3557,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3558,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3559,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3560,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3561,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,9,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3562,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3563,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3564,,,stu_JVLEO15125,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,10,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3565,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3566,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3567,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3568,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3569,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3570,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3571,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3572,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3573,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3574,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3575,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3576,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3577,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3578,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3579,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3580,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3581,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3582,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3583,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3584,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3585,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3586,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3587,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3588,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3589,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3590,,,stu_WLQPS07407,,0,9,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3591,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3592,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3593,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3594,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3595,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3596,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3597,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3598,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3599,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3600,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3601,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3602,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3603,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3604,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3605,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3606,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3607,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3608,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3609,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3610,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3611,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3612,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3613,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3614,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3615,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3616,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3617,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3618,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3619,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3620,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3621,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3622,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3623,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3624,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3625,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3626,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3627,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3628,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3629,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3630,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3631,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3632,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3633,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3634,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3635,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3636,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3637,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3638,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3639,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3640,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3641,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3642,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3643,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3644,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3645,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3646,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3647,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3648,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3649,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3650,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3651,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3652,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3653,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3654,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3655,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3656,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3657,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3658,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3659,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3660,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3661,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3662,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3663,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3664,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3665,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3666,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3667,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3668,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3669,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3670,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3671,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3672,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3673,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3674,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3675,,,stu_QXYLE28294,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3676,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3677,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3678,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3679,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3680,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3681,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3682,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3683,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3684,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3685,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3686,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3687,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3688,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3689,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3690,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3691,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3692,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3693,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3694,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3695,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3696,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3697,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3698,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3699,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3700,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3701,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3702,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3703,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3704,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3705,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3706,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3707,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3708,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3709,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3710,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3711,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3712,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3713,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3714,,,stu_ZDMNX97054,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3715,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3716,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3717,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3718,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3719,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3720,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3721,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3722,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3723,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3724,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3725,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3726,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3727,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3728,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3729,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3730,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3731,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3732,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3733,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3734,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3735,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3736,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3737,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3738,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3739,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3740,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3741,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3742,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3743,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3744,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3745,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3746,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3747,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3748,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3749,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3750,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3751,,,stu_REAUR79469,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3752,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3753,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3754,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3755,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3756,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3757,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3758,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3759,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3760,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3761,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3762,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3763,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3764,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3765,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3766,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3767,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3768,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3769,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3770,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3771,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3772,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3773,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3774,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3775,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3776,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3777,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3778,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3779,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3780,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3781,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3782,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3783,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3784,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3785,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3786,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3787,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3788,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3789,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3790,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3791,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3792,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3793,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3794,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3795,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3796,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3797,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3798,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3799,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3800,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3801,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3802,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3803,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3804,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3805,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3806,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3807,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3808,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3809,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3810,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3811,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3812,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3813,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3814,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3815,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3816,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3817,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3818,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3819,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3820,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3821,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3822,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3823,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3824,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3825,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3826,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3827,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3828,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3829,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3830,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3831,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3832,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3833,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3834,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3835,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3836,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3837,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3838,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3839,,,stu_CLGYT72242,,0,19,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3840,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3841,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3842,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3843,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3844,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3845,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3846,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3847,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3848,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3849,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3850,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3851,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3852,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3853,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3854,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3855,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3856,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3857,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3858,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3859,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3860,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3861,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3862,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3863,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3864,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3865,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3866,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3867,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3868,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3869,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3870,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3871,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3872,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3873,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3874,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3875,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3876,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3877,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3878,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3879,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3880,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3881,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3882,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3883,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3884,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3885,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3886,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3887,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3888,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3889,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3890,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3891,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3892,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3893,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3894,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3895,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3896,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3897,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3898,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3899,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3900,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3901,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3902,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3903,,,stu_CLGYT72242,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3904,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3905,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3906,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3907,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3908,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3909,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3910,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3911,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3912,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3913,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3914,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3915,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3916,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3917,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3918,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3919,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3920,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3921,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3922,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3923,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3924,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3925,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3926,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3927,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3928,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3929,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3930,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3931,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3932,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3933,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3934,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3935,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3936,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3937,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3938,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3939,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3940,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3941,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3942,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3943,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3944,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3945,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3946,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3947,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3948,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3949,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3950,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3951,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3952,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3953,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3954,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3955,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3956,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3957,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3958,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3959,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3960,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3961,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3962,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3963,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3964,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3965,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3966,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3967,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3968,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3969,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3970,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3971,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3972,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3973,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3974,,,stu_CLGYT72242,,0,24,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3975,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3976,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3977,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3978,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3979,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3980,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3981,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3982,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3983,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3984,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3985,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3986,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3987,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3988,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3989,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3990,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3991,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3992,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3993,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3994,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3995,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3996,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3997,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3998,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3999,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4000,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4001,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4002,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4003,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4004,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4005,,,stu_CFRXK28860,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4006,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4007,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4008,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4009,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4010,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4011,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4012,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4013,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4014,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4015,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4016,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4017,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4018,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4019,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4020,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4021,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4022,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4023,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4024,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4025,,,stu_CFRXK28860,,0,11,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4026,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4027,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4028,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4029,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4030,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4031,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4032,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4033,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4034,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4035,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4036,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4037,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4038,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4039,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4040,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4041,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4042,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4043,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4044,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4045,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4046,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4047,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4048,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4049,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4050,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4051,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4052,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4053,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4054,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4055,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4056,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4057,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4058,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4059,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4060,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4061,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4062,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4063,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4064,,,stu_RMBKM83753,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4065,,,stu_RMBKM83753,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4066,,,stu_RMBKM83753,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4067,,,stu_RMBKM83753,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4068,,,stu_RMBKM83753,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4069,,,stu_RMBKM83753,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4070,,,stu_RMBKM83753,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4071,,,stu_RMBKM83753,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4072,,,stu_RMBKM83753,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+4073,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4074,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4075,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4076,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4077,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4078,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4079,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4080,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4081,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4082,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4083,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4084,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4085,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4086,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4087,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4088,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4089,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4090,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4091,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4092,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4093,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4094,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4095,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4096,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4097,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4098,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4099,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4100,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4101,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4102,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4103,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4104,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4105,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4106,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4107,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4108,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4109,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4110,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4111,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4112,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4113,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4114,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4115,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4116,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4117,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4118,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4119,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4120,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4121,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4122,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4123,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4124,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4125,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4126,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4127,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4128,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4129,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4130,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4131,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4132,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4133,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4134,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4135,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4136,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4137,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4138,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4139,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4140,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4141,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4142,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4143,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4144,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4145,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4146,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4147,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4148,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4149,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4150,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4151,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4152,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4153,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4154,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4155,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4156,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4157,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4158,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4159,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4160,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4161,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4162,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4163,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4164,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4165,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4166,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4167,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4168,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4169,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4170,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4171,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4172,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4173,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4174,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4175,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4176,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4177,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4178,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4179,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4180,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4181,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4182,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4183,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4184,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4185,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4186,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4187,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4188,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4189,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4190,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4191,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4192,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4193,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4194,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4195,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4196,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4197,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4198,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4199,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4200,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4201,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4202,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4203,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4204,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4205,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4206,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4207,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4208,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4209,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4210,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4211,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4212,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4213,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4214,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4215,,,stu_ZKCJK67704,,0,12,,,,,ratio_proportion_change3-132,ratio_proportion_change3-132,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4216,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4217,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4218,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4219,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4220,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4221,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4222,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4223,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4224,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4225,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4226,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4227,,,stu_ZKCJK67704,,0,11,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+4228,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4229,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4230,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4231,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4232,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4233,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4234,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4235,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4236,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4237,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4238,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4239,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4240,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4241,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4242,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4243,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4244,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4245,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4246,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4247,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4248,,,stu_ZXTZQ39324,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4249,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4250,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4251,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4252,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4253,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4254,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4255,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4256,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4257,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4258,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4259,,,stu_DPQVH39209,,0,11,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4260,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4261,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4262,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4263,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4264,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4265,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4266,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4267,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4268,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4269,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4270,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4271,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4272,,,stu_JUUBZ81040,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4273,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4274,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4275,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4276,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4277,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4278,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4279,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4280,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4281,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4282,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4283,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4284,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4285,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4286,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4287,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4288,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4289,,,stu_KLMAZ71495,,0,12,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4290,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4291,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4292,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4293,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4294,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4295,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4296,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4297,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4298,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4299,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4300,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4301,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4302,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4303,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4304,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4305,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4306,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4307,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4308,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4309,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4310,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4311,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4312,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4313,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4314,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4315,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4316,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4317,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4318,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4319,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4320,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4321,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4322,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4323,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4324,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4325,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4326,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4327,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4328,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4329,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4330,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4331,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4332,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4333,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4334,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4335,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4336,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4337,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4338,,,stu_RMTQV73881,,0,21,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4339,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4340,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4341,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4342,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4343,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4344,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4345,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4346,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4347,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4348,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4349,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4350,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4351,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4352,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4353,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4354,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4355,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4356,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4357,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4358,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4359,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4360,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4361,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4362,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4363,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4364,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4365,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4366,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4367,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4368,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4369,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4370,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4371,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4372,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4373,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4374,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4375,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4376,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4377,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4378,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4379,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4380,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4381,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4382,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4383,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4384,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4385,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4386,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4387,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4388,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4389,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4390,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4391,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4392,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4393,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4394,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4395,,,stu_UAIZI46260,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4396,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4397,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4398,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4399,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4400,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4401,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4402,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4403,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4404,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4405,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4406,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4407,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4408,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4409,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4410,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4411,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4412,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4413,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4414,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4415,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4416,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4417,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4418,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4419,,,stu_GSXOV78360,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4420,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4421,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4422,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4423,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4424,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4425,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4426,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4427,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4428,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4429,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4430,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4431,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4432,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4433,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4434,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4435,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4436,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4437,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4438,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4439,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4440,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4441,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4442,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4443,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4444,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4445,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4446,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4447,,,stu_GSXOV78360,,0,19,,,,,ratio_proportion_change3-cms-091,ratio_proportion_change3-cms-091,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+4448,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4449,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4450,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4451,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4452,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4453,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4454,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4455,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4456,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4457,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4458,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4459,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4460,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4461,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4462,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4463,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4464,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4465,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4466,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4467,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4468,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4469,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4470,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4471,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4472,,,stu_HXEMO44127,,0,17,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4473,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4474,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4475,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4476,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4477,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4478,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4479,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4480,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4481,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4482,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4483,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4484,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4485,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4486,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4487,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4488,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4489,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4490,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4491,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4492,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4493,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4494,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4495,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4496,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4497,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4498,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4499,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4500,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4501,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4502,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4503,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4504,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4505,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4506,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4507,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4508,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4509,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4510,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4511,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4512,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4513,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4514,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4515,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4516,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4517,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4518,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4519,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4520,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4521,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4522,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4523,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4524,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4525,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4526,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4527,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4528,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4529,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4530,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4531,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4532,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4533,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4534,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4535,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4536,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4537,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4538,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4539,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4540,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4541,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4542,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4543,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4544,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4545,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4546,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4547,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4548,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4549,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4550,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4551,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4552,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4553,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4554,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4555,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4556,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4557,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4558,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4559,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4560,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4561,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4562,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4563,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4564,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4565,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4566,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4567,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4568,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4569,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4570,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4571,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4572,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4573,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4574,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4575,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4576,,,stu_NUWQL80912,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+4577,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4578,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4579,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4580,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4581,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4582,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4583,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4584,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4585,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4586,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4587,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4588,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4589,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4590,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4591,,,stu_WAUKV23420,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4592,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4593,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4594,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4595,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4596,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4597,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4598,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4599,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4600,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4601,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4602,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4603,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4604,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4605,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4606,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4607,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4608,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4609,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4610,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4611,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4612,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4613,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4614,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4615,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4616,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4617,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4618,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4619,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4620,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4621,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4622,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4623,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4624,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4625,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4626,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4627,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4628,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4629,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4630,,,stu_IBENU36157,,0,19,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4631,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4632,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4633,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4634,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4635,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4636,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4637,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4638,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4639,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4640,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4641,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4642,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4643,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4644,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4645,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4646,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4647,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4648,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4649,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4650,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4651,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4652,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4653,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4654,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4655,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4656,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4657,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4658,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4659,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4660,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4661,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4662,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4663,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4664,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4665,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4666,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4667,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4668,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4669,,,stu_KGGKT09129,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4670,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4671,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4672,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4673,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4674,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4675,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4676,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4677,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4678,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4679,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4680,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4681,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4682,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4683,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4684,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4685,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4686,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4687,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4688,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4689,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4690,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4691,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4692,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4693,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4694,,,stu_KTUGB82913,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,8,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4695,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4696,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4697,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4698,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4699,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4700,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4701,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4702,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4703,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4704,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4705,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4706,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4707,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4708,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4709,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4710,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4711,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4712,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4713,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4714,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4715,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4716,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4717,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4718,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4719,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4720,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4721,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4722,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4723,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4724,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4725,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4726,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4727,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4728,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4729,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4730,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4731,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4732,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4733,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4734,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4735,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4736,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4737,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4738,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4739,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4740,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4741,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4742,,,stu_OQHIE41163,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4743,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4744,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4745,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4746,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4747,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4748,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4749,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4750,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4751,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4752,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4753,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4754,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4755,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4756,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4757,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4758,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4759,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4760,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4761,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4762,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4763,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4764,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4765,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4766,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4767,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4768,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4769,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4770,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4771,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4772,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4773,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4774,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4775,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4776,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4777,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4778,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4779,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4780,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4781,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4782,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4783,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4784,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4785,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4786,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4787,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4788,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4789,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4790,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4791,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4792,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4793,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4794,,,stu_TXXEQ15613,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4795,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4796,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4797,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4798,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4799,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4800,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4801,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4802,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4803,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4804,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4805,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4806,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4807,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4808,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4809,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4810,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4811,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4812,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4813,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4814,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4815,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4816,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4817,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4818,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4819,,,stu_XIYHF22949,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4820,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4821,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4822,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4823,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4824,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4825,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4826,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4827,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4828,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4829,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4830,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4831,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4832,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4833,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4834,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4835,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4836,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4837,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4838,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4839,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4840,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4841,,,stu_YSQWG90821,,0,18,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4842,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4843,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4844,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4845,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4846,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4847,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4848,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4849,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4850,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4851,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4852,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4853,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4854,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4855,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4856,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4857,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4858,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4859,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4860,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4861,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4862,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4863,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4864,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4865,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4866,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4867,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4868,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4869,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4870,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4871,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4872,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4873,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4874,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4875,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4876,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4877,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4878,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4879,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4880,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4881,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4882,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4883,,,stu_AAJGB73975,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4884,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4885,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4886,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4887,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4888,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4889,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4890,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4891,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4892,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4893,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4894,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4895,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4896,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4897,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4898,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4899,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4900,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4901,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4902,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4903,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4904,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4905,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4906,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4907,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4908,,,stu_AAJGB73975,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4909,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4910,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4911,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4912,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4913,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4914,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4915,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4916,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4917,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4918,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4919,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4920,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4921,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4922,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4923,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4924,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4925,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4926,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4927,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4928,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4929,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4930,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4931,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4932,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4933,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4934,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4935,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4936,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4937,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4938,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4939,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4940,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4941,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4942,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4943,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4944,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4945,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4946,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4947,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4948,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4949,,,stu_BPBTV89795,,0,17,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4950,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4951,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4952,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4953,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4954,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4955,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4956,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4957,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4958,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4959,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4960,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4961,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4962,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4963,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4964,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4965,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4966,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4967,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4968,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4969,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4970,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4971,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4972,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4973,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4974,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4975,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4976,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4977,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4978,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4979,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4980,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4981,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4982,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4983,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4984,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4985,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4986,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4987,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4988,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4989,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4990,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4991,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4992,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4993,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4994,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4995,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4996,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4997,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4998,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4999,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5000,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5001,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5002,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5003,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5004,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5005,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5006,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5007,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5008,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5009,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5010,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5011,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5012,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5013,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5014,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5015,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5016,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5017,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5018,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5019,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5020,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5021,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5022,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5023,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5024,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5025,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5026,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5027,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5028,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5029,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5030,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5031,,,stu_BPBTV89795,,0,13,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5032,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5033,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5034,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5035,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5036,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5037,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5038,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5039,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5040,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5041,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5042,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5043,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5044,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5045,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5046,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5047,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5048,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5049,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5050,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5051,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5052,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5053,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5054,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5055,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5056,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5057,,,stu_EYNFE31765,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5058,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5059,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5060,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5061,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5062,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5063,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5064,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5065,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5066,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5067,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5068,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5069,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5070,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5071,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5072,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5073,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5074,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5075,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5076,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5077,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5078,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5079,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5080,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5081,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5082,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5083,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5084,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5085,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5086,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5087,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5088,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5089,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5090,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5091,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5092,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5093,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5094,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5095,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5096,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5097,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5098,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5099,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5100,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5101,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5102,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5103,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5104,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5105,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5106,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5107,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5108,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5109,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5110,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5111,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5112,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5113,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5114,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5115,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5116,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5117,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5118,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5119,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5120,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5121,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5122,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5123,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5124,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5125,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5126,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5127,,,stu_EYNFE31765,,0,20,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5128,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5129,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5130,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5131,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5132,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5133,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5134,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5135,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5136,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5137,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5138,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5139,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5140,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5141,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5142,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5143,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5144,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5145,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5146,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5147,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5148,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5149,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5150,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5151,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5152,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5153,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5154,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5155,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5156,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5157,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5158,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5159,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5160,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5161,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5162,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5163,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5164,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5165,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5166,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5167,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5168,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5169,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5170,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5171,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5172,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5173,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5174,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5175,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5176,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5177,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5178,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5179,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5180,,,stu_EYNFE31765,,0,14,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5181,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5182,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5183,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5184,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5185,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5186,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5187,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5188,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5189,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5190,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5191,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5192,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5193,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5194,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5195,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5196,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5197,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5198,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5199,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5200,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5201,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5202,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5203,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5204,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5205,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5206,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5207,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5208,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5209,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5210,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5211,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5212,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5213,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5214,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5215,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5216,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5217,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5218,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5219,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5220,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5221,,,stu_EYNFE31765,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5222,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5223,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5224,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5225,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5226,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5227,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5228,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5229,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5230,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5231,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5232,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5233,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5234,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5235,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5236,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5237,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5238,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5239,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5240,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5241,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5242,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5243,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5244,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5245,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5246,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5247,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5248,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5249,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5250,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5251,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5252,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5253,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5254,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5255,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5256,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5257,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5258,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5259,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5260,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5261,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5262,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5263,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5264,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5265,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5266,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5267,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5268,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5269,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5270,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5271,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5272,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5273,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5274,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5275,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5276,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5277,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5278,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5279,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5280,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5281,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5282,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5283,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5284,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5285,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5286,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5287,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5288,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5289,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5290,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5291,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5292,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5293,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5294,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5295,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5296,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5297,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5298,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5299,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5300,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5301,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5302,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5303,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5304,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5305,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5306,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5307,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5308,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5309,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5310,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5311,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5312,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5313,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5314,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5315,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5316,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5317,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5318,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5319,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5320,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5321,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5322,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5323,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5324,,,stu_ROSQV63193,,0,16,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5325,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5326,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5327,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5328,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5329,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5330,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5331,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5332,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5333,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5334,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5335,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5336,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5337,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5338,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5339,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5340,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5341,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5342,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5343,,,stu_RSMFY45624,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5344,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5345,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5346,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5347,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5348,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5349,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5350,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5351,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5352,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5353,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5354,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5355,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5356,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5357,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5358,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5359,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5360,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5361,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5362,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5363,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5364,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5365,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5366,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5367,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5368,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5369,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5370,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5371,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5372,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5373,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5374,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5375,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5376,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5377,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5378,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5379,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5380,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5381,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5382,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5383,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5384,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5385,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5386,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5387,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5388,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5389,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5390,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5391,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5392,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5393,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5394,,,stu_XYOBS24492,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5395,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5396,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5397,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5398,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5399,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5400,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5401,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5402,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5403,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5404,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5405,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5406,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5407,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+5408,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5409,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5410,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5411,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5412,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5413,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5414,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5415,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5416,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5417,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5418,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5419,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5420,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5421,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5422,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+5423,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5424,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5425,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5426,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5427,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5428,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5429,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5430,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5431,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5432,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5433,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5434,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5435,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5436,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5437,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5438,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5439,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5440,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5441,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5442,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5443,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5444,,,stu_GJQWN99443,,0,15,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5445,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5446,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5447,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5448,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5449,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5450,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5451,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5452,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5453,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5454,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5455,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5456,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5457,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5458,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5459,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5460,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5461,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5462,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5463,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5464,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5465,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5466,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5467,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5468,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5469,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5470,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5471,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5472,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5473,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5474,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5475,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5476,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5477,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5478,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5479,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5480,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5481,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5482,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5483,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5484,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5485,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5486,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5487,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5488,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5489,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5490,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5491,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5492,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5493,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5494,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5495,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5496,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5497,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5498,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5499,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5500,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5501,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5502,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5503,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5504,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5505,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5506,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5507,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5508,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5509,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5510,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5511,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5512,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5513,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5514,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5515,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5516,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5517,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5518,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5519,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5520,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5521,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5522,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5523,,,stu_GJQWN99443,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5524,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5525,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5526,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5527,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5528,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5529,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5530,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5531,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5532,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5533,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5534,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5535,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5536,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5537,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5538,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5539,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5540,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5541,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5542,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5543,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5544,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5545,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5546,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5547,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5548,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5549,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5550,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5551,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5552,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5553,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5554,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5555,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-143,ratio_proportion_change3-143,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5556,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5557,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5558,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5559,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5560,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5561,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5562,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5563,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5564,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5565,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5566,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5567,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5568,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5569,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5570,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5571,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5572,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5573,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5574,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5575,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5576,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5577,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5578,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5579,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5580,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5581,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5582,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5583,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5584,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5585,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5586,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5587,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5588,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5589,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5590,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5591,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5592,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5593,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5594,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5595,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5596,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5597,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5598,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5599,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5600,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5601,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5602,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5603,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5604,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5605,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5606,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5607,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5608,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5609,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5610,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5611,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5612,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5613,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5614,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5615,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5616,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5617,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5618,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5619,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5620,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5621,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5622,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5623,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5624,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5625,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5626,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5627,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5628,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5629,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5630,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5631,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5632,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5633,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5634,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5635,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5636,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5637,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5638,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5639,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5640,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5641,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5642,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5643,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5644,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5645,,,stu_LNHCY40220,,0,11,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5646,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5647,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5648,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5649,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5650,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5651,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5652,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5653,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5654,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5655,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5656,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5657,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5658,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5659,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5660,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5661,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5662,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5663,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5664,,,stu_LNHCY40220,,0,12,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5665,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5666,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5667,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5668,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5669,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5670,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5671,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5672,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5673,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5674,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5675,,,stu_LNHCY40220,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5676,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5677,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5678,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5679,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5680,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5681,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5682,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5683,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5684,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5685,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5686,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5687,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5688,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5689,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5690,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5691,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5692,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5693,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5694,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5695,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5696,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5697,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5698,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5699,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5700,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5701,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5702,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5703,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5704,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5705,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5706,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5707,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5708,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5709,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5710,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5711,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5712,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5713,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5714,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5715,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5716,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5717,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5718,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5719,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5720,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5721,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5722,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5723,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5724,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5725,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5726,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5727,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5728,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5729,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5730,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5731,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5732,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5733,,,stu_MXVNK24737,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5734,,,stu_MXVNK24737,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5735,,,stu_MXVNK24737,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5736,,,stu_MXVNK24737,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5737,,,stu_MXVNK24737,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5738,,,stu_MXVNK24737,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5739,,,stu_MXVNK24737,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5740,,,stu_MXVNK24737,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5741,,,stu_MXVNK24737,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5742,,,stu_MXVNK24737,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5743,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5744,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5745,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5746,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5747,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5748,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5749,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5750,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5751,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5752,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5753,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5754,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5755,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5756,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5757,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5758,,,stu_NGJKV03377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5759,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5760,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5761,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5762,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5763,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5764,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5765,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5766,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5767,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5768,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5769,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5770,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5771,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5772,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5773,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5774,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5775,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5776,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5777,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5778,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5779,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5780,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5781,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5782,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5783,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5784,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5785,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5786,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5787,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5788,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5789,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5790,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5791,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5792,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5793,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5794,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5795,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5796,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5797,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5798,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5799,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5800,,,stu_NGJKV03377,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5801,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5802,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5803,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5804,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5805,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5806,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5807,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5808,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5809,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5810,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5811,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5812,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5813,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5814,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5815,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5816,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5817,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5818,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5819,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5820,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5821,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5822,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5823,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5824,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5825,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5826,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5827,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5828,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5829,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5830,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5831,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5832,,,stu_YRSRI99408,,0,14,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5833,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5834,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5835,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5836,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5837,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5838,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5839,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5840,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5841,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5842,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5843,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5844,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5845,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5846,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5847,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5848,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5849,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5850,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5851,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5852,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5853,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5854,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5855,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5856,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5857,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5858,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5859,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5860,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5861,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5862,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5863,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5864,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5865,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5866,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5867,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5868,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5869,,,stu_YRSRI99408,,0,20,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5870,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5871,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5872,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5873,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5874,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5875,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5876,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5877,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5878,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5879,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5880,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5881,,,stu_YRSRI99408,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5882,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5883,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5884,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5885,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5886,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5887,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5888,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5889,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5890,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5891,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5892,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+5893,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5894,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5895,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5896,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5897,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5898,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5899,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5900,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5901,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5902,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5903,,,stu_NVYTS72981,,0,10,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsASRKI31197,,,,,PROMOTED
+5904,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5905,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5906,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5907,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5908,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5909,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5910,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5911,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5912,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5913,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5914,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5915,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5916,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5917,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5918,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5919,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5920,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5921,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5922,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5923,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5924,,,stu_IVJKR26516,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5925,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5926,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5927,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5928,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5929,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5930,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5931,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5932,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5933,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5934,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5935,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5936,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5937,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5938,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5939,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5940,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5941,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5942,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5943,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5944,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5945,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5946,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5947,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5948,,,stu_NPOTI01303,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5949,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5950,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5951,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5952,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5953,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5954,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5955,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5956,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5957,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5958,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5959,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5960,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5961,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5962,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5963,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5964,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5965,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5966,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5967,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5968,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5969,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5970,,,stu_OXTXM64179,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5971,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5972,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5973,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5974,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5975,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5976,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5977,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5978,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5979,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5980,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5981,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5982,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5983,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5984,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5985,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5986,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5987,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5988,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5989,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5990,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5991,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5992,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5993,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5994,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5995,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5996,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5997,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5998,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5999,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6000,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6001,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6002,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6003,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6004,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6005,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6006,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6007,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6008,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6009,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6010,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6011,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6012,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6013,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6014,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6015,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6016,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6017,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6018,,,stu_TQEMX44513,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6019,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6020,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6021,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6022,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6023,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6024,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6025,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6026,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6027,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6028,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6029,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6030,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6031,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6032,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6033,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6034,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6035,,,stu_TQEMX44513,,0,14,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6036,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6037,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6038,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6039,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6040,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6041,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6042,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6043,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6044,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6045,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6046,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6047,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6048,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6049,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6050,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6051,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6052,,,stu_VLWCS73875,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6053,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6054,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6055,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6056,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6057,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6058,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6059,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6060,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6061,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6062,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6063,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6064,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6065,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6066,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6067,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6068,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6069,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6070,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6071,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6072,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6073,,,stu_VLWCS73875,,0,15,,,,,ratio_proportion_change3-090,ratio_proportion_change3-090,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6074,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6075,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6076,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6077,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6078,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6079,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6080,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6081,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6082,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6083,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6084,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6085,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6086,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6087,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6088,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6089,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6090,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6091,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6092,,,stu_VLWCS73875,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6093,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6094,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6095,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6096,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6097,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6098,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6099,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6100,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6101,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6102,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6103,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6104,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6105,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6106,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6107,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6108,,,stu_ZDYDP78445,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+6109,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6110,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6111,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6112,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6113,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6114,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6115,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6116,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6117,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6118,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6119,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6120,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6121,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6122,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6123,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6124,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6125,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6126,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6127,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6128,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6129,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6130,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6131,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6132,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6133,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6134,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6135,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6136,,,stu_DKCKF03002,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6137,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6138,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6139,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6140,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6141,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6142,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6143,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6144,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6145,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6146,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6147,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6148,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6149,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6150,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6151,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6152,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6153,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6154,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6155,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6156,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6157,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6158,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6159,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6160,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6161,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6162,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6163,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6164,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6165,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6166,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6167,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6168,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6169,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6170,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6171,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6172,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6173,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6174,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6175,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6176,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6177,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6178,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6179,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6180,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6181,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6182,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6183,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6184,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6185,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6186,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6187,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6188,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6189,,,stu_DKCKF03002,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6190,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6191,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6192,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6193,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6194,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6195,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6196,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6197,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6198,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6199,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6200,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6201,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6202,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6203,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6204,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6205,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6206,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6207,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6208,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6209,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6210,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6211,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6212,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6213,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6214,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6215,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6216,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6217,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6218,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6219,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6220,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6221,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6222,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6223,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6224,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6225,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6226,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6227,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6228,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6229,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6230,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6231,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6232,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6233,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6234,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6235,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6236,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6237,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6238,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6239,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6240,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6241,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6242,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6243,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6244,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6245,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6246,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6247,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6248,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6249,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6250,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6251,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6252,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6253,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6254,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6255,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6256,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6257,,,stu_GDQGP63375,,0,18,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6258,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6259,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6260,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6261,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6262,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6263,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6264,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6265,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6266,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6267,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6268,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6269,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6270,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6271,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6272,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6273,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6274,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6275,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6276,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6277,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6278,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6279,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6280,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6281,,,stu_NTEAE67417,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6282,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6283,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6284,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6285,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6286,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6287,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6288,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6289,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6290,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6291,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6292,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6293,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6294,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6295,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6296,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6297,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6298,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6299,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6300,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6301,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,8,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6302,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,9,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6303,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6304,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6305,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6306,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,10,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6307,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6308,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6309,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6310,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6311,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6312,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6313,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6314,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6315,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6316,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6317,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6318,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6319,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6320,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6321,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6322,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6323,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6324,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6325,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6326,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6327,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6328,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6329,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6330,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6331,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6332,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6333,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6334,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6335,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6336,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6337,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6338,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6339,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6340,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,11,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6341,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6342,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6343,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6344,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6345,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6346,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,12,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6347,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6348,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6349,,,stu_NTEAE67417,,0,29,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,13,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6350,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6351,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6352,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6353,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6354,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6355,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6356,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6357,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6358,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6359,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6360,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6361,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6362,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6363,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6364,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6365,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6366,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6367,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6368,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6369,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6370,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6371,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6372,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6373,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6374,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6375,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6376,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6377,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6378,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6379,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6380,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6381,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6382,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6383,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6384,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6385,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6386,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6387,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6388,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6389,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6390,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6391,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6392,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6393,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6394,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6395,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6396,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6397,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6398,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6399,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6400,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6401,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6402,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6403,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6404,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6405,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6406,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6407,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6408,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6409,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6410,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6411,,,stu_VPJVG53130,,0,22,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6412,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6413,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6414,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6415,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6416,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6417,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6418,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6419,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6420,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6421,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6422,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6423,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6424,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6425,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6426,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6427,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6428,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6429,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6430,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6431,,,stu_VPJVG53130,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6432,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6433,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6434,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6435,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6436,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6437,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6438,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6439,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6440,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6441,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6442,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6443,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6444,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6445,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6446,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6447,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6448,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6449,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6450,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6451,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6452,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6453,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6454,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6455,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6456,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6457,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6458,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6459,,,stu_VPJVG53130,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6460,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6461,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6462,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6463,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6464,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6465,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6466,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6467,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6468,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6469,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6470,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6471,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6472,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6473,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6474,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6475,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6476,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6477,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6478,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6479,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6480,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6481,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6482,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6483,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6484,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6485,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6486,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6487,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6488,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6489,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6490,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6491,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6492,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6493,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6494,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6495,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6496,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6497,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6498,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6499,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6500,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6501,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6502,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6503,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6504,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6505,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6506,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6507,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6508,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6509,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6510,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6511,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6512,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6513,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6514,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6515,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6516,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6517,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6518,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6519,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6520,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6521,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6522,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6523,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6524,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6525,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6526,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6527,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6528,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6529,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6530,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6531,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6532,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6533,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6534,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6535,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6536,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6537,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6538,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6539,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6540,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6541,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6542,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6543,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6544,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6545,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6546,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6547,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6548,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6549,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6550,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6551,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6552,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6553,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6554,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,7,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6555,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6556,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,8,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6557,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6558,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6559,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6560,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6561,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6562,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6563,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+6564,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6565,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6566,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6567,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6568,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6569,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6570,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6571,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6572,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6573,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6574,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6575,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6576,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6577,,,stu_FNVZI90068,,0,13,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6578,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6579,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6580,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6581,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6582,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6583,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6584,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6585,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6586,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6587,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6588,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6589,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6590,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6591,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6592,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6593,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6594,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6595,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6596,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6597,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6598,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6599,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6600,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6601,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6602,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6603,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6604,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6605,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6606,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6607,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6608,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6609,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6610,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6611,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6612,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6613,,,stu_FNVZI90068,,0,15,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6614,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6615,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6616,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6617,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6618,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6619,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6620,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6621,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6622,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6623,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6624,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6625,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6626,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6627,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6628,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6629,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6630,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6631,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6632,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6633,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6634,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6635,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6636,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6637,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6638,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6639,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6640,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6641,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6642,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6643,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6644,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6645,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6646,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6647,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6648,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6649,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6650,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6651,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6652,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6653,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6654,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6655,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6656,,,stu_QBRYC89703,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6657,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6658,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6659,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6660,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6661,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6662,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6663,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6664,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6665,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6666,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6667,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6668,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6669,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6670,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6671,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6672,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6673,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6674,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6675,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6676,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6677,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6678,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,8,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6679,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,9,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6680,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6681,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,10,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6682,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6683,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6684,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6685,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6686,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6687,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6688,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6689,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6690,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6691,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6692,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6693,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6694,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6695,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6696,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6697,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6698,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6699,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6700,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6701,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6702,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6703,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6704,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6705,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6706,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6707,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6708,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6709,,,stu_SQECW68406,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6710,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6711,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6712,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6713,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6714,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6715,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6716,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6717,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6718,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6719,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6720,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6721,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6722,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6723,,,stu_SQECW68406,,0,14,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6724,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6725,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6726,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6727,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6728,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6729,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6730,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6731,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6732,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6733,,,stu_SQECW68406,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+6734,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6735,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6736,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6737,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6738,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6739,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6740,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6741,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6742,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6743,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6744,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6745,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6746,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6747,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6748,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6749,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6750,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6751,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6752,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6753,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6754,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6755,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6756,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6757,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6758,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6759,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6760,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6761,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6762,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6763,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6764,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6765,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6766,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6767,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6768,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6769,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6770,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6771,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6772,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6773,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6774,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6775,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6776,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6777,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6778,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6779,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6780,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6781,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6782,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6783,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6784,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6785,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6786,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6787,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6788,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6789,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6790,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6791,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6792,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6793,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6794,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6795,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6796,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6797,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6798,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6799,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6800,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6801,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6802,,,stu_PVIDS14219,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6803,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6804,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6805,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6806,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6807,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6808,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6809,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6810,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6811,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6812,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6813,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6814,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6815,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6816,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6817,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6818,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6819,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6820,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6821,,,stu_AMGEW31034,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6822,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6823,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6824,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6825,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6826,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6827,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6828,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6829,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6830,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6831,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6832,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6833,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6834,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6835,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6836,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6837,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6838,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6839,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6840,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6841,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6842,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6843,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6844,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6845,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6846,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6847,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6848,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6849,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6850,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6851,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6852,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6853,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6854,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6855,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6856,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6857,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6858,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6859,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6860,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6861,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6862,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6863,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6864,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6865,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6866,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6867,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6868,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6869,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6870,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6871,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6872,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6873,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6874,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6875,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6876,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6877,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6878,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6879,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6880,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6881,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6882,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6883,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6884,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6885,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6886,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6887,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6888,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6889,,,stu_GXTLG58120,,0,18,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+6890,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6891,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6892,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6893,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6894,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6895,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6896,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6897,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6898,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6899,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6900,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6901,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6902,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6903,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6904,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6905,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6906,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6907,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6908,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6909,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6910,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6911,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6912,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6913,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6914,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6915,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6916,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6917,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6918,,,stu_OOQHP53100,,0,20,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6919,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6920,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6921,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6922,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6923,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6924,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6925,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6926,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6927,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6928,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6929,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6930,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6931,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6932,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6933,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6934,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6935,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6936,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6937,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6938,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6939,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6940,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6941,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6942,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6943,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6944,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6945,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6946,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6947,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6948,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6949,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6950,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6951,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6952,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6953,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6954,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6955,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6956,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6957,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6958,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6959,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6960,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6961,,,stu_PBLRA57895,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6962,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6963,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6964,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6965,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6966,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6967,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6968,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6969,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6970,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6971,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6972,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6973,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6974,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6975,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6976,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6977,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6978,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6979,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6980,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6981,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6982,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6983,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6984,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6985,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6986,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6987,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6988,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6989,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6990,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6991,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6992,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6993,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6994,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6995,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6996,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6997,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6998,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6999,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7000,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7001,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7002,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7003,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7004,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7005,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7006,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7007,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7008,,,stu_UWRBH08427,,0,23,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7009,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7010,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7011,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7012,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7013,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7014,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7015,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7016,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7017,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7018,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7019,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7020,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7021,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7022,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7023,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7024,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7025,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7026,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7027,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7028,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7029,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7030,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7031,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7032,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7033,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7034,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7035,,,stu_OMJBK27458,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7036,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7037,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7038,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7039,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7040,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7041,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7042,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7043,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7044,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7045,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7046,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7047,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7048,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7049,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7050,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7051,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7052,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7053,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7054,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7055,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7056,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7057,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7058,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7059,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7060,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7061,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7062,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7063,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7064,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7065,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7066,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7067,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7068,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7069,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7070,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7071,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7072,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7073,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7074,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7075,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7076,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7077,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7078,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7079,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7080,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7081,,,stu_HANXZ53882,,0,13,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7082,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7083,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7084,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7085,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7086,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7087,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7088,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7089,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7090,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7091,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7092,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7093,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7094,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7095,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7096,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7097,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7098,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7099,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7100,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7101,,,stu_HANXZ53882,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7102,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7103,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7104,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7105,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7106,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7107,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7108,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7109,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7110,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7111,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7112,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7113,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7114,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7115,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7116,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7117,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7118,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7119,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7120,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7121,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7122,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7123,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7124,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7125,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7126,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7127,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7128,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7129,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7130,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7131,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7132,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7133,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7134,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7135,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7136,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7137,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7138,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7139,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7140,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7141,,,stu_HANXZ53882,,0,18,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7142,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7143,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7144,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7145,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7146,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7147,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7148,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7149,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7150,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7151,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7152,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7153,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7154,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7155,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7156,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7157,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7158,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7159,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7160,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7161,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7162,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7163,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7164,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7165,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7166,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7167,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7168,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7169,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7170,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7171,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7172,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7173,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7174,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7175,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7176,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7177,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7178,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7179,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7180,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7181,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7182,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7183,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7184,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7185,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7186,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7187,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7188,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7189,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7190,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7191,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7192,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7193,,,stu_ZDATK14578,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7194,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7195,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7196,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7197,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7198,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7199,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7200,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7201,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7202,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7203,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7204,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7205,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7206,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7207,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7208,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7209,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7210,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7211,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7212,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7213,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7214,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7215,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7216,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7217,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7218,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7219,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7220,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7221,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7222,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7223,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7224,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7225,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7226,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7227,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7228,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7229,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7230,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7231,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7232,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7233,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7234,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7235,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7236,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+7237,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7238,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7239,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7240,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7241,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7242,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7243,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7244,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7245,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7246,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7247,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7248,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7249,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7250,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7251,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7252,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7253,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7254,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7255,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7256,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7257,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7258,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7259,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7260,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7261,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7262,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7263,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7264,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7265,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7266,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7267,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7268,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7269,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7270,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7271,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7272,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7273,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7274,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7275,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7276,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7277,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7278,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7279,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7280,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7281,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7282,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7283,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7284,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7285,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7286,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7287,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7288,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7289,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7290,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7291,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7292,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7293,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7294,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7295,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7296,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7297,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7298,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7299,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7300,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7301,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7302,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7303,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7304,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7305,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7306,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7307,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7308,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7309,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7310,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7311,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7312,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7313,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7314,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7315,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7316,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7317,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7318,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7319,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7320,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7321,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7322,,,stu_FNIXK96924,,0,11,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+7323,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7324,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7325,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7326,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7327,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7328,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7329,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7330,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7331,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7332,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7333,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7334,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7335,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7336,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7337,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7338,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7339,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7340,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7341,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7342,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7343,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7344,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7345,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7346,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7347,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7348,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7349,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7350,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7351,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7352,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7353,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7354,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7355,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7356,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7357,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7358,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7359,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7360,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7361,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7362,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7363,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7364,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7365,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7366,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7367,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7368,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7369,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7370,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7371,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7372,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7373,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7374,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7375,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7376,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7377,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7378,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7379,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7380,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7381,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7382,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7383,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7384,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7385,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7386,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7387,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7388,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7389,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7390,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7391,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7392,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7393,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7394,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7395,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7396,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7397,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7398,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7399,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7400,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7401,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7402,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7403,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7404,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7405,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7406,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7407,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7408,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7409,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7410,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7411,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7412,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7413,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7414,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7415,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7416,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7417,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7418,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7419,,,stu_RVILQ96441,,0,12,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7420,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7421,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7422,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7423,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7424,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7425,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7426,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7427,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7428,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7429,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7430,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7431,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7432,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7433,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7434,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7435,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7436,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7437,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7438,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7439,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7440,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7441,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7442,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7443,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7444,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7445,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7446,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7447,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7448,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7449,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7450,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7451,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7452,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7453,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7454,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7455,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7456,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7457,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7458,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7459,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7460,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7461,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7462,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7463,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7464,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7465,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7466,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7467,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7468,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7469,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7470,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7471,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7472,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7473,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7474,,,stu_TMQEW32013,,0,17,,,,,ratio_proportion_change3-099,ratio_proportion_change3-099,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7475,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7476,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7477,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7478,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7479,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7480,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7481,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7482,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7483,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7484,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7485,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7486,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7487,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7488,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7489,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7490,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7491,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7492,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7493,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7494,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7495,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7496,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7497,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7498,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7499,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7500,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7501,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7502,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7503,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7504,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7505,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7506,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7507,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7508,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7509,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7510,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7511,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7512,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7513,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7514,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7515,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7516,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7517,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7518,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7519,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7520,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7521,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7522,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7523,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7524,,,stu_TMQEW32013,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+7525,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7526,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7527,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7528,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7529,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7530,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7531,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7532,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7533,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7534,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7535,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7536,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7537,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7538,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7539,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7540,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7541,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7542,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7543,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7544,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7545,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7546,,,stu_WGTXF42141,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7547,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7548,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7549,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7550,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7551,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7552,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7553,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7554,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7555,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7556,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7557,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7558,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7559,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7560,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7561,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7562,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7563,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7564,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7565,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7566,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7567,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7568,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7569,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7570,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7571,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7572,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7573,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7574,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7575,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7576,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7577,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7578,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7579,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7580,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7581,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7582,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7583,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7584,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7585,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7586,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7587,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7588,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7589,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7590,,,stu_WGTXF42141,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,8,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7591,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7592,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7593,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7594,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7595,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7596,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7597,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7598,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7599,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7600,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7601,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7602,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7603,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7604,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7605,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7606,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7607,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7608,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7609,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7610,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7611,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7612,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7613,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7614,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7615,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7616,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7617,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7618,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7619,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7620,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7621,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7622,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7623,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7624,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7625,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7626,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7627,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7628,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7629,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7630,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7631,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7632,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7633,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7634,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7635,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7636,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7637,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7638,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7639,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7640,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7641,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7642,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7643,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7644,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7645,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7646,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7647,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7648,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7649,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7650,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7651,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7652,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7653,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7654,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7655,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7656,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7657,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7658,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7659,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7660,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7661,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7662,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7663,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7664,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7665,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7666,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7667,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7668,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7669,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7670,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7671,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7672,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7673,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7674,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7675,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7676,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7677,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7678,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7679,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7680,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7681,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7682,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7683,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7684,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7685,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7686,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7687,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7688,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7689,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7690,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7691,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7692,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7693,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7694,,,stu_BNPPW49063,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7695,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7696,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7697,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7698,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7699,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7700,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7701,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7702,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7703,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7704,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7705,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7706,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7707,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7708,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7709,,,stu_BNPPW49063,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7710,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7711,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7712,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7713,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7714,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7715,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7716,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7717,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7718,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7719,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7720,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7721,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7722,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7723,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7724,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7725,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7726,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7727,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7728,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7729,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7730,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7731,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7732,,,stu_BNPPW49063,,0,17,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7733,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7734,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7735,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7736,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7737,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7738,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7739,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7740,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7741,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7742,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7743,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7744,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7745,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7746,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7747,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7748,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7749,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7750,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7751,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7752,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7753,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7754,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7755,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7756,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7757,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7758,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7759,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7760,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7761,,,stu_PENKF78205,,0,19,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7762,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7763,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7764,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7765,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7766,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7767,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7768,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7769,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7770,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7771,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7772,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7773,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7774,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7775,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7776,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7777,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7778,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7779,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7780,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7781,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7782,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7783,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+7784,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7785,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7786,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7787,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7788,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7789,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7790,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7791,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7792,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7793,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7794,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7795,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7796,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7797,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7798,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7799,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7800,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7801,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7802,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7803,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7804,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7805,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7806,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7807,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7808,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7809,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7810,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7811,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7812,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7813,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7814,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7815,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7816,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7817,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7818,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7819,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7820,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7821,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7822,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7823,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7824,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7825,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7826,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7827,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7828,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7829,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7830,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7831,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7832,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7833,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7834,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7835,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7836,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7837,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7838,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7839,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7840,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7841,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7842,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7843,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7844,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7845,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7846,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7847,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7848,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7849,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7850,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7851,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7852,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7853,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7854,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7855,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7856,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7857,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7858,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7859,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7860,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7861,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7862,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7863,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7864,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7865,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7866,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7867,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7868,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7869,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7870,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7871,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7872,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7873,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7874,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7875,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7876,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7877,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+7878,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7879,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7880,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7881,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7882,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7883,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7884,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7885,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7886,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7887,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7888,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7889,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7890,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7891,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7892,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7893,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7894,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7895,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7896,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7897,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7898,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7899,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7900,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7901,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7902,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7903,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7904,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7905,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7906,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7907,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7908,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7909,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7910,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7911,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7912,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7913,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7914,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7915,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7916,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7917,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7918,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7919,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7920,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7921,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7922,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7923,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7924,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7925,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7926,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7927,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7928,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7929,,,stu_JUDSQ88824,,0,26,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7930,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7931,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7932,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7933,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7934,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7935,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7936,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7937,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7938,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7939,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7940,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7941,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7942,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7943,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7944,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7945,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7946,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7947,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7948,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7949,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7950,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7951,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+7952,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7953,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7954,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7955,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7956,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7957,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7958,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7959,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7960,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7961,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7962,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7963,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7964,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7965,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7966,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7967,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7968,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7969,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7970,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7971,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7972,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7973,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7974,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7975,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7976,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+7977,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7978,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7979,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7980,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7981,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7982,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7983,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7984,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7985,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7986,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7987,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7988,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7989,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7990,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7991,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7992,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7993,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7994,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7995,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7996,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7997,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7998,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+7999,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8000,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8001,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8002,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8003,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8004,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8005,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8006,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8007,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8008,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8009,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8010,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8011,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8012,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8013,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8014,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8015,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8016,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8017,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8018,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8019,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8020,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8021,,,stu_HMIMS22710,,0,15,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8022,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8023,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8024,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8025,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8026,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8027,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8028,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8029,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8030,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8031,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8032,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8033,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8034,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8035,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8036,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8037,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8038,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8039,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8040,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8041,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8042,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8043,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8044,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8045,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8046,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8047,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8048,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8049,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8050,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8051,,,stu_IWSAX21734,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+8052,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8053,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8054,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8055,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8056,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8057,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8058,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8059,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8060,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8061,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8062,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8063,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8064,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8065,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8066,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8067,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8068,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+8069,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8070,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8071,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8072,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8073,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8074,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8075,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8076,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8077,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8078,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8079,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8080,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8081,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8082,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8083,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8084,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8085,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8086,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8087,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8088,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8089,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8090,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8091,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8092,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8093,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8094,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8095,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8096,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8097,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8098,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8099,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8100,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8101,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8102,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8103,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8104,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8105,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8106,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8107,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8108,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8109,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8110,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8111,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8112,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8113,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8114,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8115,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8116,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8117,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8118,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8119,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8120,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8121,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8122,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8123,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8124,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8125,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8126,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8127,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8128,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8129,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8130,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8131,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8132,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8133,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8134,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8135,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8136,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8137,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8138,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8139,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8140,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8141,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8142,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8143,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8144,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8145,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8146,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8147,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8148,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8149,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8150,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8151,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8152,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8153,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8154,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8155,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8156,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8157,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8158,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8159,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8160,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8161,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8162,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8163,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8164,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8165,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8166,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8167,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8168,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8169,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8170,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8171,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8172,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8173,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8174,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8175,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8176,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8177,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8178,,,stu_GEWIL29218,,0,20,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8179,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8180,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8181,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8182,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8183,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8184,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8185,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8186,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8187,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8188,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8189,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8190,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8191,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8192,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8193,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8194,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8195,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8196,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8197,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8198,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8199,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8200,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8201,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8202,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8203,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8204,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8205,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8206,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8207,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8208,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8209,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8210,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8211,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8212,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8213,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8214,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8215,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8216,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8217,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8218,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8219,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8220,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8221,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8222,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8223,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8224,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8225,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8226,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8227,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8228,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8229,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8230,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8231,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8232,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8233,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8234,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8235,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8236,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8237,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8238,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8239,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8240,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8241,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8242,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8243,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8244,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8245,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8246,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8247,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8248,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8249,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8250,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8251,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8252,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8253,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8254,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8255,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8256,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8257,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8258,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8259,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8260,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8261,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8262,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8263,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8264,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8265,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8266,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8267,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8268,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8269,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8270,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8271,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8272,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8273,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8274,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8275,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8276,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8277,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8278,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8279,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8280,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8281,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8282,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8283,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8284,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8285,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8286,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8287,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8288,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8289,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8290,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8291,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8292,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8293,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8294,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8295,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8296,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8297,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8298,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8299,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8300,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8301,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8302,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8303,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8304,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8305,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8306,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8307,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8308,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8309,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8310,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8311,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8312,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8313,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8314,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8315,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8316,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8317,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8318,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8319,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8320,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8321,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8322,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8323,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+8324,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8325,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8326,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8327,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8328,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8329,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8330,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8331,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8332,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8333,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8334,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8335,,,stu_MEXOF40579,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8336,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8337,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8338,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8339,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8340,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8341,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8342,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8343,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8344,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8345,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8346,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8347,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8348,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8349,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8350,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8351,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8352,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8353,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8354,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8355,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8356,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8357,,,stu_MEXOF40579,,0,11,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8358,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8359,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8360,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8361,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8362,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8363,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8364,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8365,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8366,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8367,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8368,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8369,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8370,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8371,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8372,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8373,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8374,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8375,,,stu_MEXOF40579,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8376,,,stu_PITCD20795,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8377,,,stu_PITCD20795,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8378,,,stu_PITCD20795,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8379,,,stu_PITCD20795,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8380,,,stu_PITCD20795,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8381,,,stu_PITCD20795,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8382,,,stu_PITCD20795,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8383,,,stu_PITCD20795,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8384,,,stu_PITCD20795,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8385,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8386,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8387,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8388,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8389,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8390,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8391,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8392,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8393,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8394,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8395,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8396,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8397,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8398,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8399,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8400,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8401,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8402,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8403,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8404,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8405,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8406,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8407,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8408,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8409,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8410,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8411,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8412,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8413,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8414,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8415,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8416,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8417,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8418,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8419,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8420,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8421,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8422,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8423,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8424,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8425,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8426,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8427,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8428,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8429,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8430,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8431,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8432,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8433,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8434,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8435,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8436,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8437,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8438,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8439,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8440,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8441,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8442,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8443,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8444,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8445,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8446,,,stu_DIOLM00442,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8447,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8448,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8449,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8450,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8451,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8452,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8453,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8454,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8455,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8456,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8457,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8458,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8459,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8460,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8461,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8462,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8463,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8464,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8465,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8466,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8467,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8468,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8469,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8470,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8471,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8472,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8473,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8474,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8475,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8476,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8477,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8478,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8479,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8480,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8481,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8482,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8483,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8484,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8485,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8486,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8487,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8488,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8489,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8490,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8491,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8492,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8493,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8494,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8495,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8496,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8497,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8498,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8499,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8500,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8501,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8502,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8503,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8504,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8505,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8506,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8507,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8508,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8509,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8510,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8511,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8512,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8513,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8514,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8515,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8516,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8517,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8518,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8519,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8520,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8521,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8522,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8523,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8524,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8525,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8526,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8527,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8528,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8529,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8530,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8531,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8532,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8533,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8534,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8535,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8536,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8537,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8538,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8539,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8540,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8541,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8542,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8543,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8544,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8545,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8546,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8547,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8548,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8549,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8550,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8551,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8552,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8553,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8554,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8555,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8556,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8557,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8558,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8559,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8560,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+8561,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8562,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8563,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8564,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8565,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8566,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8567,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8568,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8569,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8570,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8571,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8572,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8573,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8574,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8575,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8576,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8577,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8578,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8579,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8580,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8581,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8582,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8583,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+8584,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8585,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8586,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8587,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8588,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8589,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8590,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8591,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8592,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8593,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8594,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8595,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8596,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8597,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8598,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8599,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8600,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8601,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8602,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8603,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8604,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8605,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8606,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8607,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8608,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8609,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8610,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8611,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8612,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8613,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8614,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8615,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8616,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8617,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8618,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8619,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8620,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8621,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8622,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8623,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8624,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8625,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8626,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8627,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8628,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8629,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8630,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8631,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8632,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8633,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8634,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8635,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8636,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8637,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8638,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8639,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8640,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8641,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8642,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8643,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8644,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8645,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8646,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8647,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8648,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8649,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8650,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8651,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8652,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8653,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8654,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8655,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8656,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8657,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8658,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8659,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8660,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8661,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8662,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8663,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8664,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8665,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8666,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8667,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8668,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8669,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8670,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8671,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8672,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8673,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8674,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8675,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8676,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8677,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8678,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8679,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8680,,,stu_BGMLH45060,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8681,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8682,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8683,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8684,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8685,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8686,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8687,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8688,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8689,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8690,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8691,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8692,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8693,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8694,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8695,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8696,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8697,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8698,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8699,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8700,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8701,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8702,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8703,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8704,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8705,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8706,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8707,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8708,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8709,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8710,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8711,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8712,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8713,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8714,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8715,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8716,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8717,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8718,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8719,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8720,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8721,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8722,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8723,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8724,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8725,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8726,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8727,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8728,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8729,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8730,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8731,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8732,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8733,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8734,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8735,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8736,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8737,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8738,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8739,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8740,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8741,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8742,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8743,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8744,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8745,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8746,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8747,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8748,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8749,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8750,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8751,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8752,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8753,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8754,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8755,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8756,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8757,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8758,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8759,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8760,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8761,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8762,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8763,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8764,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8765,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8766,,,stu_DZUNO51502,,0,19,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8767,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8768,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8769,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8770,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8771,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8772,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8773,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8774,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8775,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8776,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8777,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8778,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8779,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8780,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8781,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8782,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8783,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8784,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8785,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8786,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8787,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8788,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8789,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8790,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8791,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8792,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8793,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8794,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8795,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8796,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8797,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8798,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8799,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8800,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8801,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8802,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8803,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8804,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8805,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8806,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8807,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8808,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8809,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8810,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8811,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8812,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8813,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8814,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8815,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8816,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8817,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8818,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8819,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8820,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8821,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8822,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8823,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8824,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8825,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8826,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8827,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8828,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8829,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8830,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8831,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8832,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8833,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8834,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8835,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8836,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8837,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8838,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8839,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8840,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8841,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8842,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8843,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8844,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8845,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8846,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+8847,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8848,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8849,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8850,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8851,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8852,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8853,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8854,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8855,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8856,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8857,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8858,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8859,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8860,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8861,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8862,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8863,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8864,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8865,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8866,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8867,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8868,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8869,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8870,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8871,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8872,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8873,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+8874,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8875,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8876,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8877,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8878,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8879,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8880,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8881,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8882,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8883,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8884,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8885,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8886,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8887,,,stu_TVCJY05397,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8888,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8889,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8890,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8891,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8892,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8893,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8894,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8895,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8896,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8897,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8898,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8899,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8900,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8901,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8902,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8903,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8904,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8905,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8906,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8907,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8908,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8909,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8910,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8911,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8912,,,stu_TVCJY05397,,0,15,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8913,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8914,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8915,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8916,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8917,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8918,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8919,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8920,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8921,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8922,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8923,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8924,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8925,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8926,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8927,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8928,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8929,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8930,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8931,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8932,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8933,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8934,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8935,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8936,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8937,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8938,,,stu_TVIUY56944,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8939,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8940,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8941,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8942,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8943,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8944,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8945,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8946,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8947,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8948,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8949,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8950,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8951,,,stu_VUZIZ43951,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8952,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8953,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8954,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8955,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8956,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8957,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8958,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8959,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8960,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8961,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8962,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+8963,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8964,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8965,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8966,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8967,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8968,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8969,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8970,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8971,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8972,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8973,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8974,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8975,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8976,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8977,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8978,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8979,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8980,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+8981,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8982,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8983,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8984,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8985,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8986,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8987,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8988,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8989,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8990,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8991,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8992,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8993,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8994,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8995,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8996,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,NumeratorQuantity1,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8997,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8998,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+8999,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9000,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9001,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9002,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9003,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9004,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9005,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9006,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9007,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9008,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-194,ratio_proportion_change3-194,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9009,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9010,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9011,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9012,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9013,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9014,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9015,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9016,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9017,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9018,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9019,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9020,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9021,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9022,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9023,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9024,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9025,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9026,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9027,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9028,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9029,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9030,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9031,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9032,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9033,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9034,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9035,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9036,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9037,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9038,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9039,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9040,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9041,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9042,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9043,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9044,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9045,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9046,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9047,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9048,,,stu_UJUON65224,,0,13,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9049,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9050,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9051,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9052,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9053,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9054,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9055,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9056,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9057,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9058,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9059,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9060,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9061,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9062,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9063,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9064,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9065,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9066,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9067,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9068,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9069,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+9070,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9071,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9072,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9073,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9074,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9075,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9076,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9077,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9078,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9079,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9080,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9081,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9082,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9083,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9084,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9085,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9086,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9087,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9088,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9089,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9090,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9091,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9092,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9093,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9094,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9095,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9096,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9097,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9098,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9099,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9100,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9101,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9102,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9103,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9104,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9105,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9106,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9107,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9108,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9109,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9110,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9111,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9112,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9113,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9114,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9115,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9116,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9117,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9118,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9119,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9120,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9121,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9122,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9123,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9124,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9125,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9126,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9127,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9128,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9129,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9130,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9131,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9132,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9133,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9134,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9135,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9136,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9137,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9138,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9139,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9140,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9141,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9142,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9143,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9144,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9145,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9146,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9147,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9148,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9149,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9150,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9151,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9152,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9153,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9154,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9155,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9156,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9157,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9158,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9159,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9160,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9161,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9162,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9163,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9164,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9165,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9166,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9167,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9168,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9169,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9170,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9171,,,stu_DSXTW71252,,0,17,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+9172,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9173,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9174,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9175,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9176,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9177,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9178,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9179,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9180,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9181,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9182,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9183,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9184,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9185,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9186,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9187,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9188,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9189,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9190,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9191,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9192,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9193,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9194,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9195,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9196,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9197,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9198,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9199,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9200,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9201,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9202,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9203,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9204,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9205,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9206,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9207,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9208,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9209,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9210,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9211,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9212,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9213,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9214,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9215,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9216,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9217,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9218,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9219,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9220,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9221,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9222,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9223,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9224,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9225,,,stu_NGIHB54278,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9226,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9227,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9228,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9229,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9230,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9231,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9232,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9233,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9234,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9235,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9236,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9237,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9238,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9239,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9240,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9241,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9242,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9243,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9244,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9245,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9246,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9247,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9248,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9249,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9250,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9251,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9252,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9253,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9254,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9255,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9256,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9257,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9258,,,stu_NGIHB54278,,0,18,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9259,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9260,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9261,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9262,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9263,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9264,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9265,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9266,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9267,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9268,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9269,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9270,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9271,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9272,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9273,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9274,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9275,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9276,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9277,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9278,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9279,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9280,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9281,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9282,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9283,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9284,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9285,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9286,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9287,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9288,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9289,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9290,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9291,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9292,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9293,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9294,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9295,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9296,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9297,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9298,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9299,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9300,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9301,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9302,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9303,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9304,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9305,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9306,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9307,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9308,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9309,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9310,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9311,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9312,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9313,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9314,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9315,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9316,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9317,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9318,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9319,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9320,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9321,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9322,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9323,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9324,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9325,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9326,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9327,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9328,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9329,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9330,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9331,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9332,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9333,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9334,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9335,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9336,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9337,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9338,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9339,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9340,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9341,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9342,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9343,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9344,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9345,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+9346,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9347,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9348,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9349,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9350,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9351,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9352,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9353,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9354,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9355,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9356,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9357,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9358,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9359,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9360,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9361,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9362,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9363,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9364,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9365,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9366,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9367,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9368,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9369,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9370,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9371,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9372,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9373,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9374,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9375,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9376,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9377,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9378,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9379,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9380,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9381,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9382,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9383,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9384,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9385,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9386,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9387,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9388,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9389,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9390,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9391,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9392,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9393,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9394,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9395,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9396,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9397,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9398,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9399,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9400,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9401,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9402,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9403,,,stu_UAVQA68576,,0,19,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9404,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9405,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9406,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9407,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9408,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9409,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9410,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9411,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9412,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9413,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9414,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9415,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9416,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9417,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9418,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9419,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9420,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9421,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9422,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9423,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9424,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9425,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9426,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9427,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9428,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9429,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9430,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9431,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9432,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9433,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9434,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9435,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9436,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9437,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9438,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9439,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9440,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9441,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9442,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9443,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9444,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9445,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9446,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9447,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9448,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9449,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9450,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+9451,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9452,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9453,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9454,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9455,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9456,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9457,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9458,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9459,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9460,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9461,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9462,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9463,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9464,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9465,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9466,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9467,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9468,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9469,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9470,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9471,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9472,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9473,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9474,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9475,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9476,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9477,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9478,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9479,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9480,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9481,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9482,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9483,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9484,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9485,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9486,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9487,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9488,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9489,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9490,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9491,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9492,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9493,,,stu_YPQDZ86252,,0,20,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9494,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9495,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9496,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9497,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9498,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9499,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9500,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9501,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9502,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9503,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9504,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9505,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9506,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9507,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9508,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9509,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9510,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9511,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9512,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9513,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9514,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9515,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9516,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9517,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9518,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9519,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9520,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9521,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9522,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9523,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9524,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9525,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9526,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9527,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9528,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9529,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9530,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9531,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9532,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9533,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9534,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9535,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9536,,,stu_YPQDZ86252,,0,19,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+9537,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9538,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9539,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9540,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9541,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9542,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9543,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9544,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9545,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9546,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+9547,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9548,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9549,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9550,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9551,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9552,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9553,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9554,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9555,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9556,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9557,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9558,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9559,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9560,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9561,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9562,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9563,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9564,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9565,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9566,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9567,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9568,,,stu_GRKLP33563,,0,16,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9569,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9570,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9571,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9572,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9573,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9574,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9575,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9576,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9577,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9578,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9579,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9580,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9581,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9582,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9583,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9584,,,stu_GRKLP33563,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9585,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9586,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9587,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9588,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9589,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9590,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9591,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9592,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9593,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9594,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9595,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9596,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9597,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9598,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9599,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9600,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9601,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9602,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9603,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9604,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9605,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9606,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9607,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9608,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9609,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9610,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9611,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9612,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9613,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9614,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9615,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9616,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9617,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9618,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9619,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9620,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9621,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9622,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9623,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9624,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9625,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9626,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9627,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9628,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9629,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9630,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9631,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9632,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9633,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9634,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9635,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9636,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9637,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9638,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9639,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9640,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9641,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9642,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9643,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9644,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9645,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9646,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9647,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9648,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9649,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9650,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9651,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9652,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9653,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9654,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9655,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9656,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9657,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9658,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9659,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9660,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9661,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9662,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9663,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9664,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9665,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9666,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9667,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9668,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9669,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9670,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9671,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9672,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9673,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9674,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+9675,,,stu_VNZCU70349,,0,19,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
diff --git a/fileHandler/ER-unsuccessful-strategies.csv b/fileHandler/ER-unsuccessful-strategies.csv
index ef092ff934f029037886fd47320edb382a021dbf..3075530bf78b70d7f2ca8df53b9571ab13da192f 100644
--- a/fileHandler/ER-unsuccessful-strategies.csv
+++ b/fileHandler/ER-unsuccessful-strategies.csv
@@ -1,11937 +1,15983 @@
Row,Sample Name,Transaction Id,Anon Student Id,Session Id,Time Zone,Duration (sec),Student Response Type,Student Response Subtype,Tutor Response Type,Tutor Response Subtype,Level (Workspace Id),Problem Name,Problem View,Problem Start Time,Step Name,Attempt At Step,Is Last Attempt,Outcome,Selection,Action,Input,Feedback Text,Feedback Classification,Help Level,Total Num Hints,KC (MATHia),KC Category (MATHia),KC (Single-KC),KC Category (Single-KC),KC (Unique-step),KC Category (Unique-step),School,Class,CF (Ruleid),CF (Semantic Event Id),CF (Skill New p-Known),CF (Skill Previous p-Known),CF (Workspace Progress Status),Event Type
-1,,,stu_KCIWD46364,,1663352181621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2,,,stu_KCIWD46364,,1663352187293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3,,,stu_KCIWD46364,,1663352193047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-4,,,stu_KCIWD46364,,1663352194761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-5,,,stu_KCIWD46364,,1663352195437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-6,,,stu_KCIWD46364,,1663352200598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-7,,,stu_KCIWD46364,,1663352201419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-8,,,stu_KCIWD46364,,1663352202126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-9,,,stu_KCIWD46364,,1663352203166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-10,,,stu_KCIWD46364,,1663352211981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-11,,,stu_KCIWD46364,,1663352214587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-12,,,stu_KCIWD46364,,1663352217056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-13,,,stu_KCIWD46364,,1663352223515,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-14,,,stu_KCIWD46364,,1663352226221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-15,,,stu_KCIWD46364,,1663352237709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-16,,,stu_KCIWD46364,,1663352247010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-17,,,stu_KCIWD46364,,1663352248681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-18,,,stu_KCIWD46364,,1663352256385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-19,,,stu_KCIWD46364,,1663352262414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-20,,,stu_KCIWD46364,,1663352262437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-21,,,stu_KCIWD46364,,1663352266247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-22,,,stu_KCIWD46364,,1663352269611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-23,,,stu_GADKM52894,,1680141011307,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-24,,,stu_GADKM52894,,1680141022986,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-25,,,stu_GADKM52894,,1680141029654,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-26,,,stu_GADKM52894,,1680141032038,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-27,,,stu_GADKM52894,,1680141039874,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-28,,,stu_GADKM52894,,1680141044164,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-29,,,stu_GADKM52894,,1680141045986,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-30,,,stu_GADKM52894,,1680141047673,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-31,,,stu_GADKM52894,,1680141051061,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-32,,,stu_GADKM52894,,1680141053462,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-33,,,stu_GADKM52894,,1680141061426,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-34,,,stu_GADKM52894,,1680141063567,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-35,,,stu_GADKM52894,,1680141063620,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-36,,,stu_GADKM52894,,1680141068233,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-37,,,stu_GADKM52894,,1680141070136,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-38,,,stu_GADKM52894,,1680141072582,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-39,,,stu_GADKM52894,,1680141076496,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-40,,,stu_GADKM52894,,1680141081991,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-41,,,stu_GADKM52894,,1680141084494,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-42,,,stu_GADKM52894,,1680141084537,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-43,,,stu_GADKM52894,,1680141092339,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-44,,,stu_GADKM52894,,1680141098434,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-45,,,stu_GADKM52894,,1680141106133,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-46,,,stu_GADKM52894,,1680141116500,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-47,,,stu_GADKM52894,,1680141118151,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-48,,,stu_GADKM52894,,1680141121812,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-49,,,stu_GADKM52894,,1680141129538,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-50,,,stu_GADKM52894,,1680141131870,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-51,,,stu_GADKM52894,,1680101587420,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-52,,,stu_GADKM52894,,1680101597393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-53,,,stu_GADKM52894,,1680101606253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-54,,,stu_GADKM52894,,1680101608583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-55,,,stu_GADKM52894,,1680101614605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-56,,,stu_GADKM52894,,1680101614633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-57,,,stu_GADKM52894,,1680101618806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-58,,,stu_GADKM52894,,1680101622295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-59,,,stu_GADKM52894,,1680101625414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-60,,,stu_GADKM52894,,1680101631089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-61,,,stu_GADKM52894,,1680101635489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-62,,,stu_GADKM52894,,1680101648879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-63,,,stu_GADKM52894,,1680101648922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-64,,,stu_GADKM52894,,1680101655211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-65,,,stu_GADKM52894,,1680101657005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-66,,,stu_GADKM52894,,1680101660392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-67,,,stu_GADKM52894,,1680101666721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-68,,,stu_GADKM52894,,1680101671640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-69,,,stu_GADKM52894,,1680101677108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-70,,,stu_GADKM52894,,1680101679159,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-71,,,stu_GADKM52894,,1680101681181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-72,,,stu_GADKM52894,,1680101684169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-73,,,stu_GADKM52894,,1680101688100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-74,,,stu_GADKM52894,,1680101692131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-75,,,stu_GADKM52894,,1680101707656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-76,,,stu_GADKM52894,,1680101707678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-77,,,stu_GADKM52894,,1680101712266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-78,,,stu_GADKM52894,,1680101715392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-79,,,stu_GADKM52894,,1680101717950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-80,,,stu_GADKM52894,,1680101721845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-81,,,stu_GADKM52894,,1680101734383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-82,,,stu_GADKM52894,,1680101734422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-83,,,stu_GADKM52894,,1680101739256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-84,,,stu_GADKM52894,,1680101741604,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-85,,,stu_GADKM52894,,1680142143634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-86,,,stu_GADKM52894,,1680142143693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-87,,,stu_GADKM52894,,1680142148166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-88,,,stu_GADKM52894,,1680142151428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-89,,,stu_GADKM52894,,1680142156046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-90,,,stu_GADKM52894,,1680142158221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-91,,,stu_GADKM52894,,1680142159714,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-92,,,stu_GADKM52894,,1680142165373,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-93,,,stu_GADKM52894,,1680142174473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-94,,,stu_GADKM52894,,1680142191440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-95,,,stu_GADKM52894,,1680142193126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-96,,,stu_GADKM52894,,1680142194518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-97,,,stu_GADKM52894,,1680142197028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-98,,,stu_GADKM52894,,1680142198945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-99,,,stu_GADKM52894,,1680142202427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-100,,,stu_GADKM52894,,1680142206487,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-101,,,stu_GADKM52894,,1680142210615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-102,,,stu_GADKM52894,,1680142213369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-103,,,stu_GADKM52894,,1680142220532,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-104,,,stu_GADKM52894,,1680142222807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-105,,,stu_GADKM52894,,1680142227892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-106,,,stu_GADKM52894,,1680142231600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-107,,,stu_GADKM52894,,1680141710095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-108,,,stu_GADKM52894,,1680141710209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-109,,,stu_GADKM52894,,1680141713064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-110,,,stu_GADKM52894,,1680141739814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-111,,,stu_GADKM52894,,1680141744740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-112,,,stu_GADKM52894,,1680141748118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-113,,,stu_GADKM52894,,1680141757734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-114,,,stu_GADKM52894,,1680141757760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-115,,,stu_GADKM52894,,1680141760963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-116,,,stu_GADKM52894,,1680141780657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-117,,,stu_GADKM52894,,1680141785147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-118,,,stu_GADKM52894,,1680141800120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-119,,,stu_GADKM52894,,1680141801427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-120,,,stu_GADKM52894,,1680141803275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-121,,,stu_GADKM52894,,1680141806434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-122,,,stu_GADKM52894,,1680141808602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-123,,,stu_GADKM52894,,1680141810640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-124,,,stu_GADKM52894,,1680141814635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-125,,,stu_GADKM52894,,1680141816384,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-126,,,stu_GADKM52894,,1680141818829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-127,,,stu_GADKM52894,,1680141820852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-128,,,stu_GADKM52894,,1680141823396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-129,,,stu_GADKM52894,,1680141825851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-130,,,stu_GADKM52894,,1680141835227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-131,,,stu_GADKM52894,,1680141858521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-132,,,stu_GADKM52894,,1680141860483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-133,,,stu_GADKM52894,,1680141863538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-134,,,stu_GADKM52894,,1680141872587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-135,,,stu_GADKM52894,,1680141886955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-136,,,stu_GADKM52894,,1680141907229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-137,,,stu_GADKM52894,,1680141907282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-138,,,stu_GADKM52894,,1680141909803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-139,,,stu_GADKM52894,,1680141947704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-140,,,stu_GADKM52894,,1680141953778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-141,,,stu_GADKM52894,,1680141957520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-142,,,stu_GADKM52894,,1680141960653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-143,,,stu_GADKM52894,,1680141964986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-144,,,stu_GADKM52894,,1680141969128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-145,,,stu_GADKM52894,,1680141972862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-146,,,stu_GADKM52894,,1680141974138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-147,,,stu_GADKM52894,,1680141978034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-148,,,stu_GADKM52894,,1680141979707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-149,,,stu_GADKM52894,,1680141983133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-150,,,stu_GADKM52894,,1680141983171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-151,,,stu_GADKM52894,,1680141990840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-152,,,stu_GADKM52894,,1680141993486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-153,,,stu_GADKM52894,,1680141995626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-154,,,stu_GADKM52894,,1680141998178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-155,,,stu_GADKM52894,,1680142001567,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-156,,,stu_GADKM52894,,1680142004170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-157,,,stu_GADKM52894,,1680142005781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-158,,,stu_GADKM52894,,1680142017553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-159,,,stu_GADKM52894,,1680142023947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-160,,,stu_TJCKI93854,,1679367533512,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-161,,,stu_TJCKI93854,,1679367543902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-162,,,stu_TJCKI93854,,1679367546868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-163,,,stu_TJCKI93854,,1679367550129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-164,,,stu_TJCKI93854,,1679367552059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-165,,,stu_TJCKI93854,,1679367556565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-166,,,stu_TJCKI93854,,1679367557813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-167,,,stu_TJCKI93854,,1679367560838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-168,,,stu_TJCKI93854,,1679367561908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-169,,,stu_TJCKI93854,,1679367577888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-170,,,stu_TJCKI93854,,1679367630507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-171,,,stu_TJCKI93854,,1679367667663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-172,,,stu_TJCKI93854,,1679367672414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-173,,,stu_TJCKI93854,,1679367676390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-174,,,stu_TJCKI93854,,1679367679060,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-175,,,stu_TJCKI93854,,1679367690162,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-176,,,stu_TJCKI93854,,1679367850477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-177,,,stu_TJCKI93854,,1679367855955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-178,,,stu_TJCKI93854,,1679367866954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-179,,,stu_TJCKI93854,,1679367878159,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-180,,,stu_TJCKI93854,,1679362194943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-181,,,stu_TJCKI93854,,1679362331787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-182,,,stu_TJCKI93854,,1679362348025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-183,,,stu_TJCKI93854,,1679362351304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-184,,,stu_TJCKI93854,,1679362351329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-185,,,stu_TJCKI93854,,1679362358085,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-186,,,stu_TJCKI93854,,1679362370636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-187,,,stu_TJCKI93854,,1679362375252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-188,,,stu_TJCKI93854,,1679362379382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-189,,,stu_TJCKI93854,,1679362381456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-190,,,stu_TJCKI93854,,1679362383631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-191,,,stu_TJCKI93854,,1679362388157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-192,,,stu_TJCKI93854,,1679362524725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-193,,,stu_TJCKI93854,,1679362527343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-194,,,stu_TJCKI93854,,1679362530781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-195,,,stu_TJCKI93854,,1679362532086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-196,,,stu_TJCKI93854,,1679362540971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-197,,,stu_TJCKI93854,,1679362542553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-198,,,stu_TJCKI93854,,1679362551627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-199,,,stu_TJCKI93854,,1679362563353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-200,,,stu_TJCKI93854,,1679362742551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-201,,,stu_TJCKI93854,,1679362745070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-202,,,stu_TJCKI93854,,1679362748590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-203,,,stu_TJCKI93854,,1679362753485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-204,,,stu_TJCKI93854,,1679362770131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-205,,,stu_TJCKI93854,,1679362778907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-206,,,stu_TJCKI93854,,1679362782968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-207,,,stu_TJCKI93854,,1679362790115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-208,,,stu_TJCKI93854,,1679362794632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-209,,,stu_TJCKI93854,,1679362798682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-210,,,stu_TJCKI93854,,1679362801973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-211,,,stu_TJCKI93854,,1679362806921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-212,,,stu_TJCKI93854,,1679362807795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-213,,,stu_TJCKI93854,,1679362811863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-214,,,stu_TJCKI93854,,1679362834119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-215,,,stu_TJCKI93854,,1679362838417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-216,,,stu_TJCKI93854,,1679362840064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-217,,,stu_TJCKI93854,,1679362845952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-218,,,stu_TJCKI93854,,1679362851328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-219,,,stu_TJCKI93854,,1679362854956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-220,,,stu_TJCKI93854,,1679362856958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-221,,,stu_TJCKI93854,,1679362869781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-222,,,stu_TJCKI93854,,1679362933151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-223,,,stu_TJCKI93854,,1679362938727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-224,,,stu_TJCKI93854,,1679363217359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-225,,,stu_TJCKI93854,,1679363222437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-226,,,stu_TJCKI93854,,1679363225062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-227,,,stu_TJCKI93854,,1679363228671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-228,,,stu_TJCKI93854,,1679363231398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-229,,,stu_HUDPT56917,,1677091948165,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-230,,,stu_HUDPT56917,,1677091948203,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-231,,,stu_HUDPT56917,,1677091958682,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-232,,,stu_HUDPT56917,,1677091965730,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-233,,,stu_HUDPT56917,,1677091970411,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-234,,,stu_HUDPT56917,,1677091983733,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-235,,,stu_HUDPT56917,,1677091985151,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-236,,,stu_HUDPT56917,,1677091996420,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-237,,,stu_HUDPT56917,,1677091998794,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-238,,,stu_HUDPT56917,,1677092001239,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-239,,,stu_HUDPT56917,,1677092005517,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-240,,,stu_HUDPT56917,,1677092008025,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-241,,,stu_HUDPT56917,,1677092023583,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-242,,,stu_HUDPT56917,,1676989024347,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-243,,,stu_HUDPT56917,,1676989029107,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-244,,,stu_HUDPT56917,,1676989033841,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-245,,,stu_HUDPT56917,,1676989037853,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-246,,,stu_HUDPT56917,,1676989039543,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-247,,,stu_HUDPT56917,,1676989042862,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-248,,,stu_HUDPT56917,,1676989043694,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-249,,,stu_HUDPT56917,,1676989050861,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-250,,,stu_HUDPT56917,,1676989053775,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-251,,,stu_HUDPT56917,,1676989060730,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-252,,,stu_HUDPT56917,,1676989068138,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-253,,,stu_HUDPT56917,,1676989069006,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-254,,,stu_HUDPT56917,,1676989071165,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-255,,,stu_HUDPT56917,,1676989072887,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-256,,,stu_HUDPT56917,,1676989083720,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-257,,,stu_HUDPT56917,,1676989088938,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-258,,,stu_HUDPT56917,,1676989161491,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-259,,,stu_HUDPT56917,,1676989204589,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-260,,,stu_HUDPT56917,,1676989207009,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-261,,,stu_HUDPT56917,,1676989211363,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-262,,,stu_HUDPT56917,,1676989215075,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-263,,,stu_HUDPT56917,,1676988460445,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-264,,,stu_HUDPT56917,,1676988472756,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-265,,,stu_HUDPT56917,,1676988480005,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-266,,,stu_HUDPT56917,,1676988485697,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-267,,,stu_HUDPT56917,,1676988492702,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-268,,,stu_HUDPT56917,,1676988494838,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-269,,,stu_HUDPT56917,,1676988502637,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-270,,,stu_HUDPT56917,,1676988515682,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-271,,,stu_HUDPT56917,,1676988520425,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-272,,,stu_HUDPT56917,,1676988520529,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-273,,,stu_HUDPT56917,,1676988525359,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-274,,,stu_HUDPT56917,,1676988532016,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-275,,,stu_HUDPT56917,,1676988532026,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-276,,,stu_HUDPT56917,,1676988537974,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-277,,,stu_HUDPT56917,,1676988539531,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-278,,,stu_HUDPT56917,,1676988550151,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-279,,,stu_HUDPT56917,,1676988554989,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-280,,,stu_HUDPT56917,,1676988556745,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-281,,,stu_HUDPT56917,,1676988559548,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-282,,,stu_HUDPT56917,,1676988561906,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-283,,,stu_HUDPT56917,,1676988574177,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-284,,,stu_HUDPT56917,,1676988580338,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-285,,,stu_HUDPT56917,,1676988582234,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-286,,,stu_HUDPT56917,,1676988609364,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-287,,,stu_HUDPT56917,,1676988612294,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-288,,,stu_HUDPT56917,,1676988616753,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-289,,,stu_HUDPT56917,,1676988617916,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-290,,,stu_HUDPT56917,,1676988622555,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-291,,,stu_HUDPT56917,,1676988629218,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-292,,,stu_HUDPT56917,,1676987663149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-293,,,stu_HUDPT56917,,1676987666922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-294,,,stu_HUDPT56917,,1676987668810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-295,,,stu_HUDPT56917,,1676987675344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-296,,,stu_HUDPT56917,,1676987684343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-297,,,stu_HUDPT56917,,1676987689084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-298,,,stu_HUDPT56917,,1676987696387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-299,,,stu_HUDPT56917,,1676987700619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-300,,,stu_HUDPT56917,,1676987745601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-301,,,stu_HUDPT56917,,1676987749379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-302,,,stu_HUDPT56917,,1676987753121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-303,,,stu_HUDPT56917,,1676987757178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-304,,,stu_HUDPT56917,,1676987759740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-305,,,stu_HUDPT56917,,1676987759883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-306,,,stu_HUDPT56917,,1676987766231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-307,,,stu_HUDPT56917,,1676987766240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-308,,,stu_HUDPT56917,,1676987769354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-309,,,stu_HUDPT56917,,1676987769460,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-310,,,stu_HUDPT56917,,1676987775920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-311,,,stu_HUDPT56917,,1676987780262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-312,,,stu_HUDPT56917,,1676987782666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-313,,,stu_HUDPT56917,,1676987782806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-314,,,stu_HUDPT56917,,1676987785769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-315,,,stu_HUDPT56917,,1676987785872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-316,,,stu_HUDPT56917,,1676987789909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-317,,,stu_HUDPT56917,,1676987790052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-318,,,stu_HUDPT56917,,1676987794467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-319,,,stu_HUDPT56917,,1676987797994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-320,,,stu_HUDPT56917,,1676987801995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-321,,,stu_HUDPT56917,,1676987824389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-322,,,stu_HUDPT56917,,1676987826401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-323,,,stu_HUDPT56917,,1676987830971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-324,,,stu_HUDPT56917,,1676987834577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-325,,,stu_HUDPT56917,,1676987835756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-326,,,stu_HUDPT56917,,1676987841689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-327,,,stu_HUDPT56917,,1676987846341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-328,,,stu_HUDPT56917,,1676987848378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-329,,,stu_HUDPT56917,,1676987853306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-330,,,stu_HUDPT56917,,1677091898399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-331,,,stu_HUDPT56917,,1677091900296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-332,,,stu_HUDPT56917,,1677091903290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-333,,,stu_HUDPT56917,,1677091906174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-334,,,stu_HUDPT56917,,1677091919246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-335,,,stu_HUDPT56917,,1677091920625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-336,,,stu_HUDPT56917,,1677091925545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-337,,,stu_HUDPT56917,,1677091927047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-338,,,stu_HUDPT56917,,1677091927887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-339,,,stu_HUDPT56917,,1677091931124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-340,,,stu_HUDPT56917,,1677091932704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-341,,,stu_HUDPT56917,,1677091937008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-342,,,stu_HUDPT56917,,1677092425277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-343,,,stu_HUDPT56917,,1677092425346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-344,,,stu_HUDPT56917,,1677092432426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-345,,,stu_HUDPT56917,,1677092451463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-346,,,stu_HUDPT56917,,1677092453773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-347,,,stu_HUDPT56917,,1677092456133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-348,,,stu_HUDPT56917,,1677092459452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-349,,,stu_HUDPT56917,,1677092461963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-350,,,stu_HUDPT56917,,1677092466949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-351,,,stu_HUDPT56917,,1677092468304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-352,,,stu_HUDPT56917,,1677092469230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-353,,,stu_HUDPT56917,,1677092473148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-354,,,stu_HUDPT56917,,1677092477211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-355,,,stu_RAZGU46089,,1679067721394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-356,,,stu_RAZGU46089,,1679067725181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-357,,,stu_RAZGU46089,,1679067729501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-358,,,stu_RAZGU46089,,1679067733452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-359,,,stu_RAZGU46089,,1679067738353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-360,,,stu_RAZGU46089,,1679067742229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-361,,,stu_RAZGU46089,,1679067867343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-362,,,stu_RAZGU46089,,1679067871866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-363,,,stu_RAZGU46089,,1679067887825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-364,,,stu_RAZGU46089,,1679067893851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-365,,,stu_RAZGU46089,,1679067897123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-366,,,stu_RAZGU46089,,1679067913527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-367,,,stu_RAZGU46089,,1679067917271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-368,,,stu_RAZGU46089,,1679067918564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-369,,,stu_RAZGU46089,,1679067918572,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-370,,,stu_RAZGU46089,,1679067923807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-371,,,stu_RAZGU46089,,1679067923825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-372,,,stu_RAZGU46089,,1679067929003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-373,,,stu_RAZGU46089,,1679067934016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-374,,,stu_RAZGU46089,,1679067940481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-375,,,stu_RAZGU46089,,1679067943481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-376,,,stu_RAZGU46089,,1679067945515,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-377,,,stu_RAZGU46089,,1679067945531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-378,,,stu_RAZGU46089,,1679067949244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-379,,,stu_RAZGU46089,,1679067952768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-380,,,stu_RAZGU46089,,1679067956924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-381,,,stu_RAZGU46089,,1679067965118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-382,,,stu_RAZGU46089,,1679067968880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-383,,,stu_RAZGU46089,,1679067971619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-384,,,stu_RAZGU46089,,1679067973248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-385,,,stu_RAZGU46089,,1679067976317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-386,,,stu_RAZGU46089,,1679067982276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-387,,,stu_RAZGU46089,,1679067984074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-388,,,stu_RAZGU46089,,1679067985372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-389,,,stu_RAZGU46089,,1679067985388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-390,,,stu_RAZGU46089,,1679067990283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-391,,,stu_RAZGU46089,,1679067994957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-392,,,stu_RAZGU46089,,1679067998967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-393,,,stu_RAZGU46089,,1679068014596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-394,,,stu_RAZGU46089,,1679068033001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-395,,,stu_RAZGU46089,,1679068076498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-396,,,stu_RAZGU46089,,1679068077863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-397,,,stu_RAZGU46089,,1679068082067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-398,,,stu_RAZGU46089,,1679068087540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-399,,,stu_RAZGU46089,,1679068089120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-400,,,stu_RAZGU46089,,1679068114129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-401,,,stu_RAZGU46089,,1679068114134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-402,,,stu_RAZGU46089,,1679068117115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-403,,,stu_RAZGU46089,,1679068120530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-404,,,stu_RAZGU46089,,1679068123903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-405,,,stu_RAZGU46089,,1679068178095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-406,,,stu_YGNJK29621,,1680716611537,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-407,,,stu_YGNJK29621,,1680716614198,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-408,,,stu_YGNJK29621,,1680716615759,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-409,,,stu_YGNJK29621,,1680716620140,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-410,,,stu_YGNJK29621,,1680716623415,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-411,,,stu_YGNJK29621,,1680716629435,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-412,,,stu_YGNJK29621,,1680716630727,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-413,,,stu_YGNJK29621,,1680716635130,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-414,,,stu_YGNJK29621,,1680716636175,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-415,,,stu_YGNJK29621,,1680716639102,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-416,,,stu_YGNJK29621,,1680716644804,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-417,,,stu_YGNJK29621,,1680716647781,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-418,,,stu_YGNJK29621,,1680716652925,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-419,,,stu_YGNJK29621,,1680716652938,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-420,,,stu_YGNJK29621,,1680716658355,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-421,,,stu_YGNJK29621,,1680716664274,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-422,,,stu_YGNJK29621,,1680717580502,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-423,,,stu_YGNJK29621,,1680717582302,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-424,,,stu_YGNJK29621,,1680717584089,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-425,,,stu_YGNJK29621,,1680717585676,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-426,,,stu_YGNJK29621,,1680717587696,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-427,,,stu_YGNJK29621,,1680717589560,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-428,,,stu_YGNJK29621,,1680717590909,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-429,,,stu_YGNJK29621,,1680717591760,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-430,,,stu_YGNJK29621,,1680717593796,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-431,,,stu_YGNJK29621,,1680717597014,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-432,,,stu_YGNJK29621,,1680716983144,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-433,,,stu_YGNJK29621,,1680716985477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-434,,,stu_YGNJK29621,,1680716992564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-435,,,stu_YGNJK29621,,1680716995945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-436,,,stu_YGNJK29621,,1680717008406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-437,,,stu_YGNJK29621,,1680717010475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-438,,,stu_YGNJK29621,,1680717012656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-439,,,stu_YGNJK29621,,1680717017210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-440,,,stu_YGNJK29621,,1680717017982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-441,,,stu_YGNJK29621,,1680717023852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-442,,,stu_YGNJK29621,,1680717026606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-443,,,stu_YGNJK29621,,1680717030878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-444,,,stu_YGNJK29621,,1680716519947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-445,,,stu_YGNJK29621,,1680716524428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-446,,,stu_YGNJK29621,,1680716528354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-447,,,stu_YGNJK29621,,1680716530409,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-448,,,stu_YGNJK29621,,1680716536058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-449,,,stu_YGNJK29621,,1680716595879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-450,,,stu_YGNJK29621,,1680716596499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-451,,,stu_YGNJK29621,,1680716597063,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-452,,,stu_YGNJK29621,,1680716597608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-453,,,stu_YGNJK29621,,1680716598111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-454,,,stu_YGNJK29621,,1680716598569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-455,,,stu_YGNJK29621,,1680716599428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-456,,,stu_YGNJK29621,,1680716599980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-457,,,stu_YGNJK29621,,1680716600031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-458,,,stu_YGNJK29621,,1680716600511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-459,,,stu_YGNJK29621,,1680716600553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-460,,,stu_YGNJK29621,,1680716601094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-461,,,stu_YGNJK29621,,1680716601779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-462,,,stu_CCXVV21669,,1681670466200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-463,,,stu_CCXVV21669,,1681670480299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-464,,,stu_CCXVV21669,,1681670487232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-465,,,stu_CCXVV21669,,1681670489520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-466,,,stu_CCXVV21669,,1681670494600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-467,,,stu_CCXVV21669,,1681670496355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-468,,,stu_CCXVV21669,,1681670512462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-469,,,stu_CCXVV21669,,1681670515561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-470,,,stu_CCXVV21669,,1681670521723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-471,,,stu_CCXVV21669,,1681670528593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-472,,,stu_CCXVV21669,,1681670531463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-473,,,stu_CCXVV21669,,1681670561311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-474,,,stu_CCXVV21669,,1681670561312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-475,,,stu_CCXVV21669,,1681670578416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-476,,,stu_CCXVV21669,,1681670578421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-477,,,stu_CCXVV21669,,1681670586160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-478,,,stu_CCXVV21669,,1681670589793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-479,,,stu_CCXVV21669,,1681670593246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-480,,,stu_CCXVV21669,,1681670596606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-481,,,stu_CCXVV21669,,1681670600717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-482,,,stu_CCXVV21669,,1681670606498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-483,,,stu_CCXVV21669,,1681670608215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-484,,,stu_CCXVV21669,,1681670611830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-485,,,stu_CCXVV21669,,1681670613795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-486,,,stu_CCXVV21669,,1681670619507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-487,,,stu_CCXVV21669,,1681670634357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-488,,,stu_CCXVV21669,,1681670650124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-489,,,stu_CCXVV21669,,1681670653731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-490,,,stu_CCXVV21669,,1681670661585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-491,,,stu_CCXVV21669,,1681670661650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-492,,,stu_CCXVV21669,,1681670666383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-493,,,stu_CCXVV21669,,1681670670831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-494,,,stu_WMGYD37682,,1680203458812,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-495,,,stu_WMGYD37682,,1680203458814,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-496,,,stu_WMGYD37682,,1680203460506,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-497,,,stu_WMGYD37682,,1680203634193,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-498,,,stu_WMGYD37682,,1680203638753,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-499,,,stu_WMGYD37682,,1680203643007,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-500,,,stu_WMGYD37682,,1680203646509,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-501,,,stu_WMGYD37682,,1680203649880,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-502,,,stu_WMGYD37682,,1680203658411,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-503,,,stu_WMGYD37682,,1680203659217,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-504,,,stu_WMGYD37682,,1680203660211,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-505,,,stu_WMGYD37682,,1680203664038,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-506,,,stu_WMGYD37682,,1680203666264,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-507,,,stu_WMGYD37682,,1680203690895,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-508,,,stu_ZDBEX63974,,1682442349661,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-509,,,stu_ZDBEX63974,,1682442349761,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-510,,,stu_ZDBEX63974,,1682442351770,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-511,,,stu_ZDBEX63974,,1682442389547,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-512,,,stu_ZDBEX63974,,1682442408074,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-513,,,stu_ZDBEX63974,,1682442413201,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-514,,,stu_ZDBEX63974,,1682442418299,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-515,,,stu_ZDBEX63974,,1682442420549,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-516,,,stu_ZDBEX63974,,1682442424884,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-517,,,stu_ZDBEX63974,,1682442428502,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-518,,,stu_ZDBEX63974,,1682442431067,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-519,,,stu_ZDBEX63974,,1682442525104,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-520,,,stu_ZDBEX63974,,1682442527428,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-521,,,stu_ZDBEX63974,,1682442528429,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-522,,,stu_ZDBEX63974,,1682442533092,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-523,,,stu_ZDBEX63974,,1682442544043,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-524,,,stu_ZDBEX63974,,1682442547066,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-525,,,stu_ZDBEX63974,,1682442564829,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-526,,,stu_ZDBEX63974,,1682442567475,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-527,,,stu_ZDBEX63974,,1682442567491,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-528,,,stu_ZDBEX63974,,1682442568338,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-529,,,stu_ZDBEX63974,,1682442568340,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-530,,,stu_ZDBEX63974,,1682442569015,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-531,,,stu_ZDBEX63974,,1682442569167,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-532,,,stu_ZDBEX63974,,1682442573787,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-533,,,stu_ZDBEX63974,,1682442579008,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-534,,,stu_ZDBEX63974,,1683133407447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-535,,,stu_ZDBEX63974,,1683133407476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-536,,,stu_ZDBEX63974,,1683133409192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-537,,,stu_ZDBEX63974,,1683133414147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-538,,,stu_ZDBEX63974,,1683133418894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-539,,,stu_ZDBEX63974,,1683133427051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-540,,,stu_ZDBEX63974,,1683133429921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-541,,,stu_ZDBEX63974,,1683133434847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-542,,,stu_ZDBEX63974,,1683133437899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-543,,,stu_ZDBEX63974,,1683133437989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-544,,,stu_ZDBEX63974,,1683133443841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-545,,,stu_ZDBEX63974,,1683133445694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-546,,,stu_ZDBEX63974,,1683133447669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-547,,,stu_ZDBEX63974,,1683133452740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-548,,,stu_ZDBEX63974,,1683133456425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-549,,,stu_ZDBEX63974,,1683133462727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-550,,,stu_ZDBEX63974,,1683133465480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-551,,,stu_ZDBEX63974,,1683133477907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-552,,,stu_ZDBEX63974,,1683133492164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-553,,,stu_ZDBEX63974,,1683133493584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-554,,,stu_ZDBEX63974,,1683133499314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-555,,,stu_ZDBEX63974,,1683133501496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-556,,,stu_ZDBEX63974,,1683133506954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-557,,,stu_ZDBEX63974,,1683133512673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-558,,,stu_ZDBEX63974,,1683564054252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-559,,,stu_ZDBEX63974,,1683564060497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-560,,,stu_ZDBEX63974,,1683564065287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-561,,,stu_ZDBEX63974,,1683564069316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-562,,,stu_ZDBEX63974,,1683564089984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-563,,,stu_ZDBEX63974,,1683564091980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-564,,,stu_ZDBEX63974,,1683564101929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-565,,,stu_ZDBEX63974,,1683564108158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-566,,,stu_ZDBEX63974,,1683564111900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-567,,,stu_ZDBEX63974,,1683564114639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-568,,,stu_ZDBEX63974,,1683564116263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-569,,,stu_ZDBEX63974,,1683564130229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-570,,,stu_ZDBEX63974,,1683564154871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-571,,,stu_ZDBEX63974,,1683564193452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-572,,,stu_ZDBEX63974,,1683564196582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-573,,,stu_ZDBEX63974,,1683564199921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-574,,,stu_ZDBEX63974,,1683564203631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-575,,,stu_ZDBEX63974,,1683564205367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-576,,,stu_ZDBEX63974,,1683564209320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-577,,,stu_ZDBEX63974,,1683564212819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-578,,,stu_ZDBEX63974,,1683563812560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-579,,,stu_ZDBEX63974,,1683563822436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-580,,,stu_ZDBEX63974,,1683563830655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-581,,,stu_ZDBEX63974,,1683563836368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-582,,,stu_ZDBEX63974,,1683563840469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-583,,,stu_ZDBEX63974,,1683563842908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-584,,,stu_ZDBEX63974,,1683563850386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-585,,,stu_ZDBEX63974,,1683563853566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-586,,,stu_ZDBEX63974,,1683563857899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-587,,,stu_ZDBEX63974,,1683563860408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-588,,,stu_ZDBEX63974,,1683563872856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-589,,,stu_ZDBEX63974,,1683563877387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-590,,,stu_ZDBEX63974,,1683563881841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-591,,,stu_ZDBEX63974,,1683563881861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-592,,,stu_ZDBEX63974,,1683563886362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-593,,,stu_ZDBEX63974,,1683563893471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-594,,,stu_ZDBEX63974,,1683563909390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-595,,,stu_ZDBEX63974,,1683563911684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-596,,,stu_ZDBEX63974,,1683563916001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-597,,,stu_ZDBEX63974,,1683563916643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-598,,,stu_ZDBEX63974,,1683563917585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-599,,,stu_ZDBEX63974,,1683563918285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-600,,,stu_ZDBEX63974,,1683563922670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-601,,,stu_ZDBEX63974,,1683563923586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,7,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-602,,,stu_ZDBEX63974,,1683563924076,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,8,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-603,,,stu_ZDBEX63974,,1683563926585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-604,,,stu_ZDBEX63974,,1683563930057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-605,,,stu_ZDBEX63974,,1683563933712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-606,,,stu_ZDBEX63974,,1683563939092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,9,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-607,,,stu_NYWDC19722,,1680223848754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-608,,,stu_NYWDC19722,,1680223851542,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-609,,,stu_NYWDC19722,,1680223856273,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-610,,,stu_NYWDC19722,,1680223857506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-611,,,stu_NYWDC19722,,1680223860025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-612,,,stu_NYWDC19722,,1680223863948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-613,,,stu_NYWDC19722,,1680223864959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-614,,,stu_NYWDC19722,,1680223870624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-615,,,stu_NYWDC19722,,1680223871829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-616,,,stu_NYWDC19722,,1680223885401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-617,,,stu_NYWDC19722,,1680223886583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-618,,,stu_NYWDC19722,,1680223888314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-619,,,stu_NYWDC19722,,1680223889303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-620,,,stu_NYWDC19722,,1680223890773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-621,,,stu_NYWDC19722,,1680223901130,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-622,,,stu_NYWDC19722,,1680223902987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-623,,,stu_NYWDC19722,,1680223905643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-624,,,stu_NYWDC19722,,1680223920208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-625,,,stu_NYWDC19722,,1680223435188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-626,,,stu_NYWDC19722,,1680223435195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-627,,,stu_NYWDC19722,,1680223435650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-628,,,stu_NYWDC19722,,1680223439476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-629,,,stu_NYWDC19722,,1680223443094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-630,,,stu_NYWDC19722,,1680223445176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-631,,,stu_NYWDC19722,,1680223446602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-632,,,stu_NYWDC19722,,1680223449122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-633,,,stu_NYWDC19722,,1680223457880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-634,,,stu_NYWDC19722,,1680223462314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-635,,,stu_NYWDC19722,,1680223464223,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-636,,,stu_NYWDC19722,,1680223465423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-637,,,stu_NYWDC19722,,1680223466340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-638,,,stu_NYWDC19722,,1680223469075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-639,,,stu_NYWDC19722,,1680223487853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-640,,,stu_NYWDC19722,,1680223490032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-641,,,stu_NYWDC19722,,1680223491272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-642,,,stu_NYWDC19722,,1680223506208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-643,,,stu_NYWDC19722,,1680223509886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-644,,,stu_NYWDC19722,,1680223518528,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-645,,,stu_NYWDC19722,,1680223519796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-646,,,stu_NYWDC19722,,1680223524203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-647,,,stu_NYWDC19722,,1680223527877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-648,,,stu_NYWDC19722,,1680223529550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-649,,,stu_NYWDC19722,,1680223533758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-650,,,stu_NYWDC19722,,1680223536609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-651,,,stu_NYWDC19722,,1680223107565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-652,,,stu_NYWDC19722,,1680223107569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-653,,,stu_NYWDC19722,,1680223110305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-654,,,stu_NYWDC19722,,1680223115074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-655,,,stu_NYWDC19722,,1680223117134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-656,,,stu_NYWDC19722,,1680223120979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-657,,,stu_NYWDC19722,,1680223127722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,2,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-658,,,stu_NYWDC19722,,1680223130356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-659,,,stu_NYWDC19722,,1680223134084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-660,,,stu_NYWDC19722,,1680223140389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-661,,,stu_NYWDC19722,,1680223143201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-662,,,stu_NYWDC19722,,1680223144671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-663,,,stu_NYWDC19722,,1680223146018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-664,,,stu_NYWDC19722,,1680223149692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-665,,,stu_NYWDC19722,,1680223152182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-666,,,stu_NYWDC19722,,1680223161649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-667,,,stu_NYWDC19722,,1680223164139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-668,,,stu_NYWDC19722,,1680223166024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-669,,,stu_NYWDC19722,,1680223169388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-670,,,stu_NYWDC19722,,1680223171077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-671,,,stu_NYWDC19722,,1680223174797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-672,,,stu_NYWDC19722,,1680223178656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-673,,,stu_NYWDC19722,,1680223181129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-674,,,stu_NYWDC19722,,1680223188661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-675,,,stu_NYWDC19722,,1680223191845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-676,,,stu_NYWDC19722,,1680223198379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-677,,,stu_NYWDC19722,,1680223200354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-678,,,stu_NYWDC19722,,1680223200366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-679,,,stu_NYWDC19722,,1680223203940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-680,,,stu_NYWDC19722,,1680223213647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-681,,,stu_NYWDC19722,,1680223221224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-682,,,stu_NYWDC19722,,1680223669215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-683,,,stu_NYWDC19722,,1680223669220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-684,,,stu_NYWDC19722,,1680223670570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-685,,,stu_NYWDC19722,,1680223673896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-686,,,stu_NYWDC19722,,1680223680343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-687,,,stu_NYWDC19722,,1680223682355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-688,,,stu_NYWDC19722,,1680223683335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-689,,,stu_NYWDC19722,,1680223685617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-690,,,stu_NYWDC19722,,1680223689698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-691,,,stu_NYWDC19722,,1680223690917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-692,,,stu_NYWDC19722,,1680223696179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-693,,,stu_NYWDC19722,,1680223698302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-694,,,stu_NYWDC19722,,1680223700246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-695,,,stu_NYWDC19722,,1680223711003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-696,,,stu_NYWDC19722,,1680223717443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-697,,,stu_NYWDC19722,,1680223720889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-698,,,stu_NYWDC19722,,1680223722415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-699,,,stu_NYWDC19722,,1680223729915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-700,,,stu_NYWDC19722,,1680223787875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-701,,,stu_NYWDC19722,,1680223791569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-702,,,stu_NYWDC19722,,1680223793466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-703,,,stu_NYWDC19722,,1680223796154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-704,,,stu_NYWDC19722,,1680223797774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-705,,,stu_NYWDC19722,,1680223806380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-706,,,stu_NYWDC19722,,1680223806454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-707,,,stu_NYWDC19722,,1680223819478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-708,,,stu_NYWDC19722,,1680223819479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-709,,,stu_NYWDC19722,,1680223824943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-710,,,stu_NYWDC19722,,1680223824944,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-711,,,stu_NYWDC19722,,1680223829134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-712,,,stu_NYWDC19722,,1680223833806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-713,,,stu_NYWDC19722,,1680223839519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-714,,,stu_XDXKP97584,,1675975800664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-715,,,stu_XDXKP97584,,1675975804521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-716,,,stu_XDXKP97584,,1675975808949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-717,,,stu_XDXKP97584,,1675975811768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-718,,,stu_XDXKP97584,,1675975813606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-719,,,stu_XDXKP97584,,1675975820089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-720,,,stu_XDXKP97584,,1675975823850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-721,,,stu_XDXKP97584,,1675975826739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-722,,,stu_XDXKP97584,,1675975830725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-723,,,stu_XDXKP97584,,1675975832109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-724,,,stu_XDXKP97584,,1675975834098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-725,,,stu_XDXKP97584,,1675975835210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-726,,,stu_XDXKP97584,,1675975836383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-727,,,stu_XDXKP97584,,1675975839959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-728,,,stu_XDXKP97584,,1675975841039,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-729,,,stu_XDXKP97584,,1675975844043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-730,,,stu_XDXKP97584,,1675975847630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-731,,,stu_XDXKP97584,,1675975848726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-732,,,stu_XDXKP97584,,1675975851570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-733,,,stu_XDXKP97584,,1675975856809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-734,,,stu_XDXKP97584,,1675975857973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-735,,,stu_XDXKP97584,,1675975860246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-736,,,stu_XDXKP97584,,1675975866313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-737,,,stu_XDXKP97584,,1675975867874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-738,,,stu_XDXKP97584,,1675975867878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-739,,,stu_XDXKP97584,,1675975871693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-740,,,stu_XDXKP97584,,1675975873447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-741,,,stu_CRJBA61379,,1667415602992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-742,,,stu_CRJBA61379,,1667415614021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-743,,,stu_CRJBA61379,,1667415617653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-744,,,stu_CRJBA61379,,1667415621245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-745,,,stu_CRJBA61379,,1667415622827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-746,,,stu_CRJBA61379,,1667415626865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-747,,,stu_CRJBA61379,,1667415631498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-748,,,stu_CRJBA61379,,1667415633757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-749,,,stu_CRJBA61379,,1667415652444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-750,,,stu_CRJBA61379,,1667415674723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-751,,,stu_CRJBA61379,,1667415678616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-752,,,stu_CRJBA61379,,1667415680947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-753,,,stu_CRJBA61379,,1667415685015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-754,,,stu_CRJBA61379,,1667415827761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-755,,,stu_GPFDV02971,,1667330964450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-756,,,stu_GPFDV02971,,1667330987482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-757,,,stu_GPFDV02971,,1667330991029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-758,,,stu_GPFDV02971,,1667331001543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-759,,,stu_GPFDV02971,,1667331018431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-760,,,stu_GPFDV02971,,1667331022242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-761,,,stu_GPFDV02971,,1667331026680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-762,,,stu_GPFDV02971,,1667331031044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-763,,,stu_GPFDV02971,,1667331033820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-764,,,stu_GPFDV02971,,1667331073268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-765,,,stu_GPFDV02971,,1667331076441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-766,,,stu_GPFDV02971,,1667331087702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-767,,,stu_GPFDV02971,,1667331096984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-768,,,stu_GPFDV02971,,1667331100705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-769,,,stu_GPFDV02971,,1667331108295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-770,,,stu_GPFDV02971,,1667331111989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-771,,,stu_GPFDV02971,,1667331118674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-772,,,stu_GPFDV02971,,1667331122841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-773,,,stu_GPFDV02971,,1667331178527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-774,,,stu_GPFDV02971,,1667331182606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-775,,,stu_GPFDV02971,,1667331187606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-776,,,stu_GPFDV02971,,1667331216720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-777,,,stu_GPFDV02971,,1667331240987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-778,,,stu_GPFDV02971,,1667331243277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-779,,,stu_VQBIO27306,,1666356092385,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-780,,,stu_VQBIO27306,,1666356094856,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-781,,,stu_VQBIO27306,,1666356108625,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-782,,,stu_VQBIO27306,,1666356112705,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-783,,,stu_VQBIO27306,,1666356117522,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-784,,,stu_VQBIO27306,,1666356122020,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-785,,,stu_VQBIO27306,,1666356125475,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-786,,,stu_VQBIO27306,,1666356131277,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-787,,,stu_VQBIO27306,,1666356134769,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-788,,,stu_VQBIO27306,,1666356139661,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-789,,,stu_VQBIO27306,,1666356148924,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-790,,,stu_VQBIO27306,,1666356150733,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-791,,,stu_VQBIO27306,,1666356155519,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-792,,,stu_VQBIO27306,,1666356158542,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-793,,,stu_VQBIO27306,,1666356162997,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-794,,,stu_VQBIO27306,,1666356168212,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-795,,,stu_VQBIO27306,,1666356171278,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-796,,,stu_VQBIO27306,,1666356178502,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-797,,,stu_VQBIO27306,,1666356179961,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-798,,,stu_VQBIO27306,,1666356184852,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-799,,,stu_VQBIO27306,,1666356187561,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-800,,,stu_VQBIO27306,,1666356189506,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-801,,,stu_VQBIO27306,,1666356192972,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-802,,,stu_VQBIO27306,,1666356196450,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-803,,,stu_VQBIO27306,,1666356201770,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-804,,,stu_VQBIO27306,,1666356205015,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-805,,,stu_VQBIO27306,,1666356207296,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-806,,,stu_VQBIO27306,,1666356210204,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-807,,,stu_VQBIO27306,,1666356230315,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-808,,,stu_VQBIO27306,,1666356242210,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-809,,,stu_VQBIO27306,,1666356267772,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-810,,,stu_VQBIO27306,,1666356281880,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-811,,,stu_VQBIO27306,,1666356283898,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-812,,,stu_VQBIO27306,,1666356290482,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-813,,,stu_VQBIO27306,,1666356299033,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-814,,,stu_VQBIO27306,,1666356301878,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-815,,,stu_VQBIO27306,,1666356310645,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-816,,,stu_VQBIO27306,,1666356312117,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-817,,,stu_VQBIO27306,,1666356315571,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-818,,,stu_VQBIO27306,,1666356318373,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-819,,,stu_VQBIO27306,,1666358337710,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-820,,,stu_VQBIO27306,,1666358341361,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-821,,,stu_VQBIO27306,,1666358344186,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-822,,,stu_VQBIO27306,,1666358352541,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-823,,,stu_VQBIO27306,,1666358356823,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-824,,,stu_VQBIO27306,,1666358372482,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-825,,,stu_VQBIO27306,,1666358389928,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-826,,,stu_VQBIO27306,,1666358405138,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-827,,,stu_VQBIO27306,,1666358407353,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-828,,,stu_VQBIO27306,,1666358458902,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-829,,,stu_VQBIO27306,,1666358460842,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-830,,,stu_VQBIO27306,,1666358462799,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-831,,,stu_VQBIO27306,,1666358464168,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-832,,,stu_VQBIO27306,,1666358472648,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-833,,,stu_VQBIO27306,,1666358489087,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-834,,,stu_VQBIO27306,,1666358506551,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-835,,,stu_VQBIO27306,,1666358552872,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-836,,,stu_VQBIO27306,,1666358556399,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-837,,,stu_VQBIO27306,,1666358558966,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-838,,,stu_VQBIO27306,,1666358563497,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-839,,,stu_VQBIO27306,,1666358576654,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-840,,,stu_VQBIO27306,,1666358584886,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-841,,,stu_VQBIO27306,,1666358584886,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-842,,,stu_VQBIO27306,,1666358584886,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-843,,,stu_VQBIO27306,,1666358584886,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-844,,,stu_VQBIO27306,,1666358587095,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-845,,,stu_VQBIO27306,,1666358592033,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-846,,,stu_VQBIO27306,,1666358594816,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-847,,,stu_VQBIO27306,,1666358820180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-848,,,stu_VQBIO27306,,1666358823157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-849,,,stu_VQBIO27306,,1666358844835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-850,,,stu_VQBIO27306,,1666358849211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-851,,,stu_VQBIO27306,,1666358851656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-852,,,stu_VQBIO27306,,1666358888776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-853,,,stu_VQBIO27306,,1666358890190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-854,,,stu_VQBIO27306,,1666358897743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-855,,,stu_VQBIO27306,,1666358900136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-856,,,stu_VQBIO27306,,1666358900136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-857,,,stu_VQBIO27306,,1666358900136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-858,,,stu_VQBIO27306,,1666358900136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-859,,,stu_VQBIO27306,,1666358904010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-860,,,stu_VQBIO27306,,1666358906471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-861,,,stu_VQBIO27306,,1666358908825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-862,,,stu_VQBIO27306,,1666358912501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-863,,,stu_VQBIO27306,,1666358916414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-864,,,stu_VQBIO27306,,1666358921273,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-865,,,stu_VQBIO27306,,1666358923956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-866,,,stu_VQBIO27306,,1666358928503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-867,,,stu_VQBIO27306,,1666358931648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-868,,,stu_VQBIO27306,,1666358933124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-869,,,stu_VQBIO27306,,1666358935251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-870,,,stu_VQBIO27306,,1666358940539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-871,,,stu_VQBIO27306,,1666358945623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-872,,,stu_VQBIO27306,,1666358948690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-873,,,stu_VQBIO27306,,1666358950951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-874,,,stu_VQBIO27306,,1666358952724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-875,,,stu_VQBIO27306,,1666358954444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-876,,,stu_VQBIO27306,,1666358963055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-877,,,stu_VQBIO27306,,1666358965663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-878,,,stu_VQBIO27306,,1666358985249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-879,,,stu_VQBIO27306,,1666358995429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-880,,,stu_VQBIO27306,,1666358999209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-881,,,stu_VQBIO27306,,1666359004953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-882,,,stu_VQBIO27306,,1666359007847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-883,,,stu_VQBIO27306,,1666359020254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-884,,,stu_VQBIO27306,,1666359023547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-885,,,stu_VQBIO27306,,1666359027446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-886,,,stu_VQBIO27306,,1666359030295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-887,,,stu_VQBIO27306,,1666359032051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-888,,,stu_VQBIO27306,,1666359036186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-889,,,stu_VQBIO27306,,1666359039351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-890,,,stu_VQBIO27306,,1666359314066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-891,,,stu_VQBIO27306,,1666359314098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-892,,,stu_VQBIO27306,,1666359315884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-893,,,stu_VQBIO27306,,1666359318152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-894,,,stu_VQBIO27306,,1666359343524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-895,,,stu_VQBIO27306,,1666359347053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-896,,,stu_VQBIO27306,,1666359353218,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-897,,,stu_VQBIO27306,,1666359356368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-898,,,stu_VQBIO27306,,1666359374497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-899,,,stu_VQBIO27306,,1666359385152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-900,,,stu_VQBIO27306,,1666359385152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-901,,,stu_VQBIO27306,,1666359385152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-902,,,stu_VQBIO27306,,1666359385152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-903,,,stu_VQBIO27306,,1666359389284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-904,,,stu_VQBIO27306,,1666359392268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-905,,,stu_VQBIO27306,,1666359394259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-906,,,stu_VQBIO27306,,1666359416049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-907,,,stu_VQBIO27306,,1666359419663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-908,,,stu_VQBIO27306,,1666359421713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-909,,,stu_VQBIO27306,,1666359424933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-910,,,stu_VQBIO27306,,1666359427706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-911,,,stu_VQBIO27306,,1666359429662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-912,,,stu_VQBIO27306,,1666359432349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-913,,,stu_VQBIO27306,,1666359532802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-914,,,stu_VQBIO27306,,1666359540928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-915,,,stu_VQBIO27306,,1666359540963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-916,,,stu_VQBIO27306,,1666359544877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-917,,,stu_VQBIO27306,,1666359547626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-918,,,stu_VQBIO27306,,1666359549378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-919,,,stu_VQBIO27306,,1666359551186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-920,,,stu_VQBIO27306,,1666359557880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-921,,,stu_VQBIO27306,,1666359561699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-922,,,stu_VQBIO27306,,1666359564115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-923,,,stu_VQBIO27306,,1666359568339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-924,,,stu_VQBIO27306,,1666359590877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-925,,,stu_VQBIO27306,,1666359593953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-926,,,stu_VQBIO27306,,1666359670288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-927,,,stu_VQBIO27306,,1666359673243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-928,,,stu_VQBIO27306,,1666359673243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-929,,,stu_VQBIO27306,,1666359673243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-930,,,stu_VQBIO27306,,1666359673243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-931,,,stu_VQBIO27306,,1666359675286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-932,,,stu_VQBIO27306,,1666359687876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-933,,,stu_VQBIO27306,,1666359690336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-934,,,stu_VQBIO27306,,1666700635194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-935,,,stu_VQBIO27306,,1666700640430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-936,,,stu_VQBIO27306,,1666700644608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-937,,,stu_VQBIO27306,,1666700648683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-938,,,stu_VQBIO27306,,1666700651094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-939,,,stu_VQBIO27306,,1666700655509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-940,,,stu_VQBIO27306,,1666700657717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-941,,,stu_VQBIO27306,,1666700660361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-942,,,stu_VQBIO27306,,1666700887709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-943,,,stu_VQBIO27306,,1666700893846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-944,,,stu_VQBIO27306,,1666700895213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-945,,,stu_VQBIO27306,,1666700897928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-946,,,stu_VQBIO27306,,1666700900163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-947,,,stu_VQBIO27306,,1666700913495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-948,,,stu_VQBIO27306,,1666700916125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-949,,,stu_VQBIO27306,,1666700943980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-950,,,stu_VQBIO27306,,1666700972035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-951,,,stu_VQBIO27306,,1666700974620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-952,,,stu_VQBIO27306,,1666700997276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-953,,,stu_VQBIO27306,,1666700997276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-954,,,stu_VQBIO27306,,1666700997276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-955,,,stu_VQBIO27306,,1666700997276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-956,,,stu_VQBIO27306,,1666700999836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-957,,,stu_VQBIO27306,,1666701004242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-958,,,stu_VQBIO27306,,1666701008485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-959,,,stu_NSIQV68429,,1684155518213,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-960,,,stu_NSIQV68429,,1684155522018,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-961,,,stu_NSIQV68429,,1684155523478,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-962,,,stu_NSIQV68429,,1684155525047,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-963,,,stu_NSIQV68429,,1684155526861,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-964,,,stu_NSIQV68429,,1684155530614,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-965,,,stu_NSIQV68429,,1684155531796,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-966,,,stu_NSIQV68429,,1684155533375,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-967,,,stu_NSIQV68429,,1684155545662,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-968,,,stu_NSIQV68429,,1684155549796,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-969,,,stu_NSIQV68429,,1684155112985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-970,,,stu_NSIQV68429,,1684155113013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-971,,,stu_NSIQV68429,,1684155114835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-972,,,stu_NSIQV68429,,1684155116926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-973,,,stu_NSIQV68429,,1684155118176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-974,,,stu_NSIQV68429,,1684155122298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-975,,,stu_NSIQV68429,,1684155124831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-976,,,stu_NSIQV68429,,1684155141433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-977,,,stu_NSIQV68429,,1684155143925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-978,,,stu_NSIQV68429,,1684155145832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-979,,,stu_NSIQV68429,,1684155152207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-980,,,stu_NSIQV68429,,1684155155145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-981,,,stu_NSIQV68429,,1684155170585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-982,,,stu_NSIQV68429,,1684155170585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-983,,,stu_NSIQV68429,,1684155174183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-984,,,stu_NSIQV68429,,1684155178778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-985,,,stu_NSIQV68429,,1684155604760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-986,,,stu_NSIQV68429,,1684155607979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-987,,,stu_NSIQV68429,,1684155612466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-988,,,stu_NSIQV68429,,1684155613398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-989,,,stu_NSIQV68429,,1684155615943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-990,,,stu_NSIQV68429,,1684155621669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-991,,,stu_NSIQV68429,,1684155623184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-992,,,stu_NSIQV68429,,1684155628465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-993,,,stu_NSIQV68429,,1684155642581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-994,,,stu_NSIQV68429,,1684155653723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-995,,,stu_NSIQV68429,,1684155021933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-996,,,stu_NSIQV68429,,1684155022018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-997,,,stu_NSIQV68429,,1684155023704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-998,,,stu_NSIQV68429,,1684155029404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-999,,,stu_NSIQV68429,,1684155034540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1000,,,stu_NSIQV68429,,1684155037618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1001,,,stu_NSIQV68429,,1684155040235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1002,,,stu_NSIQV68429,,1684155050641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1003,,,stu_NSIQV68429,,1684155072209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1004,,,stu_NSIQV68429,,1684155072974,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1005,,,stu_NSIQV68429,,1684155080454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1006,,,stu_NSIQV68429,,1684155083272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1007,,,stu_NSIQV68429,,1684155085794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1008,,,stu_NSIQV68429,,1684155087599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1009,,,stu_NSIQV68429,,1684155087614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1010,,,stu_NSIQV68429,,1684155090389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1011,,,stu_NSIQV68429,,1684155090449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1012,,,stu_NSIQV68429,,1684155094561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1013,,,stu_NSIQV68429,,1684155097112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1014,,,stu_NSIQV68429,,1684155558293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1015,,,stu_NSIQV68429,,1684155560978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1016,,,stu_NSIQV68429,,1684155563898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1017,,,stu_NSIQV68429,,1684155566299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1018,,,stu_NSIQV68429,,1684155568530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1019,,,stu_NSIQV68429,,1684155572844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1020,,,stu_NSIQV68429,,1684155573964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1021,,,stu_NSIQV68429,,1684155576737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1022,,,stu_NSIQV68429,,1684155589361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1023,,,stu_NSIQV68429,,1684155591367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1024,,,stu_NSIQV68429,,1684155761992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1025,,,stu_NSIQV68429,,1684155764884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1026,,,stu_NSIQV68429,,1684155765994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1027,,,stu_NSIQV68429,,1684155777579,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1028,,,stu_NSIQV68429,,1684155780155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1029,,,stu_NSIQV68429,,1684155790146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1030,,,stu_NSIQV68429,,1684155791578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1031,,,stu_NSIQV68429,,1684155793814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1032,,,stu_NSIQV68429,,1684155803298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1033,,,stu_NSIQV68429,,1684155806879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1034,,,stu_NSIQV68429,,1684155422610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1035,,,stu_NSIQV68429,,1684155425215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1036,,,stu_NSIQV68429,,1684155426313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1037,,,stu_NSIQV68429,,1684155428479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1038,,,stu_NSIQV68429,,1684155430505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1039,,,stu_NSIQV68429,,1684155440579,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1040,,,stu_NSIQV68429,,1684155441946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1041,,,stu_NSIQV68429,,1684155443620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1042,,,stu_NSIQV68429,,1684155446477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1043,,,stu_NSIQV68429,,1684155451263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1044,,,stu_NSIQV68429,,1684154882993,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1045,,,stu_NSIQV68429,,1684154883020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1046,,,stu_NSIQV68429,,1684154887001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1047,,,stu_NSIQV68429,,1684154891035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1048,,,stu_NSIQV68429,,1684154895905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1049,,,stu_NSIQV68429,,1684154898426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1050,,,stu_NSIQV68429,,1684154900784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1051,,,stu_NSIQV68429,,1684154903106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1052,,,stu_NSIQV68429,,1684154909381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1053,,,stu_NSIQV68429,,1684154912364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1054,,,stu_NSIQV68429,,1684154915404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1055,,,stu_NSIQV68429,,1684154917996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1056,,,stu_NSIQV68429,,1684154922023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1057,,,stu_NSIQV68429,,1684154927796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1058,,,stu_NSIQV68429,,1684154930663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1059,,,stu_NSIQV68429,,1684154937925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1060,,,stu_NSIQV68429,,1684154941906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1061,,,stu_NSIQV68429,,1684154941923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1062,,,stu_NSIQV68429,,1684154946281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1063,,,stu_NSIQV68429,,1684154948409,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1064,,,stu_NSIQV68429,,1684155817076,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1065,,,stu_NSIQV68429,,1684155820490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1066,,,stu_NSIQV68429,,1684155821787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1067,,,stu_NSIQV68429,,1684155822976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1068,,,stu_NSIQV68429,,1684155825262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1069,,,stu_NSIQV68429,,1684155890825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1070,,,stu_NSIQV68429,,1684155891798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1071,,,stu_NSIQV68429,,1684155897945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1072,,,stu_NSIQV68429,,1684155909350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1073,,,stu_NSIQV68429,,1684155912262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1074,,,stu_TMZAP78035,,1675885740654,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1075,,,stu_TMZAP78035,,1675885745011,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1076,,,stu_TMZAP78035,,1675885747863,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1077,,,stu_TMZAP78035,,1675885753981,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1078,,,stu_TMZAP78035,,1675885777533,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1079,,,stu_TMZAP78035,,1675885789759,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1080,,,stu_TMZAP78035,,1675885790570,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1081,,,stu_TMZAP78035,,1675885790585,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1082,,,stu_TMZAP78035,,1675885804935,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1083,,,stu_TMZAP78035,,1675885881691,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1084,,,stu_TMZAP78035,,1675885886492,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1085,,,stu_TMZAP78035,,1675885887243,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1086,,,stu_TMZAP78035,,1675885895464,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1087,,,stu_TMZAP78035,,1675885898165,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1088,,,stu_TMZAP78035,,1675885902827,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1089,,,stu_TMZAP78035,,1675885905569,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1090,,,stu_TMZAP78035,,1675885909180,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1091,,,stu_TMZAP78035,,1675885911511,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1092,,,stu_TMZAP78035,,1675886059533,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1093,,,stu_TMZAP78035,,1675886066334,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1094,,,stu_TMZAP78035,,1675886066336,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1095,,,stu_TMZAP78035,,1675886069701,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1096,,,stu_TMZAP78035,,1675886074234,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1097,,,stu_TMZAP78035,,1675885422389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1098,,,stu_TMZAP78035,,1675885456087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1099,,,stu_TMZAP78035,,1675885463724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1100,,,stu_TMZAP78035,,1675885493963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1101,,,stu_TMZAP78035,,1675885519622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1102,,,stu_TMZAP78035,,1675885525799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1103,,,stu_TMZAP78035,,1675885528131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1104,,,stu_TMZAP78035,,1675885539651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1105,,,stu_TMZAP78035,,1675885575151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1106,,,stu_TMZAP78035,,1675885588385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1107,,,stu_TMZAP78035,,1675885600875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1108,,,stu_TMZAP78035,,1675885602671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1109,,,stu_TMZAP78035,,1675885604370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1110,,,stu_TMZAP78035,,1675885609170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1111,,,stu_TMZAP78035,,1675885616461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1112,,,stu_TMZAP78035,,1675885618057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1113,,,stu_TMZAP78035,,1675885624493,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1114,,,stu_TMZAP78035,,1675885626812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1115,,,stu_TMZAP78035,,1675885634551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1116,,,stu_TMZAP78035,,1675885679025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1117,,,stu_TMZAP78035,,1675885698790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1118,,,stu_TMZAP78035,,1675885699829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1119,,,stu_TMZAP78035,,1675885699872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1120,,,stu_TMZAP78035,,1675885703952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1121,,,stu_TMZAP78035,,1675885708546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1122,,,stu_TMZAP78035,,1675885710231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1123,,,stu_TMZAP78035,,1675885717373,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1124,,,stu_TMZAP78035,,1675885721569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1125,,,stu_TMZAP78035,,1675885721594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1126,,,stu_TMZAP78035,,1675885724931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1127,,,stu_TMZAP78035,,1675885730997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1128,,,stu_TMZAP78035,,1675953260703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1129,,,stu_TMZAP78035,,1675953262985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1130,,,stu_TMZAP78035,,1675953268328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1131,,,stu_TMZAP78035,,1675953272290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1132,,,stu_TMZAP78035,,1675953274877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1133,,,stu_TMZAP78035,,1675953279154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1134,,,stu_TMZAP78035,,1675953280466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1135,,,stu_TMZAP78035,,1675953306545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1136,,,stu_TMZAP78035,,1675953308674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1137,,,stu_TMZAP78035,,1675953312957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1138,,,stu_TMZAP78035,,1675953315916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1139,,,stu_TMZAP78035,,1675953318634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1140,,,stu_TMZAP78035,,1675953322540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1141,,,stu_TMZAP78035,,1675953336834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1142,,,stu_TMZAP78035,,1675953347645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1143,,,stu_TMZAP78035,,1675953379509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1144,,,stu_TMZAP78035,,1675953384060,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1145,,,stu_TMZAP78035,,1675952819587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1146,,,stu_TMZAP78035,,1675952822075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1147,,,stu_TMZAP78035,,1675952824727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1148,,,stu_TMZAP78035,,1675952828734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1149,,,stu_TMZAP78035,,1675952831247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1150,,,stu_TMZAP78035,,1675952838582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1151,,,stu_TMZAP78035,,1675952840404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1152,,,stu_TMZAP78035,,1675952841986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1153,,,stu_TMZAP78035,,1675952843720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1154,,,stu_TMZAP78035,,1675952849739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1155,,,stu_TMZAP78035,,1675952852318,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1156,,,stu_TMZAP78035,,1675952854362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1157,,,stu_TMZAP78035,,1675952855493,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1158,,,stu_TMZAP78035,,1675952860709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1159,,,stu_TMZAP78035,,1675952864504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1160,,,stu_TMZAP78035,,1675952868139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1161,,,stu_TMZAP78035,,1675952869383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1162,,,stu_TMZAP78035,,1675952873630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1163,,,stu_TMZAP78035,,1675700136936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1164,,,stu_TMZAP78035,,1675700136962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1165,,,stu_TMZAP78035,,1675700140218,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1166,,,stu_TMZAP78035,,1675700152091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1167,,,stu_TMZAP78035,,1675700163935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1168,,,stu_TMZAP78035,,1675700166697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1169,,,stu_TMZAP78035,,1675700168767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1170,,,stu_TMZAP78035,,1675700175649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1171,,,stu_TMZAP78035,,1675700182624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1172,,,stu_TMZAP78035,,1675700184681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1173,,,stu_TMZAP78035,,1675700194323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1174,,,stu_TMZAP78035,,1675700197715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1175,,,stu_TMZAP78035,,1675700202581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1176,,,stu_TMZAP78035,,1675700208201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1177,,,stu_TMZAP78035,,1675700208203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1178,,,stu_TMZAP78035,,1675700214123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1179,,,stu_TMZAP78035,,1675700223545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-1180,,,stu_WTOZB46950,,1669139315808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1181,,,stu_WTOZB46950,,1669139320269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1182,,,stu_WTOZB46950,,1669139324570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1183,,,stu_WTOZB46950,,1669139325725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1184,,,stu_WTOZB46950,,1669139327957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1185,,,stu_WTOZB46950,,1669139328921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1186,,,stu_WTOZB46950,,1669139335241,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1187,,,stu_WTOZB46950,,1669139336014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1188,,,stu_WTOZB46950,,1669139343594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1189,,,stu_WTOZB46950,,1669139354824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1190,,,stu_WTOZB46950,,1669139357365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1191,,,stu_WTOZB46950,,1669139357383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1192,,,stu_WTOZB46950,,1669139361000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1193,,,stu_WTOZB46950,,1669139365519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1194,,,stu_WTOZB46950,,1669139376553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1195,,,stu_WTOZB46950,,1669139379513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1196,,,stu_WTOZB46950,,1669139382433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1197,,,stu_WTOZB46950,,1669139387328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1198,,,stu_WTOZB46950,,1669139389375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1199,,,stu_WTOZB46950,,1669139399528,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1200,,,stu_WTOZB46950,,1669139403718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1201,,,stu_WTOZB46950,,1669139406189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1202,,,stu_WTOZB46950,,1669139415242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1203,,,stu_WTOZB46950,,1669139614412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1204,,,stu_WTOZB46950,,1669139614438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1205,,,stu_WTOZB46950,,1669139616086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1206,,,stu_WTOZB46950,,1669139626842,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1207,,,stu_WTOZB46950,,1669139631909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1208,,,stu_WTOZB46950,,1669139635586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1209,,,stu_WTOZB46950,,1669139637833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1210,,,stu_WTOZB46950,,1669139639379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1211,,,stu_WTOZB46950,,1669139655966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1212,,,stu_WTOZB46950,,1669139657209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1213,,,stu_WTOZB46950,,1669139659546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1214,,,stu_WTOZB46950,,1669139669964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1215,,,stu_WTOZB46950,,1669139670839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1216,,,stu_WTOZB46950,,1669139674036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1217,,,stu_WTOZB46950,,1669139676319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1218,,,stu_WTOZB46950,,1669139702808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1219,,,stu_WTOZB46950,,1669139706942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1220,,,stu_WTOZB46950,,1669139710773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1221,,,stu_WTOZB46950,,1669139739307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1222,,,stu_WTOZB46950,,1668797006996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1223,,,stu_WTOZB46950,,1668797017215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1224,,,stu_WTOZB46950,,1668797021915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1225,,,stu_WTOZB46950,,1668797023839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1226,,,stu_WTOZB46950,,1668797025877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1227,,,stu_WTOZB46950,,1668797029037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1228,,,stu_WTOZB46950,,1668797029055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1229,,,stu_WTOZB46950,,1668797033015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1230,,,stu_WTOZB46950,,1668797037276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1231,,,stu_WTOZB46950,,1668797038615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1232,,,stu_WTOZB46950,,1668797047596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1233,,,stu_WTOZB46950,,1668797049833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1234,,,stu_WTOZB46950,,1668797050994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1235,,,stu_WTOZB46950,,1668797052118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1236,,,stu_WTOZB46950,,1668797057168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1237,,,stu_WTOZB46950,,1668797065920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1238,,,stu_WTOZB46950,,1668797068303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1239,,,stu_WTOZB46950,,1668797070280,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1240,,,stu_WTOZB46950,,1668797072340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1241,,,stu_WTOZB46950,,1668797074443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1242,,,stu_WTOZB46950,,1668797077075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1243,,,stu_WTOZB46950,,1668797081263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1244,,,stu_WTOZB46950,,1668797081278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1245,,,stu_WTOZB46950,,1668797084913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1246,,,stu_WTOZB46950,,1668797090442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1247,,,stu_WTOZB46950,,1668797092331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1248,,,stu_WTOZB46950,,1668797094633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1249,,,stu_WTOZB46950,,1668797094653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1250,,,stu_WTOZB46950,,1668797098289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1251,,,stu_WTOZB46950,,1668797101165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1252,,,stu_WTOZB46950,,1668797105057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1253,,,stu_WTOZB46950,,1668797109621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1254,,,stu_WTOZB46950,,1668797135764,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1255,,,stu_WTOZB46950,,1668797146620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1256,,,stu_WTOZB46950,,1668797147741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1257,,,stu_WTOZB46950,,1668797147755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1258,,,stu_WTOZB46950,,1668797151470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1259,,,stu_WTOZB46950,,1668797154070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1260,,,stu_WTOZB46950,,1668797156749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1261,,,stu_WTOZB46950,,1668797158781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1262,,,stu_WTOZB46950,,1668797161918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1263,,,stu_WTOZB46950,,1668797166243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1264,,,stu_WTOZB46950,,1668797166252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1265,,,stu_WTOZB46950,,1668797172031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1266,,,stu_WTOZB46950,,1668797172033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1267,,,stu_WTOZB46950,,1668797175548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1268,,,stu_WTOZB46950,,1668797179154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-1269,,,stu_BCOAD08765,,1686668807115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1270,,,stu_BCOAD08765,,1686668811371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1271,,,stu_BCOAD08765,,1686668813228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1272,,,stu_BCOAD08765,,1686668817000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1273,,,stu_BCOAD08765,,1686668819723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1274,,,stu_BCOAD08765,,1686668893641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1275,,,stu_BCOAD08765,,1686668898417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1276,,,stu_BCOAD08765,,1686668900821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1277,,,stu_BCOAD08765,,1686668902201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1278,,,stu_BCOAD08765,,1686668913745,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1279,,,stu_BCOAD08765,,1686668923301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1280,,,stu_BCOAD08765,,1686668928253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1281,,,stu_BCOAD08765,,1686668949227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1282,,,stu_BCOAD08765,,1686667355031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1283,,,stu_BCOAD08765,,1686667363183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1284,,,stu_BCOAD08765,,1686667371901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1285,,,stu_BCOAD08765,,1686667383607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1286,,,stu_BCOAD08765,,1686667397413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1287,,,stu_BCOAD08765,,1686667399299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1288,,,stu_BCOAD08765,,1686667402661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1289,,,stu_BCOAD08765,,1686667413522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1290,,,stu_BCOAD08765,,1686667442975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1291,,,stu_BCOAD08765,,1686667444856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1292,,,stu_BCOAD08765,,1686667448377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1293,,,stu_BCOAD08765,,1686667448411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1294,,,stu_BCOAD08765,,1686667452351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1295,,,stu_BCOAD08765,,1686667456348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1296,,,stu_BCOAD08765,,1686667461800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1297,,,stu_BCOAD08765,,1686667466183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1298,,,stu_BCOAD08765,,1686667470828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1299,,,stu_BCOAD08765,,1686667476121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1300,,,stu_BCOAD08765,,1686667478609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1301,,,stu_BCOAD08765,,1686667481534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1302,,,stu_BCOAD08765,,1686667525515,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1303,,,stu_BCOAD08765,,1686667529445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1304,,,stu_BCOAD08765,,1686667533429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1305,,,stu_BCOAD08765,,1686667539436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1306,,,stu_BCOAD08765,,1686667539450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1307,,,stu_BCOAD08765,,1686667548311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1308,,,stu_BCOAD08765,,1686667551459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1309,,,stu_BCOAD08765,,1686667580893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1310,,,stu_BCOAD08765,,1686667586285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1311,,,stu_BCOAD08765,,1686667605607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1312,,,stu_BCOAD08765,,1686667607858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1313,,,stu_BCOAD08765,,1686667607880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1314,,,stu_BCOAD08765,,1686667611477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1315,,,stu_BCOAD08765,,1686667614948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1316,,,stu_BCOAD08765,,1686667617163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1317,,,stu_BCOAD08765,,1686667622906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1318,,,stu_BCOAD08765,,1686667625622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1319,,,stu_BCOAD08765,,1686667626785,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1320,,,stu_BCOAD08765,,1686667626838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1321,,,stu_BCOAD08765,,1686667627903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1322,,,stu_BCOAD08765,,1686667627957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1323,,,stu_BCOAD08765,,1686667628734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1324,,,stu_BCOAD08765,,1686667628787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1325,,,stu_BCOAD08765,,1686667629812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1326,,,stu_BCOAD08765,,1686667629826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1327,,,stu_BCOAD08765,,1686667631190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,8,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1328,,,stu_BCOAD08765,,1686667631240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1329,,,stu_BCOAD08765,,1686667631883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,9,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1330,,,stu_BCOAD08765,,1686667631920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1331,,,stu_BCOAD08765,,1686667634904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1332,,,stu_BCOAD08765,,1686667653844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,10,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1333,,,stu_FUAXW79738,,1679409968385,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1334,,,stu_FUAXW79738,,1679409975404,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1335,,,stu_FUAXW79738,,1679409989744,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1336,,,stu_FUAXW79738,,1679409993083,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1337,,,stu_FUAXW79738,,1679410000258,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1338,,,stu_FUAXW79738,,1679410002101,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1339,,,stu_FUAXW79738,,1679410007784,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1340,,,stu_FUAXW79738,,1679410014059,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1341,,,stu_FUAXW79738,,1679410018182,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1342,,,stu_FUAXW79738,,1679410026055,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1343,,,stu_FUAXW79738,,1679410028046,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1344,,,stu_FUAXW79738,,1679410029855,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1345,,,stu_FUAXW79738,,1679410033730,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1346,,,stu_FUAXW79738,,1679410040064,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1347,,,stu_FUAXW79738,,1679410046194,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1348,,,stu_FUAXW79738,,1679410053803,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1349,,,stu_FUAXW79738,,1679410056671,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1350,,,stu_FUAXW79738,,1679410060933,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1351,,,stu_FUAXW79738,,1679410091159,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1352,,,stu_FUAXW79738,,1679410098292,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1353,,,stu_FUAXW79738,,1679410101475,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1354,,,stu_FUAXW79738,,1679410108699,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1355,,,stu_FUAXW79738,,1679410112347,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1356,,,stu_FUAXW79738,,1679410117377,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1357,,,stu_FUAXW79738,,1679410124991,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1358,,,stu_FUAXW79738,,1679410131450,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1359,,,stu_FUAXW79738,,1679410134855,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1360,,,stu_FUAXW79738,,1679410156758,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1361,,,stu_FUAXW79738,,1679410161878,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1362,,,stu_FUAXW79738,,1679665599174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1363,,,stu_FUAXW79738,,1679665599213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1364,,,stu_FUAXW79738,,1679665601060,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1365,,,stu_FUAXW79738,,1679665605490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1366,,,stu_FUAXW79738,,1679665611206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1367,,,stu_FUAXW79738,,1679665615231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1368,,,stu_FUAXW79738,,1679665616820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1369,,,stu_FUAXW79738,,1679665619456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1370,,,stu_FUAXW79738,,1679665621052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1371,,,stu_FUAXW79738,,1679665624928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1372,,,stu_FUAXW79738,,1679665626323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1373,,,stu_FUAXW79738,,1679665634322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1374,,,stu_FUAXW79738,,1679665647707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1375,,,stu_FUAXW79738,,1679665657455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1376,,,stu_FUAXW79738,,1679581751657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1377,,,stu_FUAXW79738,,1679581755890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1378,,,stu_FUAXW79738,,1679581758611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1379,,,stu_FUAXW79738,,1679581762401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1380,,,stu_FUAXW79738,,1679581766015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1381,,,stu_FUAXW79738,,1679581769978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1382,,,stu_FUAXW79738,,1679581771914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1383,,,stu_FUAXW79738,,1679581773547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1384,,,stu_FUAXW79738,,1679581779539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1385,,,stu_FUAXW79738,,1679581795297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1386,,,stu_FVUZN00384,,1678217129915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1387,,,stu_FVUZN00384,,1678217129958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1388,,,stu_FVUZN00384,,1678217131714,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1389,,,stu_FVUZN00384,,1678217147157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1390,,,stu_FVUZN00384,,1678217151763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1391,,,stu_FVUZN00384,,1678217175300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1392,,,stu_FVUZN00384,,1678217177592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1393,,,stu_FVUZN00384,,1678217182965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1394,,,stu_FVUZN00384,,1678217182994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1395,,,stu_FVUZN00384,,1678217185463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1396,,,stu_FVUZN00384,,1678217197173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1397,,,stu_FVUZN00384,,1678217209553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1398,,,stu_FVUZN00384,,1678217214617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1399,,,stu_FVUZN00384,,1678217218186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1400,,,stu_FVUZN00384,,1678217221091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1401,,,stu_FVUZN00384,,1678217226348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1402,,,stu_FVUZN00384,,1678217229706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1403,,,stu_FVUZN00384,,1678217247236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1404,,,stu_FVUZN00384,,1678217250491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1405,,,stu_FVUZN00384,,1678217254654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1406,,,stu_FVUZN00384,,1678217256720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1407,,,stu_FVUZN00384,,1678217259482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1408,,,stu_FVUZN00384,,1678217261376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1409,,,stu_FVUZN00384,,1678217261467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1410,,,stu_FVUZN00384,,1678217266012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1411,,,stu_FVUZN00384,,1678217266018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1412,,,stu_FVUZN00384,,1678217271794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1413,,,stu_FVUZN00384,,1678217273440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1414,,,stu_FVUZN00384,,1678217277662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1415,,,stu_FVUZN00384,,1678217283954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1416,,,stu_FVUZN00384,,1678217287040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1417,,,stu_FVUZN00384,,1678217289713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1418,,,stu_FVUZN00384,,1678217303751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1419,,,stu_FVUZN00384,,1678217306583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1420,,,stu_FVUZN00384,,1678217310340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1421,,,stu_FVUZN00384,,1678217312764,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1422,,,stu_FVUZN00384,,1678217314700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1423,,,stu_FVUZN00384,,1678217319682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1424,,,stu_FVUZN00384,,1678217319723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1425,,,stu_FVUZN00384,,1678217324607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1426,,,stu_FVUZN00384,,1678217326731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1427,,,stu_FVUZN00384,,1678217344770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1428,,,stu_FVUZN00384,,1678217419327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1429,,,stu_FVUZN00384,,1678217425974,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1430,,,stu_FVUZN00384,,1678217425990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1431,,,stu_FVUZN00384,,1678217432555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1432,,,stu_FVUZN00384,,1678217439365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1433,,,stu_FVUZN00384,,1678217443427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1434,,,stu_FVUZN00384,,1678217445548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1435,,,stu_FVUZN00384,,1678217447894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1436,,,stu_FVUZN00384,,1678217453497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1437,,,stu_FVUZN00384,,1678217457489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1438,,,stu_FVUZN00384,,1678217464149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1439,,,stu_FVUZN00384,,1678217466927,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1440,,,stu_FVUZN00384,,1678217471444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1441,,,stu_FVUZN00384,,1678217473891,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1442,,,stu_FVUZN00384,,1679335886104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1443,,,stu_FVUZN00384,,1679335886186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1444,,,stu_FVUZN00384,,1679335887767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1445,,,stu_FVUZN00384,,1679335909564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1446,,,stu_FVUZN00384,,1679335912759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1447,,,stu_FVUZN00384,,1679335916513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1448,,,stu_FVUZN00384,,1679335918672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1449,,,stu_FVUZN00384,,1679335935444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1450,,,stu_FVUZN00384,,1679335938684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1451,,,stu_FVUZN00384,,1679335973941,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1452,,,stu_FVUZN00384,,1679335973945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1453,,,stu_FVUZN00384,,1679335979067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1454,,,stu_FVUZN00384,,1679335981651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1455,,,stu_FVUZN00384,,1679335983639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1456,,,stu_FVUZN00384,,1679336002110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1457,,,stu_FVUZN00384,,1679336008141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1458,,,stu_FVUZN00384,,1679336041653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1459,,,stu_FVUZN00384,,1679336046418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1460,,,stu_FVUZN00384,,1679336048079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1461,,,stu_FVUZN00384,,1679336049485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1462,,,stu_FVUZN00384,,1679336049517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1463,,,stu_FVUZN00384,,1679336053285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1464,,,stu_FVUZN00384,,1679336055881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1465,,,stu_FVUZN00384,,1679336058269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1466,,,stu_FVUZN00384,,1679336059523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1467,,,stu_FVUZN00384,,1679336075432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1468,,,stu_FVUZN00384,,1679336087692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1469,,,stu_FVUZN00384,,1679336095556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1470,,,stu_FVUZN00384,,1679336097377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1471,,,stu_FVUZN00384,,1679336099200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1472,,,stu_FVUZN00384,,1679336103447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1473,,,stu_FVUZN00384,,1679336105690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1474,,,stu_FVUZN00384,,1678731657619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1475,,,stu_FVUZN00384,,1678731657661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1476,,,stu_FVUZN00384,,1678731659153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1477,,,stu_FVUZN00384,,1678731703500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1478,,,stu_FVUZN00384,,1678731710164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1479,,,stu_FVUZN00384,,1678731711701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1480,,,stu_FVUZN00384,,1678731714238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1481,,,stu_FVUZN00384,,1678731719548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1482,,,stu_FVUZN00384,,1678731721645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1483,,,stu_FVUZN00384,,1678731737554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1484,,,stu_FVUZN00384,,1678731739498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1485,,,stu_FVUZN00384,,1678731742899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1486,,,stu_FVUZN00384,,1678731744821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1487,,,stu_FVUZN00384,,1678731747279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1488,,,stu_FVUZN00384,,1678731747302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1489,,,stu_FVUZN00384,,1678731751195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1490,,,stu_FVUZN00384,,1678731751230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1491,,,stu_FVUZN00384,,1678731756125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1492,,,stu_FVUZN00384,,1678731756297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1493,,,stu_FVUZN00384,,1678731760924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1494,,,stu_FVUZN00384,,1678731760930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1495,,,stu_FVUZN00384,,1678731762963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1496,,,stu_FVUZN00384,,1678731762989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1497,,,stu_FVUZN00384,,1678731767454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1498,,,stu_FVUZN00384,,1678731768652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1499,,,stu_FVUZN00384,,1678731769492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1500,,,stu_FVUZN00384,,1678731771836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1501,,,stu_FVUZN00384,,1678731779249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1502,,,stu_FVUZN00384,,1678731782430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1503,,,stu_FVUZN00384,,1678731784394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1504,,,stu_FVUZN00384,,1678731787928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1505,,,stu_FVUZN00384,,1678731789915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1506,,,stu_FVUZN00384,,1678731791223,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1507,,,stu_FVUZN00384,,1678731797859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1508,,,stu_FVUZN00384,,1678731800146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1509,,,stu_FVUZN00384,,1678731802602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1510,,,stu_FVUZN00384,,1678731804813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1511,,,stu_FVUZN00384,,1678731808130,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1512,,,stu_FVUZN00384,,1678731814087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1513,,,stu_FVUZN00384,,1678731816026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1514,,,stu_FVUZN00384,,1678731817946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1515,,,stu_FVUZN00384,,1678731820422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1516,,,stu_FVUZN00384,,1678731833012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1517,,,stu_FVUZN00384,,1678731849492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1518,,,stu_FVUZN00384,,1678731850628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1519,,,stu_FVUZN00384,,1678731860958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1520,,,stu_FVUZN00384,,1678731864181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1521,,,stu_FVUZN00384,,1678731866209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1522,,,stu_FVUZN00384,,1678731869615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1523,,,stu_FVUZN00384,,1678731871776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1524,,,stu_FVUZN00384,,1679264807194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1525,,,stu_FVUZN00384,,1679264807240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1526,,,stu_FVUZN00384,,1679264809790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1527,,,stu_FVUZN00384,,1679264817274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1528,,,stu_FVUZN00384,,1679264821249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1529,,,stu_FVUZN00384,,1679264825463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1530,,,stu_FVUZN00384,,1679264828313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1531,,,stu_FVUZN00384,,1679264832075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1532,,,stu_FVUZN00384,,1679264852928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1533,,,stu_FVUZN00384,,1679264854380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1534,,,stu_FVUZN00384,,1679264869250,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1535,,,stu_FVUZN00384,,1679264871585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1536,,,stu_FVUZN00384,,1679264876395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1537,,,stu_FVUZN00384,,1679264884846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1538,,,stu_FVUZN00384,,1679264887778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1539,,,stu_FVUZN00384,,1679264890625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1540,,,stu_FVUZN00384,,1679264893409,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1541,,,stu_FVUZN00384,,1679264897551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1542,,,stu_FVUZN00384,,1679264901741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1543,,,stu_FVUZN00384,,1679264913855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1544,,,stu_FVUZN00384,,1679264926008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1545,,,stu_FVUZN00384,,1679264933522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1546,,,stu_FVUZN00384,,1679264933522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1547,,,stu_FVUZN00384,,1679264933522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1548,,,stu_FVUZN00384,,1679264933522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1549,,,stu_FVUZN00384,,1679264935368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1550,,,stu_FVUZN00384,,1679264939744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1551,,,stu_FVUZN00384,,1679264946953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1552,,,stu_FVUZN00384,,1679263806290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1553,,,stu_FVUZN00384,,1679263806320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1554,,,stu_FVUZN00384,,1679263807912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1555,,,stu_FVUZN00384,,1679263852544,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1556,,,stu_FVUZN00384,,1679263855618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1557,,,stu_FVUZN00384,,1679263858164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1558,,,stu_FVUZN00384,,1679263862228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1559,,,stu_FVUZN00384,,1679263864594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1560,,,stu_FVUZN00384,,1679263869103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1561,,,stu_FVUZN00384,,1679263875539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1562,,,stu_FVUZN00384,,1679263878530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1563,,,stu_FVUZN00384,,1679263879501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1564,,,stu_FVUZN00384,,1679263882878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1565,,,stu_FVUZN00384,,1679263885141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1566,,,stu_FVUZN00384,,1679263892390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1567,,,stu_FVUZN00384,,1679263893524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1568,,,stu_FVUZN00384,,1679263940262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1569,,,stu_FVUZN00384,,1679263940280,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1570,,,stu_FVUZN00384,,1679263942610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1571,,,stu_FVUZN00384,,1679263942640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1572,,,stu_FVUZN00384,,1679263947581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1573,,,stu_FVUZN00384,,1679263947600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1574,,,stu_FVUZN00384,,1679263959717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1575,,,stu_FVUZN00384,,1679263959721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1576,,,stu_FVUZN00384,,1679263962649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1577,,,stu_FVUZN00384,,1679263962666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1578,,,stu_FVUZN00384,,1679263965222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1579,,,stu_FVUZN00384,,1679263965251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1580,,,stu_FVUZN00384,,1679263969468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1581,,,stu_FVUZN00384,,1679263969491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1582,,,stu_FVUZN00384,,1679263973304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1583,,,stu_FVUZN00384,,1679263977370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1584,,,stu_FVUZN00384,,1679263980307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1585,,,stu_FVUZN00384,,1679263985562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1586,,,stu_FVUZN00384,,1679263987505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1587,,,stu_FVUZN00384,,1679264000151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1588,,,stu_FVUZN00384,,1679264002651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1589,,,stu_FVUZN00384,,1679264009889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1590,,,stu_FVUZN00384,,1679264012532,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1591,,,stu_FVUZN00384,,1679264020522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1592,,,stu_FVUZN00384,,1679264024602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1593,,,stu_FVUZN00384,,1679264030782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1594,,,stu_FVUZN00384,,1679264036375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1595,,,stu_FVUZN00384,,1679264057666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1596,,,stu_FVUZN00384,,1679264063834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1597,,,stu_FVUZN00384,,1679264065001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1598,,,stu_FVUZN00384,,1679264072584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1599,,,stu_FVUZN00384,,1679264075283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1600,,,stu_FVUZN00384,,1679264077337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1601,,,stu_FVUZN00384,,1679264081937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1602,,,stu_FVUZN00384,,1679264084953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1603,,,stu_FVUZN00384,,1679336125536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1604,,,stu_FVUZN00384,,1679336137254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1605,,,stu_FVUZN00384,,1679336140724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1606,,,stu_FVUZN00384,,1679336145472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1607,,,stu_FVUZN00384,,1679336146774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1608,,,stu_FVUZN00384,,1679336154852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1609,,,stu_FVUZN00384,,1679336166675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1610,,,stu_FVUZN00384,,1679336167685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1611,,,stu_FVUZN00384,,1679336171075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1612,,,stu_FVUZN00384,,1679336172418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1613,,,stu_FVUZN00384,,1679336174545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1614,,,stu_FVUZN00384,,1679336175992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1615,,,stu_FVUZN00384,,1679336177530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1616,,,stu_FVUZN00384,,1679336178519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1617,,,stu_FVUZN00384,,1679336185082,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1618,,,stu_FVUZN00384,,1679336187920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1619,,,stu_FVUZN00384,,1679336190308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1620,,,stu_FVUZN00384,,1679336190308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1621,,,stu_FVUZN00384,,1679336190308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1622,,,stu_FVUZN00384,,1679336190308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1623,,,stu_FVUZN00384,,1679336192017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1624,,,stu_FVUZN00384,,1679336195527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1625,,,stu_FVUZN00384,,1679336198239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1626,,,stu_QJDCC00585,,1677961077886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1627,,,stu_QJDCC00585,,1677961077969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1628,,,stu_QJDCC00585,,1677961079520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1629,,,stu_QJDCC00585,,1677961081270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1630,,,stu_QJDCC00585,,1677961083608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1631,,,stu_QJDCC00585,,1677961086140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1632,,,stu_QJDCC00585,,1677961088580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1633,,,stu_QJDCC00585,,1677961090364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1634,,,stu_QJDCC00585,,1677961092108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1635,,,stu_QJDCC00585,,1677961093207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1636,,,stu_QJDCC00585,,1677961100719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1637,,,stu_QJDCC00585,,1677961102896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1638,,,stu_QJDCC00585,,1677961104924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1639,,,stu_QJDCC00585,,1677961112286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1640,,,stu_QJDCC00585,,1677961114876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1641,,,stu_QJDCC00585,,1677961117003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1642,,,stu_QJDCC00585,,1677961117718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1643,,,stu_QJDCC00585,,1677961124772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1644,,,stu_QJDCC00585,,1677961126880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1645,,,stu_QJDCC00585,,1677961132592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1646,,,stu_QJDCC00585,,1677961134369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1647,,,stu_QJDCC00585,,1677961140338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1648,,,stu_QJDCC00585,,1677961143191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1649,,,stu_QJDCC00585,,1677791583175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1650,,,stu_QJDCC00585,,1677791583224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1651,,,stu_QJDCC00585,,1677791585781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1652,,,stu_QJDCC00585,,1677791587983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1653,,,stu_QJDCC00585,,1677791590824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1654,,,stu_QJDCC00585,,1677791596498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1655,,,stu_QJDCC00585,,1677791597365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1656,,,stu_QJDCC00585,,1677791600893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1657,,,stu_QJDCC00585,,1677791603025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1658,,,stu_QJDCC00585,,1677791605863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1659,,,stu_QJDCC00585,,1677791607917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1660,,,stu_QJDCC00585,,1677791609100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1661,,,stu_QJDCC00585,,1677791612549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1662,,,stu_QJDCC00585,,1677791614470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1663,,,stu_QJDCC00585,,1677791618802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1664,,,stu_QJDCC00585,,1677791624888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1665,,,stu_QJDCC00585,,1677791625818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1666,,,stu_QJDCC00585,,1677791632762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1667,,,stu_QJDCC00585,,1677791636271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1668,,,stu_QJDCC00585,,1677791639040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1669,,,stu_QJDCC00585,,1677791639823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1670,,,stu_QJDCC00585,,1677791642544,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1671,,,stu_QJDCC00585,,1677791653481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1672,,,stu_QJDCC00585,,1677791657655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1673,,,stu_QJDCC00585,,1677791661167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1674,,,stu_QJDCC00585,,1677791665758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1675,,,stu_QJDCC00585,,1677791668182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1676,,,stu_QJDCC00585,,1677791674796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1677,,,stu_QJDCC00585,,1677791676887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1678,,,stu_QJDCC00585,,1677960205205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1679,,,stu_QJDCC00585,,1677960209892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1680,,,stu_QJDCC00585,,1677960211743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1681,,,stu_QJDCC00585,,1677960215323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1682,,,stu_QJDCC00585,,1677960217644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1683,,,stu_QJDCC00585,,1677960220949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1684,,,stu_QJDCC00585,,1677960227868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1685,,,stu_QJDCC00585,,1677960230272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1686,,,stu_QJDCC00585,,1677960250159,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1687,,,stu_QJDCC00585,,1677960252368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1688,,,stu_QJDCC00585,,1677960264724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1689,,,stu_QJDCC00585,,1677960267155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1690,,,stu_QJDCC00585,,1677960274069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1691,,,stu_QJDCC00585,,1677960294711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1692,,,stu_QJDCC00585,,1677960322543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1693,,,stu_QJDCC00585,,1677960417561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1694,,,stu_QJDCC00585,,1677960425841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1695,,,stu_QJDCC00585,,1677960427201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1696,,,stu_QJDCC00585,,1677960448451,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1697,,,stu_QJDCC00585,,1677960457323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1698,,,stu_QJDCC00585,,1677960583179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1699,,,stu_QJDCC00585,,1677960585176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1700,,,stu_QJDCC00585,,1677960588556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1701,,,stu_QJDCC00585,,1677960592568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1702,,,stu_QJDCC00585,,1677783274382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1703,,,stu_QJDCC00585,,1677783274495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1704,,,stu_QJDCC00585,,1677783276107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1705,,,stu_QJDCC00585,,1677783287326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1706,,,stu_QJDCC00585,,1677783297370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1707,,,stu_QJDCC00585,,1677783300132,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1708,,,stu_QJDCC00585,,1677783303173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1709,,,stu_QJDCC00585,,1677783305752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1710,,,stu_QJDCC00585,,1677783307856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1711,,,stu_QJDCC00585,,1677783310688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1712,,,stu_QJDCC00585,,1677783314495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1713,,,stu_QJDCC00585,,1677783394091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1714,,,stu_QJDCC00585,,1677783394092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1715,,,stu_QJDCC00585,,1677783395909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1716,,,stu_QJDCC00585,,1677783404279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1717,,,stu_QJDCC00585,,1677783406108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1718,,,stu_QJDCC00585,,1677783410235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1719,,,stu_QJDCC00585,,1677783414145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1720,,,stu_QJDCC00585,,1677783416942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1721,,,stu_QJDCC00585,,1677783419171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1722,,,stu_QJDCC00585,,1677783422580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1723,,,stu_QJDCC00585,,1677783428172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1724,,,stu_QJDCC00585,,1677783431507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1725,,,stu_QJDCC00585,,1677783433914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1726,,,stu_QJDCC00585,,1677783435894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1727,,,stu_QJDCC00585,,1677783439008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1728,,,stu_QJDCC00585,,1677783442623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1729,,,stu_QJDCC00585,,1677783447488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1730,,,stu_QJDCC00585,,1677783517533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1731,,,stu_QJDCC00585,,1677783526917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1732,,,stu_QJDCC00585,,1677783548940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1733,,,stu_QJDCC00585,,1677783554100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1734,,,stu_QJDCC00585,,1677783563693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1735,,,stu_QJDCC00585,,1677783577865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1736,,,stu_QJDCC00585,,1677783579650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1737,,,stu_QJDCC00585,,1677783582822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1738,,,stu_QJDCC00585,,1677783586972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1739,,,stu_QJDCC00585,,1677783590172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1740,,,stu_QJDCC00585,,1677783591877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1741,,,stu_QJDCC00585,,1677783595190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1742,,,stu_QJDCC00585,,1677783597695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1743,,,stu_QJDCC00585,,1677961439927,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1744,,,stu_QJDCC00585,,1677961443456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1745,,,stu_QJDCC00585,,1677961445416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1746,,,stu_QJDCC00585,,1677961448160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1747,,,stu_QJDCC00585,,1677961450908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1748,,,stu_QJDCC00585,,1677961455439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1749,,,stu_QJDCC00585,,1677961456245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1750,,,stu_QJDCC00585,,1677961490253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1751,,,stu_QJDCC00585,,1677961504577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1752,,,stu_QJDCC00585,,1677961541749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1753,,,stu_QJDCC00585,,1677961543601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1754,,,stu_QJDCC00585,,1677961546504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1755,,,stu_QJDCC00585,,1677961547605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1756,,,stu_QJDCC00585,,1677961557240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1757,,,stu_QJDCC00585,,1677961558287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1758,,,stu_QJDCC00585,,1677961588752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1759,,,stu_QJDCC00585,,1677961591374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1760,,,stu_QJDCC00585,,1677961595230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1761,,,stu_QJDCC00585,,1677961596796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1762,,,stu_QJDCC00585,,1677961596817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1763,,,stu_QJDCC00585,,1677961600410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1764,,,stu_QJDCC00585,,1677961603384,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1765,,,stu_QJDCC00585,,1677791815284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1766,,,stu_QJDCC00585,,1677791818909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1767,,,stu_QJDCC00585,,1677791821597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1768,,,stu_QJDCC00585,,1677791823682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1769,,,stu_QJDCC00585,,1677791827078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1770,,,stu_QJDCC00585,,1677791830064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1771,,,stu_QJDCC00585,,1677791832749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1772,,,stu_QJDCC00585,,1677791833895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1773,,,stu_QJDCC00585,,1677791835933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1774,,,stu_QJDCC00585,,1677791858310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1775,,,stu_QJDCC00585,,1677791861723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1776,,,stu_QJDCC00585,,1677791864735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1777,,,stu_QJDCC00585,,1677791879230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1778,,,stu_QJDCC00585,,1677791881324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1779,,,stu_QJDCC00585,,1677791885926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1780,,,stu_QJDCC00585,,1677791887403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1781,,,stu_QJDCC00585,,1677791888330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1782,,,stu_QJDCC00585,,1677791909224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1783,,,stu_QJDCC00585,,1677791912332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1784,,,stu_QJDCC00585,,1677791919184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1785,,,stu_QJDCC00585,,1677791920791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1786,,,stu_QJDCC00585,,1677791924707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1787,,,stu_QJDCC00585,,1677791926475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1788,,,stu_QQJON76603,,1666219151413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1789,,,stu_QQJON76603,,1666219155319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1790,,,stu_QQJON76603,,1666219158313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1791,,,stu_QQJON76603,,1666219162594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1792,,,stu_QQJON76603,,1666219176649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1793,,,stu_QQJON76603,,1666219263920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1794,,,stu_QQJON76603,,1666219403290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1795,,,stu_QQJON76603,,1666219411110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1796,,,stu_QQJON76603,,1666219414135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1797,,,stu_QQJON76603,,1666219414150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1798,,,stu_QQJON76603,,1666219452178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1799,,,stu_QQJON76603,,1666219473194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1800,,,stu_QQJON76603,,1666219477909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1801,,,stu_QQJON76603,,1666219479787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1802,,,stu_QQJON76603,,1666219482806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1803,,,stu_QQJON76603,,1666219485283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1804,,,stu_QQJON76603,,1666219489122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1805,,,stu_QQJON76603,,1666219495027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1806,,,stu_QQJON76603,,1666219497928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1807,,,stu_QQJON76603,,1666219503954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1808,,,stu_QQJON76603,,1666219505662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1809,,,stu_QQJON76603,,1666219518014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1810,,,stu_QQJON76603,,1666219553267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1811,,,stu_QQJON76603,,1666219562577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1812,,,stu_QQJON76603,,1666219568415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1813,,,stu_QQJON76603,,1666219573440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1814,,,stu_QQJON76603,,1666219578524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1815,,,stu_QQJON76603,,1666219597757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1816,,,stu_QQJON76603,,1666219597823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1817,,,stu_QQJON76603,,1666219604943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1818,,,stu_QQJON76603,,1666219621376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1819,,,stu_WXGSK77481,,1666970257289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1820,,,stu_WXGSK77481,,1666970262070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1821,,,stu_WXGSK77481,,1666970266572,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1822,,,stu_WXGSK77481,,1666970268964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1823,,,stu_WXGSK77481,,1666970271676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1824,,,stu_WXGSK77481,,1666970273371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1825,,,stu_WXGSK77481,,1666970275281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1826,,,stu_WXGSK77481,,1666970285211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1827,,,stu_WXGSK77481,,1666970291122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1828,,,stu_WXGSK77481,,1666970308430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1829,,,stu_WXGSK77481,,1666626600622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1830,,,stu_WXGSK77481,,1666626609332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1831,,,stu_WXGSK77481,,1666626615204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1832,,,stu_WXGSK77481,,1666626623823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1833,,,stu_WXGSK77481,,1666626627751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1834,,,stu_WXGSK77481,,1666626629821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1835,,,stu_WXGSK77481,,1666626632903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1836,,,stu_WXGSK77481,,1666626647799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1837,,,stu_WXGSK77481,,1666626650023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1838,,,stu_WXGSK77481,,1666626651664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1839,,,stu_WXGSK77481,,1666626658485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1840,,,stu_WXGSK77481,,1666626664595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1841,,,stu_CNYTO57292,,1674071699418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1842,,,stu_CNYTO57292,,1674071702184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1843,,,stu_CNYTO57292,,1674071706647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1844,,,stu_CNYTO57292,,1674071709503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1845,,,stu_CNYTO57292,,1674071712365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1846,,,stu_CNYTO57292,,1674071713656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1847,,,stu_CNYTO57292,,1674071726783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1848,,,stu_CNYTO57292,,1674071728921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1849,,,stu_CNYTO57292,,1674071732200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1850,,,stu_CNYTO57292,,1674071732206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1851,,,stu_CNYTO57292,,1674071762647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1852,,,stu_CNYTO57292,,1674071769685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1853,,,stu_CNYTO57292,,1674071773417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1854,,,stu_CNYTO57292,,1674071774348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1855,,,stu_CNYTO57292,,1674071775524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1856,,,stu_CNYTO57292,,1674071777424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1857,,,stu_CNYTO57292,,1674071780421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1858,,,stu_CNYTO57292,,1674071781915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1859,,,stu_CNYTO57292,,1674071783733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1860,,,stu_CNYTO57292,,1674071785597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1861,,,stu_CNYTO57292,,1674071790758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1862,,,stu_CNYTO57292,,1674071793204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1863,,,stu_CNYTO57292,,1674071794261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1864,,,stu_CNYTO57292,,1674071794365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1865,,,stu_CNYTO57292,,1674071797065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1866,,,stu_CNYTO57292,,1674071798804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1867,,,stu_CNYTO57292,,1674071800693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1868,,,stu_CNYTO57292,,1674071802170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1869,,,stu_CNYTO57292,,1674071804385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1870,,,stu_CNYTO57292,,1674071804393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1871,,,stu_CNYTO57292,,1674071808019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1872,,,stu_CNYTO57292,,1674071809840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1873,,,stu_CNYTO57292,,1674071826074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1874,,,stu_CNYTO57292,,1674071829567,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1875,,,stu_CNYTO57292,,1674071831932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1876,,,stu_CNYTO57292,,1674071832712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1877,,,stu_CNYTO57292,,1674071837311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1878,,,stu_CNYTO57292,,1674071837312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1879,,,stu_CNYTO57292,,1674071841253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1880,,,stu_CNYTO57292,,1674071848312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1881,,,stu_IIDCG45181,,1665706987014,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1882,,,stu_IIDCG45181,,1665706993902,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1883,,,stu_IIDCG45181,,1665706996705,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1884,,,stu_IIDCG45181,,1665706997947,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1885,,,stu_IIDCG45181,,1665707013058,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1886,,,stu_IIDCG45181,,1665707014054,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1887,,,stu_IIDCG45181,,1665707018110,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1888,,,stu_IIDCG45181,,1665707019322,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1889,,,stu_IIDCG45181,,1665707023331,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1890,,,stu_IIDCG45181,,1665707026033,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1891,,,stu_IIDCG45181,,1665707033450,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1892,,,stu_IIDCG45181,,1665707035214,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1893,,,stu_IIDCG45181,,1665707037546,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1894,,,stu_IIDCG45181,,1665707038661,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1895,,,stu_IIDCG45181,,1665707054084,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1896,,,stu_IIDCG45181,,1665707070792,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1897,,,stu_IIDCG45181,,1665707072691,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1898,,,stu_IIDCG45181,,1665707074303,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1899,,,stu_IIDCG45181,,1665707080959,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1900,,,stu_IIDCG45181,,1665707095433,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1901,,,stu_IIDCG45181,,1665707106769,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1902,,,stu_IIDCG45181,,1665707112304,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1903,,,stu_IIDCG45181,,1665707114108,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1904,,,stu_IIDCG45181,,1665707115780,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1905,,,stu_IIDCG45181,,1665707119235,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1906,,,stu_IIDCG45181,,1665707124486,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1907,,,stu_IIDCG45181,,1665707125946,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1908,,,stu_IIDCG45181,,1665707133968,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1909,,,stu_IIDCG45181,,1665707136294,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1910,,,stu_IIDCG45181,,1665707145001,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1911,,,stu_IIDCG45181,,1665707325198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1912,,,stu_IIDCG45181,,1665707330691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1913,,,stu_IIDCG45181,,1665707333383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1914,,,stu_IIDCG45181,,1665707335073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1915,,,stu_IIDCG45181,,1665707338044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1916,,,stu_IIDCG45181,,1665707339731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1917,,,stu_IIDCG45181,,1665707341131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1918,,,stu_IIDCG45181,,1665707344959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1919,,,stu_IIDCG45181,,1665707346216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1920,,,stu_IIDCG45181,,1665707347262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1921,,,stu_UCZRX51719,,1677092104330,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1922,,,stu_UCZRX51719,,1677092108110,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1923,,,stu_UCZRX51719,,1677092111134,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1924,,,stu_UCZRX51719,,1677092115218,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1925,,,stu_UCZRX51719,,1677092118738,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1926,,,stu_UCZRX51719,,1677092123507,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1927,,,stu_UCZRX51719,,1677092127342,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1928,,,stu_UCZRX51719,,1677092129122,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1929,,,stu_UCZRX51719,,1677092131458,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1930,,,stu_UCZRX51719,,1677092135511,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1931,,,stu_UCZRX51719,,1677092138557,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1932,,,stu_UCZRX51719,,1677092143356,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1933,,,stu_UCZRX51719,,1677092151889,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1934,,,stu_UCZRX51719,,1677092155565,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1935,,,stu_UCZRX51719,,1677092156815,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1936,,,stu_UCZRX51719,,1677092158118,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1937,,,stu_UCZRX51719,,1677092158131,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1938,,,stu_UCZRX51719,,1677092163009,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1939,,,stu_UCZRX51719,,1677092168612,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1940,,,stu_UCZRX51719,,1677092168616,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1941,,,stu_UCZRX51719,,1677092174008,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1942,,,stu_UCZRX51719,,1677092174043,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1943,,,stu_UCZRX51719,,1677092178447,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1944,,,stu_UCZRX51719,,1677092180971,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1945,,,stu_UCZRX51719,,1677092183092,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1946,,,stu_UCZRX51719,,1677092186418,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1947,,,stu_UCZRX51719,,1677092189725,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1948,,,stu_UCZRX51719,,1677092192774,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1949,,,stu_UCZRX51719,,1677092195390,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1950,,,stu_UCZRX51719,,1677092227331,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1951,,,stu_UCZRX51719,,1677092227351,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1952,,,stu_UCZRX51719,,1677092234315,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1953,,,stu_UCZRX51719,,1677092241402,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1954,,,stu_UCZRX51719,,1677796074102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1955,,,stu_UCZRX51719,,1677796074137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1956,,,stu_UCZRX51719,,1677796078747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1957,,,stu_UCZRX51719,,1677796083055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1958,,,stu_UCZRX51719,,1677796084261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1959,,,stu_UCZRX51719,,1677796084861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1960,,,stu_UCZRX51719,,1677796087130,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1961,,,stu_UCZRX51719,,1677796089178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1962,,,stu_UCZRX51719,,1677796089780,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1963,,,stu_UCZRX51719,,1677796090299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1964,,,stu_UCZRX51719,,1677796091451,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1965,,,stu_UCZRX51719,,1677796092933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1966,,,stu_UCZRX51719,,1677796095292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1967,,,stu_UCZRX51719,,1677796096969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1968,,,stu_UCZRX51719,,1677796097440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1969,,,stu_UCZRX51719,,1677796100092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1970,,,stu_UCZRX51719,,1677796102438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1971,,,stu_UCZRX51719,,1677795731125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1972,,,stu_UCZRX51719,,1677795765667,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1973,,,stu_UCZRX51719,,1677795768426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1974,,,stu_UCZRX51719,,1677795770339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1975,,,stu_UCZRX51719,,1677795771894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1976,,,stu_UCZRX51719,,1677795774255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1977,,,stu_UCZRX51719,,1677795776197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1978,,,stu_UCZRX51719,,1677795778443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1979,,,stu_UCZRX51719,,1677795779186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1980,,,stu_UCZRX51719,,1677795781173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1981,,,stu_UCZRX51719,,1677795805812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1982,,,stu_UCZRX51719,,1677795808914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1983,,,stu_UCZRX51719,,1677795809828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1984,,,stu_UCZRX51719,,1677795816488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1985,,,stu_UCZRX51719,,1677795825873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1986,,,stu_UCZRX51719,,1677092505741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1987,,,stu_UCZRX51719,,1677092509163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1988,,,stu_UCZRX51719,,1677092510527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1989,,,stu_UCZRX51719,,1677092513416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1990,,,stu_UCZRX51719,,1677092517669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1991,,,stu_UCZRX51719,,1677092520452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1992,,,stu_UCZRX51719,,1677092521656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1993,,,stu_UCZRX51719,,1677092523505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1994,,,stu_UCZRX51719,,1677092524979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1995,,,stu_UCZRX51719,,1677092528633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1996,,,stu_UCZRX51719,,1677092531730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1997,,,stu_UCZRX51719,,1677524692887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1998,,,stu_UCZRX51719,,1677524692939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1999,,,stu_UCZRX51719,,1677524696394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2000,,,stu_UCZRX51719,,1677524700756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2001,,,stu_UCZRX51719,,1677524702545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2002,,,stu_UCZRX51719,,1677524704281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2003,,,stu_UCZRX51719,,1677524707704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2004,,,stu_UCZRX51719,,1677524710378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2005,,,stu_UCZRX51719,,1677524711772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2006,,,stu_UCZRX51719,,1677524713428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2007,,,stu_UCZRX51719,,1677524715913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2008,,,stu_UCZRX51719,,1677524719666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2009,,,stu_UCZRX51719,,1677524722342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2010,,,stu_UCZRX51719,,1677524725421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2011,,,stu_UCZRX51719,,1677092545200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2012,,,stu_UCZRX51719,,1677092548969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2013,,,stu_UCZRX51719,,1677092550026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2014,,,stu_UCZRX51719,,1677092553403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2015,,,stu_UCZRX51719,,1677092556912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2016,,,stu_UCZRX51719,,1677092565774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2017,,,stu_UCZRX51719,,1677092567761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2018,,,stu_UCZRX51719,,1677092570341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2019,,,stu_UCZRX51719,,1677092572285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2020,,,stu_UCZRX51719,,1677092575469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2021,,,stu_UCZRX51719,,1677092581943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2022,,,stu_UCZRX51719,,1677092585323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2023,,,stu_UCZRX51719,,1677092587164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2024,,,stu_UCZRX51719,,1677092593228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2025,,,stu_UCZRX51719,,1677092595970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2026,,,stu_UCZRX51719,,1677092600260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2027,,,stu_UCZRX51719,,1677092600277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2028,,,stu_UCZRX51719,,1677092603986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2029,,,stu_UCZRX51719,,1677092612237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2030,,,stu_UCZRX51719,,1677795960666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2031,,,stu_UCZRX51719,,1677795960692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2032,,,stu_UCZRX51719,,1677795962002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2033,,,stu_UCZRX51719,,1677795968138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2034,,,stu_UCZRX51719,,1677795969779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2035,,,stu_UCZRX51719,,1677795970662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2036,,,stu_UCZRX51719,,1677795972148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2037,,,stu_UCZRX51719,,1677795975630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2038,,,stu_UCZRX51719,,1677795976611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2039,,,stu_UCZRX51719,,1677795977091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2040,,,stu_UCZRX51719,,1677795978376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2041,,,stu_UCZRX51719,,1677795991205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2042,,,stu_UCZRX51719,,1677795993341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2043,,,stu_UCZRX51719,,1677795993778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2044,,,stu_UCZRX51719,,1677795994750,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2045,,,stu_UCZRX51719,,1677795997455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2046,,,stu_BZYPK82036,,1681749302102,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2047,,,stu_BZYPK82036,,1681749302166,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2048,,,stu_BZYPK82036,,1681749303985,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2049,,,stu_BZYPK82036,,1681749310467,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2050,,,stu_BZYPK82036,,1681749313448,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2051,,,stu_BZYPK82036,,1681749318078,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2052,,,stu_BZYPK82036,,1681749323597,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2053,,,stu_BZYPK82036,,1681749326068,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2054,,,stu_BZYPK82036,,1681749329239,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2055,,,stu_BZYPK82036,,1681749333921,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2056,,,stu_BZYPK82036,,1681749336998,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2057,,,stu_BZYPK82036,,1681749350418,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2058,,,stu_BZYPK82036,,1681749354402,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2059,,,stu_BZYPK82036,,1681749356115,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2060,,,stu_BZYPK82036,,1681749358656,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2061,,,stu_BZYPK82036,,1681749403566,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2062,,,stu_BZYPK82036,,1681922259644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2063,,,stu_BZYPK82036,,1681922267822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2064,,,stu_BZYPK82036,,1681922277441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2065,,,stu_BZYPK82036,,1681922283145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2066,,,stu_BZYPK82036,,1681922304704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2067,,,stu_BZYPK82036,,1681922304727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2068,,,stu_BZYPK82036,,1681922308807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2069,,,stu_BZYPK82036,,1681922313025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2070,,,stu_BZYPK82036,,1681922316102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2071,,,stu_BZYPK82036,,1681922321768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2072,,,stu_BZYPK82036,,1681922323852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2073,,,stu_BZYPK82036,,1681922325612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2074,,,stu_BZYPK82036,,1681922327294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2075,,,stu_BZYPK82036,,1681922340737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2076,,,stu_BZYPK82036,,1681922352699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2077,,,stu_BZYPK82036,,1681922354871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2078,,,stu_BZYPK82036,,1681922363490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2079,,,stu_BZYPK82036,,1681922371357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2080,,,stu_BZYPK82036,,1681749700025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2081,,,stu_BZYPK82036,,1681749700055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2082,,,stu_BZYPK82036,,1681749701930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2083,,,stu_BZYPK82036,,1681749706587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2084,,,stu_BZYPK82036,,1681749711814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2085,,,stu_BZYPK82036,,1681749716006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2086,,,stu_BZYPK82036,,1681749718480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2087,,,stu_BZYPK82036,,1681749722042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2088,,,stu_BZYPK82036,,1681749726562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2089,,,stu_BZYPK82036,,1681749729564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2090,,,stu_BZYPK82036,,1681749731804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2091,,,stu_BZYPK82036,,1681749733206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2092,,,stu_BZYPK82036,,1681749740296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2093,,,stu_BZYPK82036,,1681749746372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2094,,,stu_BZYPK82036,,1681749748866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2095,,,stu_BZYPK82036,,1681749751404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2096,,,stu_BZYPK82036,,1681749760350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2097,,,stu_BZYPK82036,,1681749760351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2098,,,stu_BZYPK82036,,1681749765026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2099,,,stu_BZYPK82036,,1681749803234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2100,,,stu_CPXFA60066,,1681496568023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2101,,,stu_CPXFA60066,,1681496572069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2102,,,stu_CPXFA60066,,1681496574171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2103,,,stu_CPXFA60066,,1681496577896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2104,,,stu_CPXFA60066,,1681496582903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2105,,,stu_CPXFA60066,,1681496585439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2106,,,stu_CPXFA60066,,1681496586198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2107,,,stu_CPXFA60066,,1681496587946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2108,,,stu_CPXFA60066,,1681496593643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2109,,,stu_CPXFA60066,,1681496597724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2110,,,stu_CPXFA60066,,1681496601008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2111,,,stu_CPXFA60066,,1681496602225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2112,,,stu_CPXFA60066,,1681496603983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2113,,,stu_CPXFA60066,,1681496608426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2114,,,stu_CPXFA60066,,1681496608449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2115,,,stu_CPXFA60066,,1681496613933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2116,,,stu_CPXFA60066,,1681496616973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2117,,,stu_CPXFA60066,,1681496617770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2118,,,stu_CPXFA60066,,1681496626389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2119,,,stu_CPXFA60066,,1681496630596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2120,,,stu_CPXFA60066,,1681496633848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2121,,,stu_CPXFA60066,,1681496635255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2122,,,stu_CPXFA60066,,1681496635278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2123,,,stu_CPXFA60066,,1681496639015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2124,,,stu_CPXFA60066,,1681496641656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2125,,,stu_CPXFA60066,,1681496643542,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2126,,,stu_CPXFA60066,,1681496645034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2127,,,stu_CPXFA60066,,1681496645072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2128,,,stu_CPXFA60066,,1681496648595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2129,,,stu_CPXFA60066,,1681496652945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2130,,,stu_CPXFA60066,,1681496728414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2131,,,stu_CPXFA60066,,1681496730857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2132,,,stu_CPXFA60066,,1681496733101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2133,,,stu_CPXFA60066,,1681496739503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2134,,,stu_CPXFA60066,,1681496742022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2135,,,stu_CPXFA60066,,1681496746309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2136,,,stu_CPXFA60066,,1681496747282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2137,,,stu_CPXFA60066,,1681496748183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2138,,,stu_CPXFA60066,,1681496750691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2139,,,stu_CPXFA60066,,1681496769632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2140,,,stu_CPXFA60066,,1681496790103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2141,,,stu_CPXFA60066,,1681496790104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2142,,,stu_CPXFA60066,,1681496793504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2143,,,stu_CPXFA60066,,1681496796194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2144,,,stu_CPXFA60066,,1681496797856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2145,,,stu_DNMBH64844,,1682115146665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2146,,,stu_DNMBH64844,,1682115153068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2147,,,stu_DNMBH64844,,1682115163050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2148,,,stu_DNMBH64844,,1682115165573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2149,,,stu_DNMBH64844,,1682115167998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2150,,,stu_DNMBH64844,,1682115174326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2151,,,stu_DNMBH64844,,1682115181650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2152,,,stu_DNMBH64844,,1682115184609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2153,,,stu_DNMBH64844,,1682115189665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2154,,,stu_DNMBH64844,,1682115195302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2155,,,stu_DNMBH64844,,1682115200480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2156,,,stu_DNMBH64844,,1682115232112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2157,,,stu_DNMBH64844,,1682115237519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2158,,,stu_DNMBH64844,,1682115240287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2159,,,stu_DNMBH64844,,1682115242048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2160,,,stu_DNMBH64844,,1682115245669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2161,,,stu_DNMBH64844,,1682115249343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2162,,,stu_MTMDX04069,,1673481154483,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2163,,,stu_MTMDX04069,,1673481156762,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2164,,,stu_MTMDX04069,,1673481158331,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2165,,,stu_MTMDX04069,,1673481160072,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2166,,,stu_MTMDX04069,,1673481163834,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2167,,,stu_MTMDX04069,,1673481166195,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2168,,,stu_MTMDX04069,,1673481167402,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2169,,,stu_MTMDX04069,,1673481168338,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2170,,,stu_MTMDX04069,,1673481169956,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2171,,,stu_MTMDX04069,,1673481180995,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2172,,,stu_MTMDX04069,,1673481183304,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2173,,,stu_MTMDX04069,,1673481189910,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2174,,,stu_MTMDX04069,,1673481197404,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2175,,,stu_MTMDX04069,,1673481212591,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2176,,,stu_MTMDX04069,,1673481212597,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2177,,,stu_MTMDX04069,,1673481219474,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2178,,,stu_MTMDX04069,,1673481280799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2179,,,stu_MTMDX04069,,1673481280825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2180,,,stu_MTMDX04069,,1673481282860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2181,,,stu_MTMDX04069,,1673481290973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2182,,,stu_MTMDX04069,,1673481296958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2183,,,stu_MTMDX04069,,1673481298310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2184,,,stu_MTMDX04069,,1673481299761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2185,,,stu_MTMDX04069,,1673481301711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2186,,,stu_MTMDX04069,,1673481303543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2187,,,stu_MTMDX04069,,1673481305084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2188,,,stu_MTMDX04069,,1673481306959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2189,,,stu_MTMDX04069,,1673481308494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2190,,,stu_MTMDX04069,,1673481321408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2191,,,stu_MTMDX04069,,1673481332964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2192,,,stu_MTMDX04069,,1673481335658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2193,,,stu_MTMDX04069,,1673481337850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2194,,,stu_MTMDX04069,,1673481356819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2195,,,stu_BYESJ08320,,1681075837320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2196,,,stu_BYESJ08320,,1681075846756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2197,,,stu_BYESJ08320,,1681075850201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2198,,,stu_BYESJ08320,,1681075854856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2199,,,stu_BYESJ08320,,1681075857761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2200,,,stu_BYESJ08320,,1681075860901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2201,,,stu_BYESJ08320,,1681075863952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2202,,,stu_BYESJ08320,,1681075866263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2203,,,stu_BYESJ08320,,1681075867490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2204,,,stu_BYESJ08320,,1681075868783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2205,,,stu_BYESJ08320,,1681075873578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2206,,,stu_BYESJ08320,,1681075875442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2207,,,stu_BYESJ08320,,1681075878791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2208,,,stu_BYESJ08320,,1681075882080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2209,,,stu_BYESJ08320,,1681075885229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2210,,,stu_BYESJ08320,,1681075889281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2211,,,stu_BYESJ08320,,1681075890383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2212,,,stu_BYESJ08320,,1681075893670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2213,,,stu_BYESJ08320,,1681074943385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2214,,,stu_BYESJ08320,,1681074943430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2215,,,stu_BYESJ08320,,1681074944822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2216,,,stu_BYESJ08320,,1681074948765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2217,,,stu_BYESJ08320,,1681074956348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2218,,,stu_BYESJ08320,,1681074959067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2219,,,stu_BYESJ08320,,1681074961038,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2220,,,stu_BYESJ08320,,1681074964779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2221,,,stu_BYESJ08320,,1681074965421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2222,,,stu_BYESJ08320,,1681074975360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2223,,,stu_BYESJ08320,,1681074977376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2224,,,stu_BYESJ08320,,1681074983587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2225,,,stu_BYESJ08320,,1681074985988,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2226,,,stu_BYESJ08320,,1681074987913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2227,,,stu_BYESJ08320,,1681074989744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2228,,,stu_BYESJ08320,,1681074993635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2229,,,stu_BYESJ08320,,1681075000744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2230,,,stu_BYESJ08320,,1681075007505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2231,,,stu_BYESJ08320,,1681075014037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2232,,,stu_BYESJ08320,,1681075016897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2233,,,stu_BYESJ08320,,1681075020699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2234,,,stu_BYESJ08320,,1681076396184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2235,,,stu_BYESJ08320,,1681076399496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2236,,,stu_BYESJ08320,,1681076415258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2237,,,stu_BYESJ08320,,1681076416741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2238,,,stu_BYESJ08320,,1681076418857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2239,,,stu_BYESJ08320,,1681076419677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2240,,,stu_BYESJ08320,,1681076420231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2241,,,stu_BYESJ08320,,1681076421295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2242,,,stu_BYESJ08320,,1681076422998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2243,,,stu_BYESJ08320,,1681076427733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2244,,,stu_BYESJ08320,,1681076429635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2245,,,stu_BYESJ08320,,1681076431917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2246,,,stu_BYESJ08320,,1681076432902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2247,,,stu_BYESJ08320,,1681076438634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2248,,,stu_BYESJ08320,,1681076443136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2249,,,stu_BYESJ08320,,1681076446786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2250,,,stu_BYESJ08320,,1681076451583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2251,,,stu_BYESJ08320,,1681076476541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2252,,,stu_BYESJ08320,,1681076480388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2253,,,stu_BYESJ08320,,1681076480477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2254,,,stu_BYESJ08320,,1681076484021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2255,,,stu_BYESJ08320,,1681076488097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2256,,,stu_BYESJ08320,,1681076488115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2257,,,stu_BYESJ08320,,1681076489697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2258,,,stu_BYESJ08320,,1681066682771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2259,,,stu_BYESJ08320,,1681066695297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2260,,,stu_BYESJ08320,,1681066699463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2261,,,stu_BYESJ08320,,1681066729701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2262,,,stu_BYESJ08320,,1681066734566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2263,,,stu_BYESJ08320,,1681066738585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2264,,,stu_BYESJ08320,,1681066743498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2265,,,stu_BYESJ08320,,1681066748817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2266,,,stu_BYESJ08320,,1681066750486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2267,,,stu_BYESJ08320,,1681066750965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2268,,,stu_BYESJ08320,,1681066752013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2269,,,stu_BYESJ08320,,1681066754139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2270,,,stu_BYESJ08320,,1681066756460,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2271,,,stu_BYESJ08320,,1681066760563,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2272,,,stu_BYESJ08320,,1681066762326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2273,,,stu_BYESJ08320,,1681066764782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2274,,,stu_BYESJ08320,,1681066766131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2275,,,stu_BYESJ08320,,1681066768616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2276,,,stu_BYESJ08320,,1681066779887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2277,,,stu_BYESJ08320,,1681066782001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2278,,,stu_BYESJ08320,,1681066784523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2279,,,stu_BYESJ08320,,1681066809051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2280,,,stu_BYESJ08320,,1681066809055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2281,,,stu_BYESJ08320,,1681066816278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2282,,,stu_BYESJ08320,,1681066820053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2283,,,stu_BYESJ08320,,1680981459110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2284,,,stu_BYESJ08320,,1680981588023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2285,,,stu_BYESJ08320,,1680981653508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2286,,,stu_BYESJ08320,,1680981657413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2287,,,stu_BYESJ08320,,1680981812602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2288,,,stu_BYESJ08320,,1680981816685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2289,,,stu_BYESJ08320,,1680981825467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2290,,,stu_BYESJ08320,,1680981828102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2291,,,stu_BYESJ08320,,1680981849892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2292,,,stu_BYESJ08320,,1680981856805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2293,,,stu_BYESJ08320,,1680981858053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2294,,,stu_BYESJ08320,,1680981859893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2295,,,stu_BYESJ08320,,1680981865396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2296,,,stu_BYESJ08320,,1680981872434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2297,,,stu_BYESJ08320,,1680981875124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2298,,,stu_BYESJ08320,,1680981875701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2299,,,stu_BYESJ08320,,1680981876771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2300,,,stu_BYESJ08320,,1680981878312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2301,,,stu_BYESJ08320,,1680981880093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2302,,,stu_BYESJ08320,,1680981881981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2303,,,stu_BYESJ08320,,1680981884756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2304,,,stu_BYESJ08320,,1680981886032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2305,,,stu_BYESJ08320,,1680981887576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2306,,,stu_BYESJ08320,,1680981887578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2307,,,stu_BYESJ08320,,1680981890917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2308,,,stu_BYESJ08320,,1680981894140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2309,,,stu_BYESJ08320,,1680981896223,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2310,,,stu_BYESJ08320,,1680981897732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2311,,,stu_BYESJ08320,,1680981899699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2312,,,stu_BYESJ08320,,1680981904045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2313,,,stu_BYESJ08320,,1680981907788,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2314,,,stu_BYESJ08320,,1680981911069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2315,,,stu_BYESJ08320,,1680981915690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2316,,,stu_BYESJ08320,,1680981915729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2317,,,stu_BYESJ08320,,1680981919247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2318,,,stu_BYESJ08320,,1680981922816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,8,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2319,,,stu_QMCPX38153,,1678370242866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2320,,,stu_QMCPX38153,,1678370246260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2321,,,stu_QMCPX38153,,1678370256766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2322,,,stu_QMCPX38153,,1678370260677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2323,,,stu_QMCPX38153,,1678370262535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2324,,,stu_QMCPX38153,,1678370264833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2325,,,stu_QMCPX38153,,1678370268015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2326,,,stu_QMCPX38153,,1678370270407,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2327,,,stu_QMCPX38153,,1678370271832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2328,,,stu_QMCPX38153,,1678370281533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2329,,,stu_QMCPX38153,,1678370287368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2330,,,stu_QMCPX38153,,1678370310679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2331,,,stu_QMCPX38153,,1678370327546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2332,,,stu_QMCPX38153,,1678370357149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2333,,,stu_QMCPX38153,,1678370360413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2334,,,stu_QMCPX38153,,1678370365239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2335,,,stu_QMCPX38153,,1678370369445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2336,,,stu_QMCPX38153,,1678370371487,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2337,,,stu_QMCPX38153,,1678370373139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2338,,,stu_QMCPX38153,,1678370375652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2339,,,stu_QMCPX38153,,1678370377544,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2340,,,stu_QMCPX38153,,1678370378798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2341,,,stu_QMCPX38153,,1678370389112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2342,,,stu_QMCPX38153,,1678370391884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2343,,,stu_QMCPX38153,,1678370395332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2344,,,stu_QMCPX38153,,1678370412889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2345,,,stu_HGBWF18755,,1677093117125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2346,,,stu_HGBWF18755,,1677093142058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2347,,,stu_HGBWF18755,,1677093151538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2348,,,stu_HGBWF18755,,1677093174501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2349,,,stu_HGBWF18755,,1677093179940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2350,,,stu_HGBWF18755,,1677093195442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2351,,,stu_HGBWF18755,,1677093209009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2352,,,stu_HGBWF18755,,1677093210653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2353,,,stu_HGBWF18755,,1677093212246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2354,,,stu_HGBWF18755,,1677093214859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2355,,,stu_HGBWF18755,,1677093219796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2356,,,stu_HGBWF18755,,1677093233395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2357,,,stu_HGBWF18755,,1677093234911,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2358,,,stu_HGBWF18755,,1677093240415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2359,,,stu_HGBWF18755,,1677093334763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2360,,,stu_HGBWF18755,,1677093336808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2361,,,stu_HGBWF18755,,1677093339228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2362,,,stu_HGBWF18755,,1677093343118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2363,,,stu_HGBWF18755,,1677093343127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2364,,,stu_HGBWF18755,,1677093353199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,4,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2365,,,stu_HGBWF18755,,1677093359723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2366,,,stu_HGBWF18755,,1677093367230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2367,,,stu_HGBWF18755,,1677093371822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2368,,,stu_HGBWF18755,,1677093376274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,6,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2369,,,stu_HGBWF18755,,1677093379982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2370,,,stu_HGBWF18755,,1677093387530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2371,,,stu_HGBWF18755,,1677093393266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2372,,,stu_HGBWF18755,,1677093396427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2373,,,stu_HGBWF18755,,1677093420145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2374,,,stu_HXZGI88247,,1677791397960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2375,,,stu_HXZGI88247,,1677791397967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2376,,,stu_HXZGI88247,,1677791402342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2377,,,stu_HXZGI88247,,1677791405005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2378,,,stu_HXZGI88247,,1677791411895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2379,,,stu_HXZGI88247,,1677791415386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2380,,,stu_HXZGI88247,,1677791418006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2381,,,stu_HXZGI88247,,1677791419765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2382,,,stu_HXZGI88247,,1677791422993,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2383,,,stu_HXZGI88247,,1677791423882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2384,,,stu_HXZGI88247,,1677791435710,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2385,,,stu_HXZGI88247,,1677791442896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2386,,,stu_HXZGI88247,,1677791455127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2387,,,stu_HXZGI88247,,1677791469359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2388,,,stu_HXZGI88247,,1677790780484,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2389,,,stu_HXZGI88247,,1677790780512,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2390,,,stu_HXZGI88247,,1677790782474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2391,,,stu_HXZGI88247,,1677790789947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2392,,,stu_HXZGI88247,,1677790791190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2393,,,stu_HXZGI88247,,1677790795450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2394,,,stu_HXZGI88247,,1677790797953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2395,,,stu_HXZGI88247,,1677790800566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2396,,,stu_HXZGI88247,,1677790803396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2397,,,stu_HXZGI88247,,1677790804881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2398,,,stu_HXZGI88247,,1677790806868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2399,,,stu_HXZGI88247,,1677790810885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2400,,,stu_HXZGI88247,,1677790815383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2401,,,stu_HXZGI88247,,1677790831999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2402,,,stu_HXZGI88247,,1677790849560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2403,,,stu_HXZGI88247,,1677790854170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2404,,,stu_HXZGI88247,,1677790857873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2405,,,stu_HXZGI88247,,1677790860016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2406,,,stu_HXZGI88247,,1677790861773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2407,,,stu_HXZGI88247,,1677790868627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2408,,,stu_HXZGI88247,,1677790870480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2409,,,stu_HXZGI88247,,1677790878282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2410,,,stu_HXZGI88247,,1677790987684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2411,,,stu_HXZGI88247,,1677790994526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2412,,,stu_HXZGI88247,,1677790996739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2413,,,stu_HXZGI88247,,1677791007383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2414,,,stu_HXZGI88247,,1677791007389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2415,,,stu_HXZGI88247,,1677791010967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2416,,,stu_HXZGI88247,,1677791015995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2417,,,stu_UCXZK36625,,1665506369074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2418,,,stu_UCXZK36625,,1665506386773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2419,,,stu_UCXZK36625,,1665506400584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2420,,,stu_UCXZK36625,,1665506502053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2421,,,stu_UCXZK36625,,1665506507388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2422,,,stu_UCXZK36625,,1665506511437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2423,,,stu_UCXZK36625,,1665506577529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2424,,,stu_UCXZK36625,,1665506579537,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2425,,,stu_UCXZK36625,,1665506584395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2426,,,stu_UCXZK36625,,1665506610489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2427,,,stu_UCXZK36625,,1665506612715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2428,,,stu_UCXZK36625,,1665506673370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2429,,,stu_UCXZK36625,,1665506678902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2430,,,stu_UCXZK36625,,1665506684278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2431,,,stu_UCXZK36625,,1665506690869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2432,,,stu_UCXZK36625,,1665506693031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2433,,,stu_UCXZK36625,,1665506696916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2434,,,stu_UCXZK36625,,1665506705008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2435,,,stu_UCXZK36625,,1665506707344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2436,,,stu_UCXZK36625,,1665506711845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2437,,,stu_UCXZK36625,,1665506715297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2438,,,stu_UCXZK36625,,1665506725755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2439,,,stu_UCXZK36625,,1665506750187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2440,,,stu_UCXZK36625,,1665506809347,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2441,,,stu_UCXZK36625,,1665506828705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2442,,,stu_UCXZK36625,,1665506869428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2443,,,stu_UCXZK36625,,1665506871291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2444,,,stu_UCXZK36625,,1665506877995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2445,,,stu_UCXZK36625,,1665506883963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2446,,,stu_UCXZK36625,,1665508649809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2447,,,stu_UCXZK36625,,1665508652987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2448,,,stu_UCXZK36625,,1665508654337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2449,,,stu_UCXZK36625,,1665508657308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2450,,,stu_UCXZK36625,,1665508660134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2451,,,stu_UCXZK36625,,1665508696388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2452,,,stu_UCXZK36625,,1665508698143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2453,,,stu_UCXZK36625,,1665508708984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2454,,,stu_UCXZK36625,,1665508710432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2455,,,stu_UCXZK36625,,1665508714031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2456,,,stu_UCXZK36625,,1665508715083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2457,,,stu_UCXZK36625,,1665508717346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2458,,,stu_UCXZK36625,,1665508718502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2459,,,stu_UCXZK36625,,1665508741099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2460,,,stu_UCXZK36625,,1665508745262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2461,,,stu_UCXZK36625,,1665508803438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2462,,,stu_UCXZK36625,,1665508823540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2463,,,stu_CWAZE10545,,1673543170183,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2464,,,stu_CWAZE10545,,1673543172041,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2465,,,stu_CWAZE10545,,1673543177135,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2466,,,stu_CWAZE10545,,1673543178975,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2467,,,stu_CWAZE10545,,1673543182148,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2468,,,stu_CWAZE10545,,1673543183235,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2469,,,stu_CWAZE10545,,1673543185175,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2470,,,stu_CWAZE10545,,1673543187392,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2471,,,stu_CWAZE10545,,1673543188474,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2472,,,stu_CWAZE10545,,1673543190963,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2473,,,stu_CWAZE10545,,1673543193019,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2474,,,stu_CWAZE10545,,1673543194678,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2475,,,stu_CWAZE10545,,1673543198433,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2476,,,stu_CWAZE10545,,1673543270598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2477,,,stu_CWAZE10545,,1673543272436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2478,,,stu_CWAZE10545,,1673543278495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2479,,,stu_CWAZE10545,,1673543280612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2480,,,stu_CWAZE10545,,1673543282193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2481,,,stu_CWAZE10545,,1673543283741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2482,,,stu_CWAZE10545,,1673543288380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2483,,,stu_CWAZE10545,,1673543290400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2484,,,stu_CWAZE10545,,1673543293151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2485,,,stu_CWAZE10545,,1673543296031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2486,,,stu_CWAZE10545,,1673543296867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2487,,,stu_CWAZE10545,,1673543304325,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2488,,,stu_CWAZE10545,,1673543306369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2489,,,stu_CWAZE10545,,1673543307553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2490,,,stu_CWAZE10545,,1673543312401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2491,,,stu_CWAZE10545,,1673543318052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2492,,,stu_CWAZE10545,,1673558875214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2493,,,stu_CWAZE10545,,1673558877772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2494,,,stu_CWAZE10545,,1673558884383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2495,,,stu_CWAZE10545,,1673558886237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2496,,,stu_CWAZE10545,,1673558890244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2497,,,stu_CWAZE10545,,1673558903121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2498,,,stu_CWAZE10545,,1673558904321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2499,,,stu_CWAZE10545,,1673558918117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2500,,,stu_CWAZE10545,,1673558924609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2501,,,stu_CWAZE10545,,1673558927472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2502,,,stu_CWAZE10545,,1673558936627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-2503,,,stu_BLCOW13740,,1683833036370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2504,,,stu_BLCOW13740,,1683833041788,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2505,,,stu_BLCOW13740,,1683833044202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2506,,,stu_BLCOW13740,,1683833046690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2507,,,stu_BLCOW13740,,1683833050401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2508,,,stu_BLCOW13740,,1683833052923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2509,,,stu_BLCOW13740,,1683833055580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2510,,,stu_BLCOW13740,,1683833057874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2511,,,stu_BLCOW13740,,1683833059910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2512,,,stu_BLCOW13740,,1683833063945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2513,,,stu_BLCOW13740,,1683833074836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2514,,,stu_BLCOW13740,,1683833081387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2515,,,stu_BLCOW13740,,1683833083584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2516,,,stu_BLCOW13740,,1683833093252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2517,,,stu_BLCOW13740,,1683833096000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2518,,,stu_BLCOW13740,,1683833098723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2519,,,stu_BLCOW13740,,1683833117548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2520,,,stu_BLCOW13740,,1683833117888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2521,,,stu_BLCOW13740,,1683833123691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2522,,,stu_BLCOW13740,,1683833128258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2523,,,stu_BLCOW13740,,1683833130758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2524,,,stu_BLCOW13740,,1683833133637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2525,,,stu_BLCOW13740,,1683833135072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2526,,,stu_BLCOW13740,,1683833142169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2527,,,stu_BLCOW13740,,1683833154116,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2528,,,stu_BLCOW13740,,1683833867274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2529,,,stu_BLCOW13740,,1683833872568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2530,,,stu_BLCOW13740,,1683833903943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2531,,,stu_BLCOW13740,,1683833907936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2532,,,stu_BLCOW13740,,1683833912916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2533,,,stu_BLCOW13740,,1683833917052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2534,,,stu_BLCOW13740,,1683833921466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2535,,,stu_BLCOW13740,,1683833923806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2536,,,stu_BLCOW13740,,1683833928096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2537,,,stu_BLCOW13740,,1683833929877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2538,,,stu_BLCOW13740,,1683833933670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2539,,,stu_BLCOW13740,,1683833936017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2540,,,stu_BLCOW13740,,1683833955074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2541,,,stu_BLCOW13740,,1683833963311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2542,,,stu_BLCOW13740,,1683833965960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2543,,,stu_BLCOW13740,,1683833970666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2544,,,stu_BLCOW13740,,1683833974950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2545,,,stu_BLCOW13740,,1683833981999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2546,,,stu_BLCOW13740,,1683833166614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2547,,,stu_BLCOW13740,,1683833166767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2548,,,stu_BLCOW13740,,1683833171608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2549,,,stu_BLCOW13740,,1683833176378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2550,,,stu_BLCOW13740,,1683833177917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2551,,,stu_BLCOW13740,,1683833180562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2552,,,stu_BLCOW13740,,1683833185110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2553,,,stu_BLCOW13740,,1683833188097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2554,,,stu_BLCOW13740,,1683833189752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2555,,,stu_BLCOW13740,,1683833193461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2556,,,stu_BLCOW13740,,1683833195119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2557,,,stu_BLCOW13740,,1683833209041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2558,,,stu_BLCOW13740,,1683833230897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2559,,,stu_BLCOW13740,,1683833235044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2560,,,stu_BLCOW13740,,1683833237466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2561,,,stu_BLCOW13740,,1683833255368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2562,,,stu_BLCOW13740,,1683833256590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2563,,,stu_BLCOW13740,,1683833257812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2564,,,stu_BLCOW13740,,1683833263212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2565,,,stu_BLCOW13740,,1683833269131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2566,,,stu_BLCOW13740,,1683833273591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2567,,,stu_BLCOW13740,,1683747975533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2568,,,stu_BLCOW13740,,1683747980866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2569,,,stu_BLCOW13740,,1683747983660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2570,,,stu_BLCOW13740,,1683747986919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2571,,,stu_BLCOW13740,,1683747992933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2572,,,stu_BLCOW13740,,1683748000991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2573,,,stu_BLCOW13740,,1683748058742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2574,,,stu_BLCOW13740,,1683748060823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2575,,,stu_BLCOW13740,,1683748064243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2576,,,stu_BLCOW13740,,1683748066630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2577,,,stu_BLCOW13740,,1683748090731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2578,,,stu_BLCOW13740,,1683748108095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2579,,,stu_BLCOW13740,,1683748110883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2580,,,stu_BLCOW13740,,1683748115739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2581,,,stu_BLCOW13740,,1683748121148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2582,,,stu_BLCOW13740,,1683748150236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2583,,,stu_BLCOW13740,,1683748153053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2584,,,stu_BLCOW13740,,1683748181674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2585,,,stu_BLCOW13740,,1683748209059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2586,,,stu_BLCOW13740,,1683748236329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2587,,,stu_BLCOW13740,,1683831650635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2588,,,stu_BLCOW13740,,1683831650742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2589,,,stu_BLCOW13740,,1683831653227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2590,,,stu_BLCOW13740,,1683831655958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2591,,,stu_BLCOW13740,,1683831660858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2592,,,stu_BLCOW13740,,1683831662392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2593,,,stu_BLCOW13740,,1683831665480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2594,,,stu_BLCOW13740,,1683831668584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2595,,,stu_BLCOW13740,,1683831670731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2596,,,stu_BLCOW13740,,1683831710740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2597,,,stu_BLCOW13740,,1683831713591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2598,,,stu_BLCOW13740,,1683831717270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2599,,,stu_BLCOW13740,,1683831726072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2600,,,stu_BLCOW13740,,1683831727378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2601,,,stu_BLCOW13740,,1683831729852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2602,,,stu_BLCOW13740,,1683831734285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2603,,,stu_BLCOW13740,,1683831748811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2604,,,stu_BLCOW13740,,1683831778372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2605,,,stu_BLCOW13740,,1683831782313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2606,,,stu_BLCOW13740,,1683831797983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2607,,,stu_BLCOW13740,,1683831798048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2608,,,stu_BLCOW13740,,1683831803181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2609,,,stu_BLCOW13740,,1683831824953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2610,,,stu_BLCOW13740,,1683831874750,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2611,,,stu_BLCOW13740,,1683831877735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2612,,,stu_BLCOW13740,,1683831881211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2613,,,stu_BLCOW13740,,1683831883854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2614,,,stu_BLCOW13740,,1683831886994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2615,,,stu_BLCOW13740,,1683831891474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2616,,,stu_BLCOW13740,,1683831891543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2617,,,stu_BLCOW13740,,1683831899433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2618,,,stu_BLCOW13740,,1683831905395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2619,,,stu_BLCOW13740,,1683831911913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2620,,,stu_BLCOW13740,,1683831911913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2621,,,stu_BLCOW13740,,1683831911913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2622,,,stu_BLCOW13740,,1683831911913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2623,,,stu_BLCOW13740,,1683831914815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2624,,,stu_BLCOW13740,,1683831953875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2625,,,stu_BLCOW13740,,1683831957183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2626,,,stu_LPDWQ16928,,1676403198537,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2627,,,stu_LPDWQ16928,,1676403201865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2628,,,stu_LPDWQ16928,,1676403204355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2629,,,stu_LPDWQ16928,,1676403207242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2630,,,stu_LPDWQ16928,,1676403210394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2631,,,stu_LPDWQ16928,,1676403212790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2632,,,stu_LPDWQ16928,,1676403214679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2633,,,stu_LPDWQ16928,,1676403217674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2634,,,stu_LPDWQ16928,,1676403218747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2635,,,stu_LPDWQ16928,,1676403233131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2636,,,stu_LPDWQ16928,,1676403236414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2637,,,stu_LPDWQ16928,,1676403238138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2638,,,stu_LPDWQ16928,,1676403254955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2639,,,stu_LPDWQ16928,,1676402908062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2640,,,stu_LPDWQ16928,,1676402924888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2641,,,stu_LPDWQ16928,,1676402926841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2642,,,stu_LPDWQ16928,,1676402928323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2643,,,stu_LPDWQ16928,,1676402930382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2644,,,stu_LPDWQ16928,,1676402961393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2645,,,stu_LPDWQ16928,,1676402963463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2646,,,stu_LPDWQ16928,,1676402966705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2647,,,stu_LPDWQ16928,,1676402968759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2648,,,stu_LPDWQ16928,,1676402981388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2649,,,stu_LPDWQ16928,,1676402984339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2650,,,stu_LPDWQ16928,,1676402990360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2651,,,stu_LPDWQ16928,,1676402997000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2652,,,stu_LPDWQ16928,,1676074566994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2653,,,stu_LPDWQ16928,,1676074573781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2654,,,stu_LPDWQ16928,,1676074576286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2655,,,stu_LPDWQ16928,,1676074581389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2656,,,stu_LPDWQ16928,,1676074644033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2657,,,stu_LPDWQ16928,,1676074645506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2658,,,stu_LPDWQ16928,,1676074649981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2659,,,stu_LPDWQ16928,,1676074652611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2660,,,stu_LPDWQ16928,,1676074654462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2661,,,stu_LPDWQ16928,,1676074665423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2662,,,stu_LPDWQ16928,,1676074668902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2663,,,stu_LPDWQ16928,,1676074668911,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2664,,,stu_LPDWQ16928,,1676074674232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2665,,,stu_LPDWQ16928,,1676074678397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2666,,,stu_LPDWQ16928,,1676074684805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2667,,,stu_LPDWQ16928,,1676074690674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2668,,,stu_LPDWQ16928,,1676074693183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2669,,,stu_LPDWQ16928,,1676074696617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2670,,,stu_LPDWQ16928,,1676074700646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2671,,,stu_LPDWQ16928,,1676073824689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2672,,,stu_LPDWQ16928,,1676073826953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2673,,,stu_LPDWQ16928,,1676073836677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2674,,,stu_LPDWQ16928,,1676073840111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2675,,,stu_LPDWQ16928,,1676073849933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2676,,,stu_LPDWQ16928,,1676073851765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2677,,,stu_LPDWQ16928,,1676073855817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2678,,,stu_LPDWQ16928,,1676073867580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2679,,,stu_LPDWQ16928,,1676073869886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2680,,,stu_LPDWQ16928,,1676073872410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2681,,,stu_LPDWQ16928,,1676073876228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2682,,,stu_LPDWQ16928,,1676073883239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2683,,,stu_LPDWQ16928,,1676073885694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2684,,,stu_LPDWQ16928,,1676073892697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2685,,,stu_LPDWQ16928,,1676073894736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2686,,,stu_LPDWQ16928,,1676073917371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2687,,,stu_LPDWQ16928,,1676073921230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2688,,,stu_LPDWQ16928,,1676073927858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2689,,,stu_LPDWQ16928,,1676073949788,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2690,,,stu_LPDWQ16928,,1676073437222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2691,,,stu_LPDWQ16928,,1676073437249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2692,,,stu_LPDWQ16928,,1676073440692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2693,,,stu_LPDWQ16928,,1676073450728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2694,,,stu_LPDWQ16928,,1676073458356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2695,,,stu_LPDWQ16928,,1676073460209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2696,,,stu_LPDWQ16928,,1676073462115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2697,,,stu_LPDWQ16928,,1676073465857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2698,,,stu_LPDWQ16928,,1676073477527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2699,,,stu_LPDWQ16928,,1676073478856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2700,,,stu_LPDWQ16928,,1676073480263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2701,,,stu_LPDWQ16928,,1676073482905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2702,,,stu_LPDWQ16928,,1676073493553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2703,,,stu_LPDWQ16928,,1676073497909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2704,,,stu_LPDWQ16928,,1676073504320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2705,,,stu_LPDWQ16928,,1676073518312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2706,,,stu_LPDWQ16928,,1676073524415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2707,,,stu_LPDWQ16928,,1676073526651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2708,,,stu_LPDWQ16928,,1676073536128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2709,,,stu_LPDWQ16928,,1676073548155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2710,,,stu_LPDWQ16928,,1676073550054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2711,,,stu_LPDWQ16928,,1676073555655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-2712,,,stu_QMWZV83229,,1673625767854,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2713,,,stu_QMWZV83229,,1673625771835,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2714,,,stu_QMWZV83229,,1673625774649,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2715,,,stu_QMWZV83229,,1673625781081,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2716,,,stu_QMWZV83229,,1673625783462,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2717,,,stu_QMWZV83229,,1673625787441,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2718,,,stu_QMWZV83229,,1673625789207,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2719,,,stu_QMWZV83229,,1673625793550,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2720,,,stu_QMWZV83229,,1673625797150,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2721,,,stu_QMWZV83229,,1673625799273,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2722,,,stu_QMWZV83229,,1673625800931,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2723,,,stu_QMWZV83229,,1673625807329,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2724,,,stu_QMWZV83229,,1673625811005,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2725,,,stu_QMWZV83229,,1673625813880,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2726,,,stu_QMWZV83229,,1673625823462,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2727,,,stu_QMWZV83229,,1673625830475,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2728,,,stu_QMWZV83229,,1673625830502,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2729,,,stu_QMWZV83229,,1673625836803,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2730,,,stu_QMWZV83229,,1673625836824,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2731,,,stu_QMWZV83229,,1673625840885,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2732,,,stu_QMWZV83229,,1673625843946,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2733,,,stu_QMWZV83229,,1673969777656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2734,,,stu_QMWZV83229,,1673969780607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2735,,,stu_QMWZV83229,,1673969783382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2736,,,stu_QMWZV83229,,1673969784975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2737,,,stu_QMWZV83229,,1673969787666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2738,,,stu_QMWZV83229,,1673969789239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2739,,,stu_QMWZV83229,,1673969790574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2740,,,stu_QMWZV83229,,1673969791699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2741,,,stu_QMWZV83229,,1673969793153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2742,,,stu_QMWZV83229,,1673969807073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2743,,,stu_QMWZV83229,,1673969811100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2744,,,stu_QMWZV83229,,1673969816692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2745,,,stu_QMWZV83229,,1673969818779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2746,,,stu_QMWZV83229,,1673969822128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2747,,,stu_QMWZV83229,,1673969822164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2748,,,stu_QMWZV83229,,1673969826274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2749,,,stu_QMWZV83229,,1673969830769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2750,,,stu_QMWZV83229,,1673625519000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2751,,,stu_QMWZV83229,,1673625519097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2752,,,stu_QMWZV83229,,1673625522288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2753,,,stu_QMWZV83229,,1673625529454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2754,,,stu_QMWZV83229,,1673625534169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2755,,,stu_QMWZV83229,,1673625538630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2756,,,stu_QMWZV83229,,1673625542882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2757,,,stu_QMWZV83229,,1673625557846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2758,,,stu_QMWZV83229,,1673625562902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2759,,,stu_QMWZV83229,,1673625566531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2760,,,stu_QMWZV83229,,1673625571214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2761,,,stu_QMWZV83229,,1673625579494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2762,,,stu_QMWZV83229,,1673625584906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2763,,,stu_QMWZV83229,,1673625587540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2764,,,stu_QMWZV83229,,1673625600124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2765,,,stu_QMWZV83229,,1673625603496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2766,,,stu_QMWZV83229,,1673625608589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2767,,,stu_QMWZV83229,,1673625611586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2768,,,stu_QMWZV83229,,1673625611618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2769,,,stu_QMWZV83229,,1673625617371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2770,,,stu_QMWZV83229,,1673625620033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2771,,,stu_QMWZV83229,,1673969921739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2772,,,stu_QMWZV83229,,1673969921797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2773,,,stu_QMWZV83229,,1673969923790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2774,,,stu_QMWZV83229,,1673969929051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2775,,,stu_QMWZV83229,,1673969932376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2776,,,stu_QMWZV83229,,1673969935150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2777,,,stu_QMWZV83229,,1673969937706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2778,,,stu_QMWZV83229,,1673969939220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2779,,,stu_QMWZV83229,,1673969940997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2780,,,stu_QMWZV83229,,1673969942236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2781,,,stu_QMWZV83229,,1673969945668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2782,,,stu_QMWZV83229,,1673969951689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2783,,,stu_QMWZV83229,,1673969954631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2784,,,stu_QMWZV83229,,1673969958887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2785,,,stu_QMWZV83229,,1673969962025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2786,,,stu_QMWZV83229,,1673969965934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2787,,,stu_QMWZV83229,,1673969969724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2788,,,stu_QMWZV83229,,1673969973349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2789,,,stu_QMWZV83229,,1673969977469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2790,,,stu_QMWZV83229,,1673969706798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2791,,,stu_QMWZV83229,,1673969710980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2792,,,stu_QMWZV83229,,1673969712536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2793,,,stu_QMWZV83229,,1673969714992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2794,,,stu_QMWZV83229,,1673969718013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2795,,,stu_QMWZV83229,,1673969720936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2796,,,stu_QMWZV83229,,1673969722589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2797,,,stu_QMWZV83229,,1673969724424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2798,,,stu_QMWZV83229,,1673969725981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2799,,,stu_QMWZV83229,,1673969730751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2800,,,stu_QMWZV83229,,1673969733848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2801,,,stu_QMWZV83229,,1673969740959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2802,,,stu_QMWZV83229,,1673969747982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2803,,,stu_QMWZV83229,,1673969749661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2804,,,stu_QMWZV83229,,1673969754421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2805,,,stu_QMWZV83229,,1673969756579,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2806,,,stu_QMWZV83229,,1673969281185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2807,,,stu_QMWZV83229,,1673969281233,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2808,,,stu_QMWZV83229,,1673969283602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2809,,,stu_QMWZV83229,,1673969288918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2810,,,stu_QMWZV83229,,1673969290910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2811,,,stu_QMWZV83229,,1673969293245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2812,,,stu_QMWZV83229,,1673969296266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2813,,,stu_QMWZV83229,,1673969298596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2814,,,stu_QMWZV83229,,1673969300246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2815,,,stu_QMWZV83229,,1673969301522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2816,,,stu_QMWZV83229,,1673969302995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2817,,,stu_QMWZV83229,,1673969312624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2818,,,stu_QMWZV83229,,1673969315355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2819,,,stu_QMWZV83229,,1673969319130,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2820,,,stu_QMWZV83229,,1673969323054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2821,,,stu_QMWZV83229,,1673969324760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2822,,,stu_QMWZV83229,,1673969326308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2823,,,stu_QMWZV83229,,1673969326334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2824,,,stu_QMWZV83229,,1673969327663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2825,,,stu_QMWZV83229,,1673969327684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2826,,,stu_QMWZV83229,,1673969330574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2827,,,stu_QMWZV83229,,1673969334235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2828,,,stu_QMWZV83229,,1673969572287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2829,,,stu_QMWZV83229,,1673969575329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2830,,,stu_QMWZV83229,,1673969577112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2831,,,stu_QMWZV83229,,1673969578845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2832,,,stu_QMWZV83229,,1673969581145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2833,,,stu_QMWZV83229,,1673969591915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2834,,,stu_QMWZV83229,,1673969594048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2835,,,stu_QMWZV83229,,1673969596002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2836,,,stu_QMWZV83229,,1673969597415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2837,,,stu_QMWZV83229,,1673969602866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2838,,,stu_QMWZV83229,,1673969606253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2839,,,stu_QMWZV83229,,1673969609224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2840,,,stu_QMWZV83229,,1673969674903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2841,,,stu_QMWZV83229,,1673969678090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2842,,,stu_QMWZV83229,,1673969679958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2843,,,stu_QMWZV83229,,1673969683990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2844,,,stu_QMWZV83229,,1673969684025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2845,,,stu_QMWZV83229,,1673969689813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2846,,,stu_QMWZV83229,,1673969695844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2847,,,stu_LTUDH45696,,1682915329356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2848,,,stu_LTUDH45696,,1682915329387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2849,,,stu_LTUDH45696,,1682915330869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2850,,,stu_LTUDH45696,,1682915337759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2851,,,stu_LTUDH45696,,1682915338904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2852,,,stu_LTUDH45696,,1682915341140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2853,,,stu_LTUDH45696,,1682915342717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2854,,,stu_LTUDH45696,,1682915351580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2855,,,stu_LTUDH45696,,1682915355630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2856,,,stu_LTUDH45696,,1682915369115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2857,,,stu_LTUDH45696,,1682915369233,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2858,,,stu_LTUDH45696,,1682915372183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2859,,,stu_LTUDH45696,,1682915388843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2860,,,stu_LTUDH45696,,1682915390536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2861,,,stu_LTUDH45696,,1682915391789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2862,,,stu_LTUDH45696,,1682915396570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2863,,,stu_LTUDH45696,,1682915401398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2864,,,stu_LTUDH45696,,1682915404956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2865,,,stu_LTUDH45696,,1682915405967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2866,,,stu_LTUDH45696,,1682915407857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2867,,,stu_LTUDH45696,,1682915408856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2868,,,stu_LTUDH45696,,1682915411252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2869,,,stu_LTUDH45696,,1682915415047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2870,,,stu_LTUDH45696,,1682915417138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2871,,,stu_LTUDH45696,,1682915418752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2872,,,stu_LTUDH45696,,1682915427854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2873,,,stu_LTUDH45696,,1682915430054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2874,,,stu_LTUDH45696,,1682915443031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2875,,,stu_LTUDH45696,,1682915444960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2876,,,stu_LTUDH45696,,1682915448933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2877,,,stu_LTUDH45696,,1682915455370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2878,,,stu_LTUDH45696,,1683520382066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2879,,,stu_LTUDH45696,,1683520385144,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2880,,,stu_LTUDH45696,,1683520387488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2881,,,stu_LTUDH45696,,1683520391144,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2882,,,stu_LTUDH45696,,1683520391446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2883,,,stu_LTUDH45696,,1683520399642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2884,,,stu_LTUDH45696,,1683520402145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2885,,,stu_LTUDH45696,,1683520402266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2886,,,stu_LTUDH45696,,1683520405676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2887,,,stu_LTUDH45696,,1683520453845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2888,,,stu_LTUDH45696,,1683520455952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2889,,,stu_LTUDH45696,,1683520460229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2890,,,stu_LTUDH45696,,1683520483182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2891,,,stu_LTUDH45696,,1683520484844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2892,,,stu_LTUDH45696,,1683520487825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2893,,,stu_LTUDH45696,,1683520488515,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2894,,,stu_LTUDH45696,,1683520501844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2895,,,stu_LTUDH45696,,1683520505897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2896,,,stu_LTUDH45696,,1683520507720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2897,,,stu_LTUDH45696,,1683520518534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2898,,,stu_LTUDH45696,,1683520522990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2899,,,stu_LTUDH45696,,1683520525624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2900,,,stu_LTUDH45696,,1683520532740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2901,,,stu_LTUDH45696,,1683520533628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2902,,,stu_LTUDH45696,,1683520540647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2903,,,stu_LTUDH45696,,1683520554650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2904,,,stu_LTUDH45696,,1683131340564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2905,,,stu_LTUDH45696,,1683131340640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2906,,,stu_LTUDH45696,,1683131341766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2907,,,stu_LTUDH45696,,1683131346331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2908,,,stu_LTUDH45696,,1683131349047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2909,,,stu_LTUDH45696,,1683131353199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2910,,,stu_LTUDH45696,,1683131355322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2911,,,stu_LTUDH45696,,1683131356641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2912,,,stu_LTUDH45696,,1683131362415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2913,,,stu_LTUDH45696,,1683131368151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2914,,,stu_LTUDH45696,,1683131369198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2915,,,stu_LTUDH45696,,1683131372315,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2916,,,stu_LTUDH45696,,1683131374860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2917,,,stu_LTUDH45696,,1683131376042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2918,,,stu_LTUDH45696,,1683131379505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2919,,,stu_LTUDH45696,,1683131381625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2920,,,stu_LTUDH45696,,1683131385226,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2921,,,stu_LTUDH45696,,1683131387361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2922,,,stu_LTUDH45696,,1683131660154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2923,,,stu_LTUDH45696,,1683131663274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2924,,,stu_LTUDH45696,,1683131666764,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2925,,,stu_LTUDH45696,,1683131758525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2926,,,stu_LTUDH45696,,1683131762825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2927,,,stu_LTUDH45696,,1683131766295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2928,,,stu_LTUDH45696,,1683131774803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2929,,,stu_LTUDH45696,,1683131781445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2930,,,stu_LTUDH45696,,1683131783334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2931,,,stu_LTUDH45696,,1683131787489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2932,,,stu_LTUDH45696,,1683131789169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2933,,,stu_LTUDH45696,,1683131791229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2934,,,stu_LTUDH45696,,1683131875195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2935,,,stu_LTUDH45696,,1683131879618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2936,,,stu_LTUDH45696,,1683131896767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2937,,,stu_LTUDH45696,,1683131901433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2938,,,stu_LTUDH45696,,1683521013193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2939,,,stu_LTUDH45696,,1683521014598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2940,,,stu_LTUDH45696,,1683521014899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2941,,,stu_LTUDH45696,,1683521015725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2942,,,stu_LTUDH45696,,1683521056909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2943,,,stu_LTUDH45696,,1683521056989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2944,,,stu_LTUDH45696,,1683521061377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2945,,,stu_LTUDH45696,,1683521096682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2946,,,stu_LTUDH45696,,1683521097977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2947,,,stu_LTUDH45696,,1683521101479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2948,,,stu_LTUDH45696,,1683521105186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2949,,,stu_LTUDH45696,,1683521113513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2950,,,stu_LTUDH45696,,1683521114883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2951,,,stu_LTUDH45696,,1682915111234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2952,,,stu_LTUDH45696,,1682915129955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2953,,,stu_LTUDH45696,,1682915132642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2954,,,stu_LTUDH45696,,1682915134115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2955,,,stu_LTUDH45696,,1682915156036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2956,,,stu_LTUDH45696,,1682915176465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2957,,,stu_LTUDH45696,,1682915180094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2958,,,stu_LTUDH45696,,1682915180105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2959,,,stu_LTUDH45696,,1682915188761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2960,,,stu_LTUDH45696,,1682915191697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2961,,,stu_LTUDH45696,,1682915193215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2962,,,stu_LTUDH45696,,1682915198463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2963,,,stu_LTUDH45696,,1682915200609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2964,,,stu_LTUDH45696,,1682915211863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2965,,,stu_LTUDH45696,,1682915237097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2966,,,stu_LTUDH45696,,1682915237236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2967,,,stu_LTUDH45696,,1682915245322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2968,,,stu_LTUDH45696,,1682915250207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2969,,,stu_LTUDH45696,,1682915255868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2970,,,stu_LTUDH45696,,1682915255893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2971,,,stu_LTUDH45696,,1682915258955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2972,,,stu_LTUDH45696,,1682915268361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2973,,,stu_LTUDH45696,,1682915277336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2974,,,stu_GMCAT20231,,1683563940852,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2975,,,stu_GMCAT20231,,1683563945882,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2976,,,stu_GMCAT20231,,1683563953015,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2977,,,stu_GMCAT20231,,1683563963492,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2978,,,stu_GMCAT20231,,1683563976686,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2979,,,stu_GMCAT20231,,1683563976686,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2980,,,stu_GMCAT20231,,1683563976686,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2981,,,stu_GMCAT20231,,1683563976686,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2982,,,stu_GMCAT20231,,1683563981300,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2983,,,stu_GMCAT20231,,1683563985708,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2984,,,stu_GMCAT20231,,1683563988742,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2985,,,stu_GMCAT20231,,1683563995237,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2986,,,stu_GMCAT20231,,1683564001667,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2987,,,stu_GMCAT20231,,1683564003607,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2988,,,stu_GMCAT20231,,1683564007319,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2989,,,stu_GMCAT20231,,1683564033481,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2990,,,stu_GMCAT20231,,1683564047292,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2991,,,stu_SWZTP64874,,1681404867982,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2992,,,stu_SWZTP64874,,1681404870611,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2993,,,stu_SWZTP64874,,1681404876896,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2994,,,stu_SWZTP64874,,1681404885408,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2995,,,stu_SWZTP64874,,1681404887271,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2996,,,stu_SWZTP64874,,1681404895507,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2997,,,stu_SWZTP64874,,1681404897593,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2998,,,stu_SWZTP64874,,1681404899746,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2999,,,stu_SWZTP64874,,1681404906206,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3000,,,stu_SWZTP64874,,1681404907147,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3001,,,stu_SWZTP64874,,1681404924313,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3002,,,stu_SWZTP64874,,1681404927165,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3003,,,stu_SWZTP64874,,1681404935501,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3004,,,stu_SWZTP64874,,1681404939295,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3005,,,stu_SWZTP64874,,1681404942719,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3006,,,stu_SWZTP64874,,1681404945000,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3007,,,stu_SWZTP64874,,1681404949139,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3008,,,stu_SWZTP64874,,1681404951879,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3009,,,stu_SWZTP64874,,1681404951879,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3010,,,stu_SWZTP64874,,1681404959643,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3011,,,stu_SWZTP64874,,1681404961895,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3012,,,stu_SWZTP64874,,1681404963846,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3013,,,stu_SWZTP64874,,1681404966128,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3014,,,stu_SWZTP64874,,1681404995733,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3015,,,stu_SWZTP64874,,1681404995776,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3016,,,stu_SWZTP64874,,1681404999374,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3017,,,stu_SWZTP64874,,1681405004092,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3018,,,stu_SWZTP64874,,1681405008608,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3019,,,stu_SWZTP64874,,1681405012588,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3020,,,stu_SWZTP64874,,1681405014349,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3021,,,stu_SWZTP64874,,1681405021689,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3022,,,stu_SWZTP64874,,1681405021715,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3023,,,stu_SWZTP64874,,1681405025459,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3024,,,stu_SWZTP64874,,1681405039968,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3025,,,stu_SWZTP64874,,1681405512705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3026,,,stu_SWZTP64874,,1681405572958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3027,,,stu_SWZTP64874,,1681405573354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3028,,,stu_SWZTP64874,,1681405573805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3029,,,stu_SWZTP64874,,1681405574136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3030,,,stu_SWZTP64874,,1681405574518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3031,,,stu_SWZTP64874,,1681405574968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3032,,,stu_SWZTP64874,,1681405575306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3033,,,stu_SWZTP64874,,1681405575861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3034,,,stu_SWZTP64874,,1681405576185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3035,,,stu_SWZTP64874,,1681405576624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3036,,,stu_SWZTP64874,,1681405577027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3037,,,stu_SWZTP64874,,1681405577496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3038,,,stu_SWZTP64874,,1681405577942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3039,,,stu_SWZTP64874,,1681405578556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3040,,,stu_SWZTP64874,,1681405578927,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3041,,,stu_SWZTP64874,,1681405579395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3042,,,stu_SWZTP64874,,1681405579823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3043,,,stu_SWZTP64874,,1681405595371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3044,,,stu_SWZTP64874,,1681491049554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3045,,,stu_SWZTP64874,,1681491054759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3046,,,stu_SWZTP64874,,1681491079925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3047,,,stu_SWZTP64874,,1681491081301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3048,,,stu_SWZTP64874,,1681491085010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3049,,,stu_SWZTP64874,,1681491086049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3050,,,stu_SWZTP64874,,1681491091055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3051,,,stu_SWZTP64874,,1681491091938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3052,,,stu_SWZTP64874,,1681491096254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3053,,,stu_SWZTP64874,,1681491099593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3054,,,stu_SWZTP64874,,1681491101030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3055,,,stu_SWZTP64874,,1681491102501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3056,,,stu_SWZTP64874,,1681491103772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3057,,,stu_SWZTP64874,,1681491113314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3058,,,stu_SWZTP64874,,1681491115101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3059,,,stu_SWZTP64874,,1681491126791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3060,,,stu_SWZTP64874,,1681491134010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3061,,,stu_SWZTP64874,,1681490647684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3062,,,stu_SWZTP64874,,1681490647735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3063,,,stu_SWZTP64874,,1681490650095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3064,,,stu_SWZTP64874,,1681490654334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3065,,,stu_SWZTP64874,,1681490657949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3066,,,stu_SWZTP64874,,1681490659243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3067,,,stu_SWZTP64874,,1681490660878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3068,,,stu_SWZTP64874,,1681490661692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3069,,,stu_SWZTP64874,,1681490666175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3070,,,stu_SWZTP64874,,1681490667488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3071,,,stu_SWZTP64874,,1681490707052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3072,,,stu_SWZTP64874,,1681490708942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3073,,,stu_SWZTP64874,,1681490710869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3074,,,stu_SWZTP64874,,1681490713156,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3075,,,stu_SWZTP64874,,1681490714439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3076,,,stu_SWZTP64874,,1681490736582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3077,,,stu_SWZTP64874,,1681490739948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3078,,,stu_SWZTP64874,,1681490743263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3079,,,stu_SWZTP64874,,1681490757962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3080,,,stu_WAXEB07215,,1678323902683,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3081,,,stu_WAXEB07215,,1678323906142,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3082,,,stu_WAXEB07215,,1678323911512,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3083,,,stu_WAXEB07215,,1678323916513,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3084,,,stu_WAXEB07215,,1678323918879,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3085,,,stu_WAXEB07215,,1678323920776,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3086,,,stu_WAXEB07215,,1678323930841,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3087,,,stu_WAXEB07215,,1678323932766,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3088,,,stu_WAXEB07215,,1678323936112,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3089,,,stu_WAXEB07215,,1678323938151,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3090,,,stu_WAXEB07215,,1678323955636,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3091,,,stu_WAXEB07215,,1678323985988,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3092,,,stu_WAXEB07215,,1678323994743,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3093,,,stu_WAXEB07215,,1678323998611,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3094,,,stu_WAXEB07215,,1678324000671,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3095,,,stu_WAXEB07215,,1678324022020,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3096,,,stu_WAXEB07215,,1678324035596,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3097,,,stu_WAXEB07215,,1678324050807,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3098,,,stu_WAXEB07215,,1678324050808,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3099,,,stu_WAXEB07215,,1678324056773,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3100,,,stu_WAXEB07215,,1678324066515,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3101,,,stu_WAXEB07215,,1678322452699,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3102,,,stu_WAXEB07215,,1678322452740,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3103,,,stu_WAXEB07215,,1678322454950,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3104,,,stu_WAXEB07215,,1678322459209,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3105,,,stu_WAXEB07215,,1678322464374,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3106,,,stu_WAXEB07215,,1678322466572,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3107,,,stu_WAXEB07215,,1678322470236,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3108,,,stu_WAXEB07215,,1678322472472,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3109,,,stu_WAXEB07215,,1678322476986,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3110,,,stu_WAXEB07215,,1678322480079,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3111,,,stu_WAXEB07215,,1678322484641,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3112,,,stu_WAXEB07215,,1678322489119,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3113,,,stu_WAXEB07215,,1678322507980,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3114,,,stu_WAXEB07215,,1678322511316,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3115,,,stu_WAXEB07215,,1678322518744,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3116,,,stu_WAXEB07215,,1678322541344,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3117,,,stu_WAXEB07215,,1678322543625,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3118,,,stu_WAXEB07215,,1678322550280,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3119,,,stu_WAXEB07215,,1678322557856,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3120,,,stu_WAXEB07215,,1678322602763,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3121,,,stu_WAXEB07215,,1678322602801,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3122,,,stu_WAXEB07215,,1678322609816,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3123,,,stu_WAXEB07215,,1678322623735,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3124,,,stu_WAXEB07215,,1678321301492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3125,,,stu_WAXEB07215,,1678321304921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3126,,,stu_WAXEB07215,,1678321312821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3127,,,stu_WAXEB07215,,1678321315242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3128,,,stu_WAXEB07215,,1678321324011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3129,,,stu_WAXEB07215,,1678321326453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3130,,,stu_WAXEB07215,,1678321339297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3131,,,stu_WAXEB07215,,1678321342177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3132,,,stu_WAXEB07215,,1678321347863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3133,,,stu_WAXEB07215,,1678321350696,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3134,,,stu_WAXEB07215,,1678321367256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3135,,,stu_WAXEB07215,,1678321370652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3136,,,stu_WAXEB07215,,1678321376250,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3137,,,stu_WAXEB07215,,1678321379660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3138,,,stu_WAXEB07215,,1678321382675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3139,,,stu_WAXEB07215,,1678321391155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3140,,,stu_WAXEB07215,,1678321411729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3141,,,stu_WAXEB07215,,1678321426651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3142,,,stu_WAXEB07215,,1678321432256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3143,,,stu_WAXEB07215,,1678321433862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3144,,,stu_WAXEB07215,,1678321437924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3145,,,stu_WAXEB07215,,1678321440834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3146,,,stu_WAXEB07215,,1678321447566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3147,,,stu_WAXEB07215,,1678321447588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3148,,,stu_WAXEB07215,,1678321453717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3149,,,stu_WAXEB07215,,1678321464477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3150,,,stu_WAXEB07215,,1678319103895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3151,,,stu_WAXEB07215,,1678319109372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3152,,,stu_WAXEB07215,,1678319115162,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3153,,,stu_WAXEB07215,,1678319123849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3154,,,stu_WAXEB07215,,1678319134971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3155,,,stu_WAXEB07215,,1678319143421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3156,,,stu_WAXEB07215,,1678319143446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3157,,,stu_WAXEB07215,,1678319149731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3158,,,stu_WAXEB07215,,1678319155367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3159,,,stu_WAXEB07215,,1678319159024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3160,,,stu_WAXEB07215,,1678319162104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3161,,,stu_WAXEB07215,,1678319167301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3162,,,stu_WAXEB07215,,1678319175797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3163,,,stu_WAXEB07215,,1678319175822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3164,,,stu_WAXEB07215,,1678319181246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3165,,,stu_WAXEB07215,,1678319188524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3166,,,stu_WAXEB07215,,1678319190734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3167,,,stu_WAXEB07215,,1678319210817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3168,,,stu_WAXEB07215,,1678319239099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3169,,,stu_WAXEB07215,,1678319244633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3170,,,stu_WAXEB07215,,1678319251082,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3171,,,stu_WAXEB07215,,1678319276519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3172,,,stu_WAXEB07215,,1678319284171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3173,,,stu_WAXEB07215,,1678319288991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3174,,,stu_WAXEB07215,,1678319308389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3175,,,stu_WAXEB07215,,1678319308429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3176,,,stu_WAXEB07215,,1678319324598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3177,,,stu_WAXEB07215,,1678319329659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3178,,,stu_WAXEB07215,,1678319335617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3179,,,stu_WAXEB07215,,1678319341968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3180,,,stu_WAXEB07215,,1678319347738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3181,,,stu_WAXEB07215,,1678319347843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3182,,,stu_WAXEB07215,,1678319352914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3183,,,stu_WAXEB07215,,1678319357107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3184,,,stu_WAXEB07215,,1678319376206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3185,,,stu_WAXEB07215,,1678319385471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3186,,,stu_WAXEB07215,,1678319395595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3187,,,stu_WAXEB07215,,1678319397444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3188,,,stu_WAXEB07215,,1678319402582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3189,,,stu_WAXEB07215,,1678319402606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3190,,,stu_WAXEB07215,,1678319408690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3191,,,stu_WAXEB07215,,1678319414181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3192,,,stu_WAXEB07215,,1678319416811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3193,,,stu_WAXEB07215,,1678319425378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3194,,,stu_WAXEB07215,,1678319439958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3195,,,stu_WAXEB07215,,1678319536220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3196,,,stu_WAXEB07215,,1678319545139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3197,,,stu_WAXEB07215,,1678319545161,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3198,,,stu_WAXEB07215,,1678319549374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3199,,,stu_WAXEB07215,,1678319549398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3200,,,stu_WAXEB07215,,1678319553802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3201,,,stu_WAXEB07215,,1678319559970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3202,,,stu_WAXEB07215,,1678321999369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3203,,,stu_WAXEB07215,,1678322004770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3204,,,stu_WAXEB07215,,1678322011450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3205,,,stu_WAXEB07215,,1678322013546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3206,,,stu_WAXEB07215,,1678322016783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3207,,,stu_WAXEB07215,,1678322018727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3208,,,stu_WAXEB07215,,1678322023555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3209,,,stu_WAXEB07215,,1678322026350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3210,,,stu_WAXEB07215,,1678322041044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3211,,,stu_WAXEB07215,,1678322044176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3212,,,stu_WAXEB07215,,1678322053416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3213,,,stu_WAXEB07215,,1678322057620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3214,,,stu_WAXEB07215,,1678322061784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3215,,,stu_WAXEB07215,,1678322119593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3216,,,stu_WAXEB07215,,1678322121814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3217,,,stu_WAXEB07215,,1678322128898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3218,,,stu_WAXEB07215,,1678322160224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3219,,,stu_WAXEB07215,,1678322180722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3220,,,stu_WAXEB07215,,1678324945385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3221,,,stu_WAXEB07215,,1678324949828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3222,,,stu_WAXEB07215,,1678324954999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3223,,,stu_WAXEB07215,,1678324959676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3224,,,stu_WAXEB07215,,1678324962745,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3225,,,stu_WAXEB07215,,1678324964983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3226,,,stu_WAXEB07215,,1678324967046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3227,,,stu_WAXEB07215,,1678324972487,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3228,,,stu_WAXEB07215,,1678324974967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3229,,,stu_WAXEB07215,,1678324977513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3230,,,stu_WAXEB07215,,1678324978876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3231,,,stu_WAXEB07215,,1678324992320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3232,,,stu_WAXEB07215,,1678325001215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3233,,,stu_WAXEB07215,,1678325006087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3234,,,stu_WAXEB07215,,1678325013948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3235,,,stu_WAXEB07215,,1678325030161,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3236,,,stu_WAXEB07215,,1678325033838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3237,,,stu_WAXEB07215,,1678325035402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3238,,,stu_WAXEB07215,,1678325060979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3239,,,stu_WAXEB07215,,1678325061004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3240,,,stu_WAXEB07215,,1678325065468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3241,,,stu_WAXEB07215,,1678325071742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3242,,,stu_WAXEB07215,,1678321743529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3243,,,stu_WAXEB07215,,1678321747993,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3244,,,stu_WAXEB07215,,1678321752138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3245,,,stu_WAXEB07215,,1678321755407,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3246,,,stu_WAXEB07215,,1678321758059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3247,,,stu_WAXEB07215,,1678321761047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3248,,,stu_WAXEB07215,,1678321763013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3249,,,stu_WAXEB07215,,1678321767363,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3250,,,stu_WAXEB07215,,1678321770511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3251,,,stu_WAXEB07215,,1678321774091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3252,,,stu_WAXEB07215,,1678321777002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3253,,,stu_WAXEB07215,,1678321790915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3254,,,stu_WAXEB07215,,1678321795305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3255,,,stu_WAXEB07215,,1678321798090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3256,,,stu_WAXEB07215,,1678321802006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3257,,,stu_WAXEB07215,,1678321921351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3258,,,stu_WAXEB07215,,1678321923900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3259,,,stu_WAXEB07215,,1678321929189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3260,,,stu_WAXEB07215,,1678321933726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3261,,,stu_WAXEB07215,,1678321939393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3262,,,stu_WAXEB07215,,1678321972033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3263,,,stu_WAXEB07215,,1678321972040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3264,,,stu_WAXEB07215,,1678321979102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3265,,,stu_WAXEB07215,,1678321989271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3266,,,stu_CGFZB90674,,1677601881045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3267,,,stu_CGFZB90674,,1677601891140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3268,,,stu_CGFZB90674,,1677601898515,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3269,,,stu_CGFZB90674,,1677601901176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3270,,,stu_CGFZB90674,,1677601901179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3271,,,stu_CGFZB90674,,1677601906435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3272,,,stu_CGFZB90674,,1677601909462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3273,,,stu_CGFZB90674,,1677601912350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3274,,,stu_CGFZB90674,,1677601921122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3275,,,stu_CGFZB90674,,1677601921997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3276,,,stu_CGFZB90674,,1677601922024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3277,,,stu_CGFZB90674,,1677601926027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3278,,,stu_CGFZB90674,,1677601929821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3279,,,stu_CGFZB90674,,1677601934058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3280,,,stu_CGFZB90674,,1677601936188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3281,,,stu_CGFZB90674,,1677601937770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3282,,,stu_CGFZB90674,,1677601942516,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3283,,,stu_CGFZB90674,,1677601944029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3284,,,stu_CGFZB90674,,1677601953320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3285,,,stu_IGHKS42367,,1663267288349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3286,,,stu_IGHKS42367,,1663267297633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3287,,,stu_IGHKS42367,,1663267306322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3288,,,stu_IGHKS42367,,1663267310866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3289,,,stu_IGHKS42367,,1663267316967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3290,,,stu_IGHKS42367,,1663267319323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3291,,,stu_IGHKS42367,,1663267320533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3292,,,stu_IGHKS42367,,1663267334040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3293,,,stu_IGHKS42367,,1663267342205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3294,,,stu_IGHKS42367,,1663267347662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3295,,,stu_IGHKS42367,,1663267353775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3296,,,stu_IGHKS42367,,1663267356017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3297,,,stu_IGHKS42367,,1663267360143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3298,,,stu_IGHKS42367,,1663267362189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3299,,,stu_IGHKS42367,,1663267380345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3300,,,stu_IGHKS42367,,1663267393300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3301,,,stu_IGHKS42367,,1663267411975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3302,,,stu_IGHKS42367,,1663267435506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3303,,,stu_IGHKS42367,,1663351127202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3304,,,stu_IGHKS42367,,1663351133646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3305,,,stu_IGHKS42367,,1663351136142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3306,,,stu_IGHKS42367,,1663351138366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3307,,,stu_IGHKS42367,,1663351144285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3308,,,stu_IGHKS42367,,1663351148570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3309,,,stu_IGHKS42367,,1663351152275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3310,,,stu_IGHKS42367,,1663351165150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3311,,,stu_IGHKS42367,,1663351171136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3312,,,stu_IGHKS42367,,1663351177828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3313,,,stu_IGHKS42367,,1663351190342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3314,,,stu_IGHKS42367,,1663351194482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3315,,,stu_IGHKS42367,,1663351195514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3316,,,stu_IGHKS42367,,1663351197590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3317,,,stu_IGHKS42367,,1663351201689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3318,,,stu_IGHKS42367,,1663351204175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3319,,,stu_IGHKS42367,,1663351205237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3320,,,stu_IGHKS42367,,1663351217288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3321,,,stu_IGHKS42367,,1663351220583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3322,,,stu_IGHKS42367,,1663351225479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3323,,,stu_IGHKS42367,,1663351236083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3324,,,stu_IGHKS42367,,1663351243058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3325,,,stu_IGHKS42367,,1663351245463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3326,,,stu_IGHKS42367,,1663351247557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3327,,,stu_IGHKS42367,,1663351250411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3328,,,stu_IGHKS42367,,1663351260105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3329,,,stu_IGHKS42367,,1663351264354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3330,,,stu_IGHKS42367,,1663351267057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3331,,,stu_IGHKS42367,,1663351284257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3332,,,stu_IGHKS42367,,1663351284281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3333,,,stu_IGHKS42367,,1663351287997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3334,,,stu_IGHKS42367,,1663351293264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3335,,,stu_ULPRX11530,,1666197852633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3336,,,stu_ULPRX11530,,1666197860129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3337,,,stu_ULPRX11530,,1666197868900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3338,,,stu_ULPRX11530,,1666197871834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3339,,,stu_ULPRX11530,,1666197884571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3340,,,stu_ULPRX11530,,1666197890148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3341,,,stu_ULPRX11530,,1666197892731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3342,,,stu_ULPRX11530,,1666197894600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3343,,,stu_ULPRX11530,,1666197897071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3344,,,stu_ULPRX11530,,1666197904880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BVUWW45329,,,,,,GRADUATED,
-3345,,,stu_DAGXD96198,,1666626519357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3346,,,stu_DAGXD96198,,1666626519367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3347,,,stu_DAGXD96198,,1666626521957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3348,,,stu_DAGXD96198,,1666626528098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3349,,,stu_DAGXD96198,,1666626533097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3350,,,stu_DAGXD96198,,1666626536187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3351,,,stu_DAGXD96198,,1666626540112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3352,,,stu_DAGXD96198,,1666626541841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3353,,,stu_DAGXD96198,,1666626543943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3354,,,stu_DAGXD96198,,1666626548603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3355,,,stu_DAGXD96198,,1666626557481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3356,,,stu_DAGXD96198,,1666626565713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3357,,,stu_DAGXD96198,,1666626578682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3358,,,stu_DAGXD96198,,1666626582733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3359,,,stu_DAGXD96198,,1666626584830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3360,,,stu_DAGXD96198,,1666626589157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3361,,,stu_DAGXD96198,,1666626591505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3362,,,stu_DAGXD96198,,1666626593294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3363,,,stu_DAGXD96198,,1666626595759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3364,,,stu_DAGXD96198,,1666626598575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3365,,,stu_DAGXD96198,,1666626598612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3366,,,stu_DAGXD96198,,1666626603175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3367,,,stu_DAGXD96198,,1666626608258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3368,,,stu_DAGXD96198,,1666626611769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3369,,,stu_DAGXD96198,,1666626615291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3370,,,stu_DAGXD96198,,1666626615328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3371,,,stu_DAGXD96198,,1666626622095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3372,,,stu_DAGXD96198,,1666626628689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3373,,,stu_DAGXD96198,,1666626636532,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3374,,,stu_DAGXD96198,,1666626640363,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3375,,,stu_DAGXD96198,,1666626643888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3376,,,stu_DAGXD96198,,1666626651333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3377,,,stu_DAGXD96198,,1666626660124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3378,,,stu_DAGXD96198,,1666626666954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3379,,,stu_DAGXD96198,,1666626666984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3380,,,stu_DAGXD96198,,1666626671384,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3381,,,stu_DAGXD96198,,1666626675701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3382,,,stu_BVCIX88818,,1676663295424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3383,,,stu_BVCIX88818,,1676663295498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3384,,,stu_BVCIX88818,,1676663297394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3385,,,stu_BVCIX88818,,1676663303177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3386,,,stu_BVCIX88818,,1676663305615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3387,,,stu_BVCIX88818,,1676663306730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3388,,,stu_BVCIX88818,,1676663339440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3389,,,stu_BVCIX88818,,1676663372376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3390,,,stu_BVCIX88818,,1676663482245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3391,,,stu_BVCIX88818,,1676663486538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3392,,,stu_BVCIX88818,,1676663498173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3393,,,stu_BVCIX88818,,1676663503334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3394,,,stu_BVCIX88818,,1676663505313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3395,,,stu_BVCIX88818,,1676663507233,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3396,,,stu_BVCIX88818,,1676663508216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3397,,,stu_BVCIX88818,,1676663512114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3398,,,stu_BVCIX88818,,1676663514545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3399,,,stu_BVCIX88818,,1676663524690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3400,,,stu_HHTGD89073,,1676577197962,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3401,,,stu_HHTGD89073,,1676577200884,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3402,,,stu_HHTGD89073,,1676577204570,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3403,,,stu_HHTGD89073,,1676577207279,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3404,,,stu_HHTGD89073,,1676577209655,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3405,,,stu_HHTGD89073,,1676577213938,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3406,,,stu_HHTGD89073,,1676577215242,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3407,,,stu_HHTGD89073,,1676577216817,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3408,,,stu_HHTGD89073,,1676577220137,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3409,,,stu_HHTGD89073,,1676577238947,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3410,,,stu_HHTGD89073,,1676577244483,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3411,,,stu_HHTGD89073,,1676577257151,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3412,,,stu_HHTGD89073,,1676577258994,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3413,,,stu_HHTGD89073,,1676577261524,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3414,,,stu_HHTGD89073,,1676577262641,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3415,,,stu_HHTGD89073,,1676577271860,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3416,,,stu_HHTGD89073,,1676577278996,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3417,,,stu_HHTGD89073,,1676577285364,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3418,,,stu_HHTGD89073,,1676577285382,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3419,,,stu_HHTGD89073,,1676577290634,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3420,,,stu_HHTGD89073,,1676577295716,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3421,,,stu_HHTGD89073,,1676577311532,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3422,,,stu_HHTGD89073,,1676577311660,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3423,,,stu_HHTGD89073,,1676577316067,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3424,,,stu_HHTGD89073,,1676577325612,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3425,,,stu_HHTGD89073,,1676577329915,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3426,,,stu_HHTGD89073,,1676577333800,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3427,,,stu_HHTGD89073,,1676577335942,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3428,,,stu_HHTGD89073,,1676577337526,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3429,,,stu_HHTGD89073,,1676577339712,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3430,,,stu_HHTGD89073,,1676577341149,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3431,,,stu_HHTGD89073,,1676577345221,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3432,,,stu_HHTGD89073,,1676577350354,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3433,,,stu_HHTGD89073,,1676577361650,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3434,,,stu_HHTGD89073,,1676577475926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3435,,,stu_HHTGD89073,,1676577479268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3436,,,stu_HHTGD89073,,1676577481046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3437,,,stu_HHTGD89073,,1676577484110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3438,,,stu_HHTGD89073,,1676577485883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3439,,,stu_HHTGD89073,,1676577488262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3440,,,stu_HHTGD89073,,1676577489813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3441,,,stu_HHTGD89073,,1676577491037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3442,,,stu_HHTGD89073,,1676577495693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3443,,,stu_HHTGD89073,,1676577497910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3444,,,stu_RMXUD39772,,1680890461130,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3445,,,stu_RMXUD39772,,1680890461153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3446,,,stu_RMXUD39772,,1680890465551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3447,,,stu_RMXUD39772,,1680890478202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3448,,,stu_RMXUD39772,,1680890482801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3449,,,stu_RMXUD39772,,1680890486206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3450,,,stu_RMXUD39772,,1680890620191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3451,,,stu_RMXUD39772,,1680890637813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3452,,,stu_RMXUD39772,,1680890640100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3453,,,stu_RMXUD39772,,1680890640100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3454,,,stu_RMXUD39772,,1680890644497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3455,,,stu_RMXUD39772,,1680890648324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3456,,,stu_RMXUD39772,,1680890649953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3457,,,stu_RMXUD39772,,1680890652093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3458,,,stu_RMXUD39772,,1680890654624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3459,,,stu_RMXUD39772,,1680890661930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3460,,,stu_RMXUD39772,,1680890670279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3461,,,stu_RMXUD39772,,1680890685183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3462,,,stu_RMXUD39772,,1680890685185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3463,,,stu_RMXUD39772,,1680890688457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3464,,,stu_RMXUD39772,,1680890695893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3465,,,stu_RMXUD39772,,1680890698743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3466,,,stu_RMXUD39772,,1680890701312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3467,,,stu_RMXUD39772,,1680890701321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3468,,,stu_RMXUD39772,,1680890703176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3469,,,stu_RMXUD39772,,1680890707878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3470,,,stu_RMXUD39772,,1680890707884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3471,,,stu_RMXUD39772,,1680890709707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3472,,,stu_RMXUD39772,,1680718978548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3473,,,stu_RMXUD39772,,1680718984258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3474,,,stu_RMXUD39772,,1680718991638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3475,,,stu_RMXUD39772,,1680718996504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3476,,,stu_RMXUD39772,,1680718999860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3477,,,stu_RMXUD39772,,1680719002330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3478,,,stu_RMXUD39772,,1680719005009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3479,,,stu_RMXUD39772,,1680719005025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3480,,,stu_RMXUD39772,,1680719010339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3481,,,stu_RMXUD39772,,1680719044779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3482,,,stu_RMXUD39772,,1680719047298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3483,,,stu_RMXUD39772,,1680719107040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3484,,,stu_RMXUD39772,,1680719107349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3485,,,stu_RMXUD39772,,1680719107674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3486,,,stu_RMXUD39772,,1680719107963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3487,,,stu_RMXUD39772,,1680719108323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3488,,,stu_RMXUD39772,,1680719108815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3489,,,stu_RMXUD39772,,1680719109397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3490,,,stu_RMXUD39772,,1680719109447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3491,,,stu_RMXUD39772,,1680719109959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3492,,,stu_RMXUD39772,,1680719110611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3493,,,stu_RMXUD39772,,1680719143063,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3494,,,stu_RMXUD39772,,1680719145925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3495,,,stu_RMXUD39772,,1680719147455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3496,,,stu_RMXUD39772,,1680719148583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3497,,,stu_RMXUD39772,,1680719148595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3498,,,stu_RMXUD39772,,1680719160381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3499,,,stu_RMXUD39772,,1680719160382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3500,,,stu_RMXUD39772,,1680719163740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3501,,,stu_RMXUD39772,,1680719169375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3502,,,stu_RMXUD39772,,1680719171668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3503,,,stu_RMXUD39772,,1680719179852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3504,,,stu_QPMGM16621,,1681404906687,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3505,,,stu_QPMGM16621,,1681404906722,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3506,,,stu_QPMGM16621,,1681404908226,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3507,,,stu_QPMGM16621,,1681404908247,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3508,,,stu_QPMGM16621,,1681404910039,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3509,,,stu_QPMGM16621,,1681404913004,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3510,,,stu_QPMGM16621,,1681404915762,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3511,,,stu_QPMGM16621,,1681404917256,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3512,,,stu_QPMGM16621,,1681404920108,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3513,,,stu_QPMGM16621,,1681404921172,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3514,,,stu_QPMGM16621,,1681404922369,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3515,,,stu_QPMGM16621,,1681404924398,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3516,,,stu_QPMGM16621,,1681404927139,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3517,,,stu_QPMGM16621,,1681404928865,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3518,,,stu_QPMGM16621,,1681404932294,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3519,,,stu_QPMGM16621,,1681404934624,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3520,,,stu_QPMGM16621,,1681404935670,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3521,,,stu_QPMGM16621,,1681404938299,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3522,,,stu_QPMGM16621,,1681404942156,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3523,,,stu_QPMGM16621,,1681404944185,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3524,,,stu_QPMGM16621,,1681404945700,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3525,,,stu_QPMGM16621,,1681404948169,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3526,,,stu_QPMGM16621,,1681404949684,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3527,,,stu_QPMGM16621,,1681404949705,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3528,,,stu_QPMGM16621,,1681404953778,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3529,,,stu_QPMGM16621,,1681404956449,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3530,,,stu_QPMGM16621,,1681404770066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3531,,,stu_QPMGM16621,,1681404770243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3532,,,stu_QPMGM16621,,1681404772113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3533,,,stu_QPMGM16621,,1681404775410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3534,,,stu_QPMGM16621,,1681404778507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3535,,,stu_QPMGM16621,,1681404781053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3536,,,stu_QPMGM16621,,1681404783769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3537,,,stu_QPMGM16621,,1681404794378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3538,,,stu_QPMGM16621,,1681404796623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3539,,,stu_QPMGM16621,,1681404798143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3540,,,stu_QPMGM16621,,1681404798865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3541,,,stu_QPMGM16621,,1681404801112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3542,,,stu_QPMGM16621,,1681404804024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3543,,,stu_QPMGM16621,,1681404805209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3544,,,stu_QPMGM16621,,1681404808630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3545,,,stu_QPMGM16621,,1681404810618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3546,,,stu_QPMGM16621,,1681404812007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3547,,,stu_QPMGM16621,,1681404814984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3548,,,stu_QPMGM16621,,1681404821558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3549,,,stu_QPMGM16621,,1681404823093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3550,,,stu_QPMGM16621,,1681404824150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3551,,,stu_QPMGM16621,,1681404824195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3552,,,stu_QPMGM16621,,1681404827865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3553,,,stu_QPMGM16621,,1681404830681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3554,,,stu_QPMGM16621,,1681404831708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3555,,,stu_QPMGM16621,,1681404834627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3556,,,stu_QPMGM16621,,1681403754955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3557,,,stu_QPMGM16621,,1681403755008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3558,,,stu_QPMGM16621,,1681403757597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3559,,,stu_QPMGM16621,,1681403759922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3560,,,stu_QPMGM16621,,1681403762350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3561,,,stu_QPMGM16621,,1681403790144,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3562,,,stu_QPMGM16621,,1681403794198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3563,,,stu_QPMGM16621,,1681403796337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3564,,,stu_QPMGM16621,,1681403801465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3565,,,stu_QPMGM16621,,1681403804444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3566,,,stu_QPMGM16621,,1681403812108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3567,,,stu_QPMGM16621,,1681403815836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3568,,,stu_QPMGM16621,,1681403819781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3569,,,stu_QPMGM16621,,1681403821566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3570,,,stu_QPMGM16621,,1681403822707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3571,,,stu_QPMGM16621,,1681403825264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3572,,,stu_QPMGM16621,,1681403838265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3573,,,stu_QPMGM16621,,1681403840219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3574,,,stu_QPMGM16621,,1681403845925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3575,,,stu_QPMGM16621,,1681403857470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3576,,,stu_QPMGM16621,,1681403861325,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3577,,,stu_QPMGM16621,,1681403865043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3578,,,stu_QPMGM16621,,1681403867176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3579,,,stu_QPMGM16621,,1681403869115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3580,,,stu_QPMGM16621,,1681403869147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3581,,,stu_QPMGM16621,,1681403879483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3582,,,stu_QPMGM16621,,1681403881971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3583,,,stu_QPMGM16621,,1681403886693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3584,,,stu_QPMGM16621,,1681403888723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3585,,,stu_QPMGM16621,,1681403891371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3586,,,stu_QPMGM16621,,1681403913943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3587,,,stu_QPMGM16621,,1681403917676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3588,,,stu_QPMGM16621,,1681403919435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3589,,,stu_QPMGM16621,,1681403926804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3590,,,stu_QPMGM16621,,1681403926826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3591,,,stu_QPMGM16621,,1681403931991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3592,,,stu_QPMGM16621,,1681403934960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3593,,,stu_QPMGM16621,,1681404679908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3594,,,stu_QPMGM16621,,1681404684953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3595,,,stu_QPMGM16621,,1681404687681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3596,,,stu_QPMGM16621,,1681404690257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3597,,,stu_QPMGM16621,,1681404690260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3598,,,stu_QPMGM16621,,1681404695372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3599,,,stu_QPMGM16621,,1681404697787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3600,,,stu_QPMGM16621,,1681404698725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3601,,,stu_QPMGM16621,,1681404701945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3602,,,stu_QPMGM16621,,1681404706021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3603,,,stu_QPMGM16621,,1681404708925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3604,,,stu_QPMGM16621,,1681404711353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3605,,,stu_QPMGM16621,,1681404713077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3606,,,stu_QPMGM16621,,1681404713826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3607,,,stu_QPMGM16621,,1681404714688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3608,,,stu_QPMGM16621,,1681404717155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3609,,,stu_QPMGM16621,,1681404720388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3610,,,stu_QPMGM16621,,1681404722381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3611,,,stu_QPMGM16621,,1681404724310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3612,,,stu_QPMGM16621,,1681404726156,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3613,,,stu_QPMGM16621,,1681404728019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3614,,,stu_QPMGM16621,,1681404731319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3615,,,stu_QPMGM16621,,1681404735893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3616,,,stu_QPMGM16621,,1681404740981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3617,,,stu_QPMGM16621,,1681404744335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3618,,,stu_QPMGM16621,,1681404746160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3619,,,stu_QPMGM16621,,1681404749091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3620,,,stu_QPMGM16621,,1681404753046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3621,,,stu_QPMGM16621,,1681404755578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3622,,,stu_QPMGM16621,,1681404759004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3623,,,stu_QPMGM16621,,1681404761157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3624,,,stu_QPMGM16621,,1681405660241,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3625,,,stu_QPMGM16621,,1681405663933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3626,,,stu_QPMGM16621,,1681405665652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3627,,,stu_QPMGM16621,,1681405667210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3628,,,stu_QPMGM16621,,1681405669802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3629,,,stu_QPMGM16621,,1681405671078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3630,,,stu_QPMGM16621,,1681405671704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3631,,,stu_QPMGM16621,,1681405675957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3632,,,stu_QPMGM16621,,1681405678652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3633,,,stu_QPMGM16621,,1681405681651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3634,,,stu_QPMGM16621,,1681405682683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3635,,,stu_QPMGM16621,,1681405684979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3636,,,stu_QPMGM16621,,1681405685647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3637,,,stu_QPMGM16621,,1681405693545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3638,,,stu_QPMGM16621,,1681405694743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3639,,,stu_QPMGM16621,,1681405697375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3640,,,stu_QPMGM16621,,1681405698717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3641,,,stu_QPMGM16621,,1681405701623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3642,,,stu_QPMGM16621,,1681405705687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3643,,,stu_QPMGM16621,,1681405725449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3644,,,stu_QPMGM16621,,1681405728634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3645,,,stu_QPMGM16621,,1681405731389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3646,,,stu_QPMGM16621,,1681405328014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3647,,,stu_QPMGM16621,,1681405328053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3648,,,stu_QPMGM16621,,1681405329922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3649,,,stu_QPMGM16621,,1681405333032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3650,,,stu_QPMGM16621,,1681405334986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3651,,,stu_QPMGM16621,,1681405337849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3652,,,stu_QPMGM16621,,1681405340626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3653,,,stu_QPMGM16621,,1681405342033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3654,,,stu_QPMGM16621,,1681405348006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3655,,,stu_QPMGM16621,,1681405348795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3656,,,stu_QPMGM16621,,1681405355346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3657,,,stu_QPMGM16621,,1681405356656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3658,,,stu_QPMGM16621,,1681405358114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3659,,,stu_QPMGM16621,,1681405361249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3660,,,stu_QPMGM16621,,1681405361257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3661,,,stu_QPMGM16621,,1681405364972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3662,,,stu_QPMGM16621,,1681405367389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3663,,,stu_QPMGM16621,,1681405370381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3664,,,stu_QPMGM16621,,1681405371940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3665,,,stu_QPMGM16621,,1681405373954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3666,,,stu_QPMGM16621,,1681405375439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3667,,,stu_QPMGM16621,,1681405375457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3668,,,stu_QPMGM16621,,1681405381380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3669,,,stu_QPMGM16621,,1681405385324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3670,,,stu_QPMGM16621,,1681405386590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3671,,,stu_QPMGM16621,,1681405390582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3672,,,stu_QPMGM16621,,1681405392885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3673,,,stu_QPMGM16621,,1681405396294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3674,,,stu_QPMGM16621,,1681405399268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3675,,,stu_QPMGM16621,,1681405402049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3676,,,stu_QPMGM16621,,1681405403212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3677,,,stu_QPMGM16621,,1681405404703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3678,,,stu_QPMGM16621,,1681405407205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3679,,,stu_QPMGM16621,,1681405409001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3680,,,stu_QPMGM16621,,1681405412762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3681,,,stu_QPMGM16621,,1681405415699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3682,,,stu_QPMGM16621,,1681404853391,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3683,,,stu_QPMGM16621,,1681404853421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3684,,,stu_QPMGM16621,,1681404856041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3685,,,stu_QPMGM16621,,1681404858404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3686,,,stu_QPMGM16621,,1681404860901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3687,,,stu_QPMGM16621,,1681404863701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3688,,,stu_QPMGM16621,,1681404865429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3689,,,stu_QPMGM16621,,1681404867755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3690,,,stu_QPMGM16621,,1681404869394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3691,,,stu_QPMGM16621,,1681404870702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3692,,,stu_QPMGM16621,,1681404871402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3693,,,stu_QPMGM16621,,1681404874113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3694,,,stu_QPMGM16621,,1681404876116,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3695,,,stu_QPMGM16621,,1681404878805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3696,,,stu_QPMGM16621,,1681404883020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3697,,,stu_QPMGM16621,,1681404884372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3698,,,stu_QPMGM16621,,1681404888287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3699,,,stu_QPMGM16621,,1681404890410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3700,,,stu_QPMGM16621,,1681404892732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3701,,,stu_QPMGM16621,,1681404895100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-3702,,,stu_QQTRZ02587,,1681499930448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3703,,,stu_QQTRZ02587,,1681499930477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3704,,,stu_QQTRZ02587,,1681499932410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3705,,,stu_QQTRZ02587,,1681499942169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3706,,,stu_QQTRZ02587,,1681499944852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3707,,,stu_QQTRZ02587,,1681499947205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3708,,,stu_QQTRZ02587,,1681499949311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3709,,,stu_QQTRZ02587,,1681499971447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3710,,,stu_QQTRZ02587,,1681499972109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3711,,,stu_QQTRZ02587,,1681499982071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3712,,,stu_QQTRZ02587,,1681499990912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3713,,,stu_QQTRZ02587,,1681500007497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3714,,,stu_VFEAB98172,,1684809287989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3715,,,stu_VFEAB98172,,1684809291391,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3716,,,stu_VFEAB98172,,1684809296753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3717,,,stu_VFEAB98172,,1684809303499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3718,,,stu_VFEAB98172,,1684809339349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3719,,,stu_VFEAB98172,,1684809339356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3720,,,stu_VFEAB98172,,1684809347335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3721,,,stu_VFEAB98172,,1684809352159,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3722,,,stu_VFEAB98172,,1684809354914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3723,,,stu_VFEAB98172,,1684809360474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3724,,,stu_VFEAB98172,,1684809372364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3725,,,stu_VFEAB98172,,1684809401136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3726,,,stu_VFEAB98172,,1684809419282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3727,,,stu_VFEAB98172,,1684809423202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3728,,,stu_VFEAB98172,,1684809432688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3729,,,stu_WERDG77823,,1677718468272,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3730,,,stu_WERDG77823,,1677718498360,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3731,,,stu_WERDG77823,,1677718526369,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3732,,,stu_WERDG77823,,1677718535246,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3733,,,stu_WERDG77823,,1677718564739,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3734,,,stu_WERDG77823,,1677718594850,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3735,,,stu_WERDG77823,,1677718597721,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3736,,,stu_WERDG77823,,1677718631214,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3737,,,stu_WERDG77823,,1677718641465,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3738,,,stu_WERDG77823,,1677718690707,,,,,,ratio_proportion_change3,ratio_proportion_change3-071,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3739,,,stu_WERDG77823,,1677646533904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3740,,,stu_WERDG77823,,1677646533904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3741,,,stu_WERDG77823,,1677646533904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3742,,,stu_WERDG77823,,1677646533904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3743,,,stu_WERDG77823,,1677646537106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3744,,,stu_WERDG77823,,1677646541632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3745,,,stu_WERDG77823,,1677646544386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3746,,,stu_WERDG77823,,1677646569277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3747,,,stu_WERDG77823,,1677646578545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3748,,,stu_WERDG77823,,1677646585326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3749,,,stu_WERDG77823,,1677646588574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3750,,,stu_WERDG77823,,1677646591577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3751,,,stu_WERDG77823,,1677646591577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3752,,,stu_WERDG77823,,1677646591577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3753,,,stu_WERDG77823,,1677646591577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3754,,,stu_WERDG77823,,1677646600577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3755,,,stu_WERDG77823,,1677646601256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3756,,,stu_WERDG77823,,1677646604644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3757,,,stu_WERDG77823,,1677646604644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3758,,,stu_WERDG77823,,1677646604644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3759,,,stu_WERDG77823,,1677646604644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3760,,,stu_WERDG77823,,1677646611476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3761,,,stu_WERDG77823,,1677646613971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3762,,,stu_WERDG77823,,1677646621249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3763,,,stu_WERDG77823,,1677646627062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3764,,,stu_WERDG77823,,1677646648184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3765,,,stu_WERDG77823,,1677646651268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3766,,,stu_WERDG77823,,1677646655126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3767,,,stu_WERDG77823,,1677646658905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3768,,,stu_WERDG77823,,1677646661257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3769,,,stu_WERDG77823,,1677646667922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3770,,,stu_WERDG77823,,1677646672126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3771,,,stu_WERDG77823,,1677646675923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3772,,,stu_WERDG77823,,1677646679743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3773,,,stu_WERDG77823,,1677646682284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3774,,,stu_WERDG77823,,1677646690444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3775,,,stu_WERDG77823,,1677646692042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3776,,,stu_WERDG77823,,1677646694222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3777,,,stu_WERDG77823,,1677646698831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3778,,,stu_WERDG77823,,1677646702534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3779,,,stu_WERDG77823,,1677646706673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3780,,,stu_WERDG77823,,1677646711710,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3781,,,stu_YJZOQ96013,,1674587820984,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3782,,,stu_YJZOQ96013,,1674587829537,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3783,,,stu_YJZOQ96013,,1674587832480,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3784,,,stu_YJZOQ96013,,1674587834078,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3785,,,stu_YJZOQ96013,,1674587836916,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3786,,,stu_YJZOQ96013,,1674587841951,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3787,,,stu_YJZOQ96013,,1674587843195,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3788,,,stu_YJZOQ96013,,1674587844737,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3789,,,stu_YJZOQ96013,,1674587845719,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3790,,,stu_YJZOQ96013,,1674587853229,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3791,,,stu_YJZOQ96013,,1674587855842,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3792,,,stu_YJZOQ96013,,1674587861781,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3793,,,stu_YJZOQ96013,,1674588002522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3794,,,stu_YJZOQ96013,,1674588006440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3795,,,stu_YJZOQ96013,,1674588013440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3796,,,stu_YJZOQ96013,,1674588016335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3797,,,stu_YJZOQ96013,,1674588018553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3798,,,stu_YJZOQ96013,,1674588020168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3799,,,stu_YJZOQ96013,,1674588021821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3800,,,stu_YJZOQ96013,,1674588023838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3801,,,stu_YJZOQ96013,,1674588024886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3802,,,stu_YJZOQ96013,,1674588029047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3803,,,stu_YJZOQ96013,,1674588031682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3804,,,stu_YJZOQ96013,,1674588037377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3805,,,stu_YJZOQ96013,,1674587609237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3806,,,stu_YJZOQ96013,,1674587612690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3807,,,stu_YJZOQ96013,,1674587629639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3808,,,stu_YJZOQ96013,,1674587632236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3809,,,stu_YJZOQ96013,,1674587634853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3810,,,stu_YJZOQ96013,,1674587639802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3811,,,stu_YJZOQ96013,,1674587643954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3812,,,stu_YJZOQ96013,,1674587645174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3813,,,stu_YJZOQ96013,,1674587646107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3814,,,stu_YJZOQ96013,,1674587647035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3815,,,stu_YJZOQ96013,,1674587654703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3816,,,stu_YJZOQ96013,,1674587658617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3817,,,stu_YJZOQ96013,,1674587660830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3818,,,stu_YJZOQ96013,,1674587671282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3819,,,stu_YJZOQ96013,,1674480928575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3820,,,stu_YJZOQ96013,,1674480959915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3821,,,stu_YJZOQ96013,,1674480963326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3822,,,stu_YJZOQ96013,,1674480966649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3823,,,stu_YJZOQ96013,,1674480969370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3824,,,stu_YJZOQ96013,,1674480974271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3825,,,stu_YJZOQ96013,,1674480976014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3826,,,stu_YJZOQ96013,,1674480977155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3827,,,stu_YJZOQ96013,,1674480988030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3828,,,stu_YJZOQ96013,,1674480989755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3829,,,stu_YJZOQ96013,,1674481000204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3830,,,stu_YJZOQ96013,,1674587691738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3831,,,stu_YJZOQ96013,,1674587695557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3832,,,stu_YJZOQ96013,,1674587698555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3833,,,stu_YJZOQ96013,,1674587713411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3834,,,stu_YJZOQ96013,,1674587716555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3835,,,stu_YJZOQ96013,,1674587719383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3836,,,stu_YJZOQ96013,,1674587724641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3837,,,stu_YJZOQ96013,,1674587725556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3838,,,stu_YJZOQ96013,,1674587727031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3839,,,stu_YJZOQ96013,,1674587728571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3840,,,stu_YJZOQ96013,,1674587732655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3841,,,stu_YJZOQ96013,,1674587735702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3842,,,stu_YJZOQ96013,,1674587736467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3843,,,stu_YJZOQ96013,,1674587739037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3844,,,stu_YJZOQ96013,,1674587744231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3845,,,stu_YJZOQ96013,,1674587767983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3846,,,stu_YJZOQ96013,,1674587770049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3847,,,stu_YJZOQ96013,,1674587772703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3848,,,stu_YJZOQ96013,,1674587776893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3849,,,stu_YJZOQ96013,,1674587779439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3850,,,stu_YJZOQ96013,,1674587783328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3851,,,stu_YJZOQ96013,,1674587784369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3852,,,stu_YJZOQ96013,,1674587786154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3853,,,stu_YJZOQ96013,,1674587788455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3854,,,stu_YJZOQ96013,,1674587792113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3855,,,stu_YJZOQ96013,,1674587796838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3856,,,stu_UVPLE03317,,1680465491548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3857,,,stu_UVPLE03317,,1680465495692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3858,,,stu_UVPLE03317,,1680465498749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3859,,,stu_UVPLE03317,,1680465500340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3860,,,stu_UVPLE03317,,1680465507224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3861,,,stu_UVPLE03317,,1680465518586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3862,,,stu_UVPLE03317,,1680465520573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3863,,,stu_UVPLE03317,,1680465521716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3864,,,stu_UVPLE03317,,1680465523774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3865,,,stu_UVPLE03317,,1680465528080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3866,,,stu_UVPLE03317,,1680465542366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3867,,,stu_UVPLE03317,,1680465549523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3868,,,stu_UVPLE03317,,1680465552169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3869,,,stu_UVPLE03317,,1680465555847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3870,,,stu_UVPLE03317,,1680465561353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3871,,,stu_UVPLE03317,,1680465581472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3872,,,stu_UVPLE03317,,1680465584909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3873,,,stu_UVPLE03317,,1680465587800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3874,,,stu_UVPLE03317,,1680465590469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3875,,,stu_UVPLE03317,,1680465593257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3876,,,stu_UVPLE03317,,1680465599513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3877,,,stu_UVPLE03317,,1680465600666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3878,,,stu_UVPLE03317,,1680465601605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3879,,,stu_UVPLE03317,,1680465604884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3880,,,stu_UVPLE03317,,1680465610609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3881,,,stu_UVPLE03317,,1680465613503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3882,,,stu_MERME37245,,1684258152667,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3883,,,stu_MERME37245,,1684258156242,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3884,,,stu_MERME37245,,1684258164984,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3885,,,stu_MERME37245,,1684258166478,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3886,,,stu_MERME37245,,1684258168638,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3887,,,stu_MERME37245,,1684258170602,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3888,,,stu_MERME37245,,1684258172706,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3889,,,stu_MERME37245,,1684258174654,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3890,,,stu_MERME37245,,1684258175869,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3891,,,stu_MERME37245,,1684258185319,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3892,,,stu_MERME37245,,1684258188402,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3893,,,stu_MERME37245,,1684258196322,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3894,,,stu_MERME37245,,1684258207663,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3895,,,stu_MERME37245,,1684257771524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3896,,,stu_MERME37245,,1684257804760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3897,,,stu_MERME37245,,1684257812490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3898,,,stu_MERME37245,,1684257813952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3899,,,stu_MERME37245,,1684257817851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3900,,,stu_MERME37245,,1684257824996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3901,,,stu_MERME37245,,1684257826612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3902,,,stu_MERME37245,,1684257828410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3903,,,stu_MERME37245,,1684257831343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3904,,,stu_MERME37245,,1684257837490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3905,,,stu_MERME37245,,1684257839294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3906,,,stu_MERME37245,,1684257842374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3907,,,stu_MERME37245,,1684257843635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3908,,,stu_MERME37245,,1684257847030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3909,,,stu_MERME37245,,1684257849401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3910,,,stu_MERME37245,,1684257851108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3911,,,stu_MERME37245,,1684257856168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3912,,,stu_MERME37245,,1684258218506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3913,,,stu_MERME37245,,1684258221646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3914,,,stu_MERME37245,,1684258230314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3915,,,stu_MERME37245,,1684258232378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3916,,,stu_MERME37245,,1684258234723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3917,,,stu_MERME37245,,1684258237029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3918,,,stu_MERME37245,,1684258238331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3919,,,stu_MERME37245,,1684258239550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3920,,,stu_MERME37245,,1684258240839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3921,,,stu_MERME37245,,1684258248238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3922,,,stu_MERME37245,,1684258252810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3923,,,stu_MERME37245,,1684258266830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3924,,,stu_MERME37245,,1684258269288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3925,,,stu_MERME37245,,1684257479871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3926,,,stu_MERME37245,,1684257488362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3927,,,stu_MERME37245,,1684257510709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3928,,,stu_MERME37245,,1684257512408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3929,,,stu_MERME37245,,1684257526910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3930,,,stu_MERME37245,,1684257542558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3931,,,stu_MERME37245,,1684257544211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3932,,,stu_MERME37245,,1684257560070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3933,,,stu_MERME37245,,1684257574270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3934,,,stu_MERME37245,,1684257577881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3935,,,stu_MERME37245,,1684257580422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3936,,,stu_MERME37245,,1684257600334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3937,,,stu_MERME37245,,1684257601475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3938,,,stu_MERME37245,,1684257606634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3939,,,stu_MERME37245,,1684257610921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3940,,,stu_MERME37245,,1684257613867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3941,,,stu_MERME37245,,1684257625349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3942,,,stu_MERME37245,,1684257630110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3943,,,stu_MERME37245,,1684257631576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3944,,,stu_MERME37245,,1684257639840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3945,,,stu_CKGFK04671,,1673633943695,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3946,,,stu_CKGFK04671,,1673633946606,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3947,,,stu_CKGFK04671,,1673633957051,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3948,,,stu_CKGFK04671,,1673633963900,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3949,,,stu_CKGFK04671,,1673633968752,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3950,,,stu_CKGFK04671,,1673633972082,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3951,,,stu_CKGFK04671,,1673633974323,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3952,,,stu_CKGFK04671,,1673633975655,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3953,,,stu_CKGFK04671,,1673633984844,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3954,,,stu_CKGFK04671,,1673633992537,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3955,,,stu_CKGFK04671,,1673633993689,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3956,,,stu_CKGFK04671,,1673633996334,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3957,,,stu_CKGFK04671,,1673633999008,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3958,,,stu_CKGFK04671,,1673634006031,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3959,,,stu_CKGFK04671,,1673634008375,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3960,,,stu_CKGFK04671,,1673634010132,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3961,,,stu_CKGFK04671,,1673634013245,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3962,,,stu_CKGFK04671,,1673634016246,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3963,,,stu_CKGFK04671,,1673634018312,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3964,,,stu_CKGFK04671,,1673634018356,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3965,,,stu_CKGFK04671,,1673634023350,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3966,,,stu_CKGFK04671,,1673634025733,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3967,,,stu_CKGFK04671,,1673634025748,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3968,,,stu_CKGFK04671,,1673634030138,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3969,,,stu_CKGFK04671,,1673634030158,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3970,,,stu_CKGFK04671,,1673634033929,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3971,,,stu_CKGFK04671,,1673634038181,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,6,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3972,,,stu_CKGFK04671,,1673634043038,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3973,,,stu_CKGFK04671,,1673634048916,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3974,,,stu_CKGFK04671,,1673634056232,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3975,,,stu_CKGFK04671,,1673634057844,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3976,,,stu_CKGFK04671,,1673634061496,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3977,,,stu_CKGFK04671,,1673634064817,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3978,,,stu_CKGFK04671,,1673634094003,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3979,,,stu_CKGFK04671,,1673634097469,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3980,,,stu_CKGFK04671,,1673634099370,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3981,,,stu_CKGFK04671,,1673634137459,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3982,,,stu_CKGFK04671,,1673634140343,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3983,,,stu_CKGFK04671,,1673634142030,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3984,,,stu_CKGFK04671,,1673634143605,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3985,,,stu_CKGFK04671,,1673634154497,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3986,,,stu_CKGFK04671,,1673634154499,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3987,,,stu_CKGFK04671,,1673634158437,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3988,,,stu_CKGFK04671,,1673634162704,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3989,,,stu_CKGFK04671,,1674598501423,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3990,,,stu_CKGFK04671,,1674598509834,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3991,,,stu_CKGFK04671,,1674598519509,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3992,,,stu_CKGFK04671,,1674598522127,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3993,,,stu_CKGFK04671,,1674598524476,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3994,,,stu_CKGFK04671,,1674598527623,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3995,,,stu_CKGFK04671,,1674598529136,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3996,,,stu_CKGFK04671,,1674598532387,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3997,,,stu_CKGFK04671,,1674598534168,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3998,,,stu_CKGFK04671,,1674598543285,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3999,,,stu_CKGFK04671,,1674598549565,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4000,,,stu_CKGFK04671,,1674598551271,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4001,,,stu_CKGFK04671,,1674598560931,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4002,,,stu_CKGFK04671,,1674598637715,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4003,,,stu_CKGFK04671,,1674598637729,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4004,,,stu_CKGFK04671,,1674598641995,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4005,,,stu_CKGFK04671,,1674598645371,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4006,,,stu_CKGFK04671,,1674672036584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4007,,,stu_CKGFK04671,,1674672043980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4008,,,stu_CKGFK04671,,1674672046833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4009,,,stu_CKGFK04671,,1674672050966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4010,,,stu_CKGFK04671,,1674672082850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4011,,,stu_CKGFK04671,,1674672085217,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4012,,,stu_CKGFK04671,,1674672087560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4013,,,stu_CKGFK04671,,1674672088873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4014,,,stu_CKGFK04671,,1674672091133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4015,,,stu_CKGFK04671,,1674672104533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4016,,,stu_CKGFK04671,,1674672112533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4017,,,stu_CKGFK04671,,1674672118777,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4018,,,stu_CKGFK04671,,1674672135302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4019,,,stu_CKGFK04671,,1674238693488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4020,,,stu_CKGFK04671,,1674238698271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4021,,,stu_CKGFK04671,,1674238707945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4022,,,stu_CKGFK04671,,1674238722628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4023,,,stu_CKGFK04671,,1674238723560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4024,,,stu_CKGFK04671,,1674238726524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4025,,,stu_CKGFK04671,,1674238728589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4026,,,stu_CKGFK04671,,1674238755892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4027,,,stu_CKGFK04671,,1674238758359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4028,,,stu_CKGFK04671,,1674238763708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4029,,,stu_CKGFK04671,,1674238770852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4030,,,stu_CKGFK04671,,1674238773886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4031,,,stu_CKGFK04671,,1674238778176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4032,,,stu_CKGFK04671,,1674238781047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4033,,,stu_CKGFK04671,,1674238787357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4034,,,stu_CKGFK04671,,1674238810942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4035,,,stu_CKGFK04671,,1674238813714,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4036,,,stu_CKGFK04671,,1674238843692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4037,,,stu_CKGFK04671,,1674598658164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4038,,,stu_CKGFK04671,,1674598661844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4039,,,stu_CKGFK04671,,1674598663489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4040,,,stu_CKGFK04671,,1674598675449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4041,,,stu_CKGFK04671,,1674598678326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4042,,,stu_CKGFK04671,,1674598681212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4043,,,stu_CKGFK04671,,1674598682912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4044,,,stu_CKGFK04671,,1674598684890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4045,,,stu_CKGFK04671,,1674598687337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4046,,,stu_CKGFK04671,,1674598691152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4047,,,stu_CKGFK04671,,1674598698989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4048,,,stu_CKGFK04671,,1674598708580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4049,,,stu_CKGFK04671,,1674598712444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4050,,,stu_CKGFK04671,,1674598715680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4051,,,stu_CKGFK04671,,1674672146462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4052,,,stu_CKGFK04671,,1674672151622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4053,,,stu_CKGFK04671,,1674672153199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4054,,,stu_CKGFK04671,,1674672155189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4055,,,stu_CKGFK04671,,1674672157144,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4056,,,stu_CKGFK04671,,1674672159965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4057,,,stu_CKGFK04671,,1674672161448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4058,,,stu_CKGFK04671,,1674672164552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4059,,,stu_CKGFK04671,,1674672165933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4060,,,stu_CKGFK04671,,1674672170612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4061,,,stu_CKGFK04671,,1674672180461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4062,,,stu_CKGFK04671,,1674672190139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4063,,,stu_CKGFK04671,,1674672196713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4064,,,stu_CKGFK04671,,1674672202957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4065,,,stu_CKGFK04671,,1674672216706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4066,,,stu_CKGFK04671,,1674672225704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4067,,,stu_CKGFK04671,,1674672230705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4068,,,stu_CKGFK04671,,1674672234113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4069,,,stu_CKGFK04671,,1674672246156,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-4070,,,stu_HNCOQ57061,,1675133739670,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4071,,,stu_HNCOQ57061,,1675133745398,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4072,,,stu_HNCOQ57061,,1675133749805,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4073,,,stu_HNCOQ57061,,1675133778227,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4074,,,stu_HNCOQ57061,,1675133783414,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4075,,,stu_HNCOQ57061,,1675133788339,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4076,,,stu_HNCOQ57061,,1675133791738,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4077,,,stu_HNCOQ57061,,1675133795156,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4078,,,stu_HNCOQ57061,,1675133797717,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4079,,,stu_HNCOQ57061,,1675133802188,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4080,,,stu_HNCOQ57061,,1675133805073,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4081,,,stu_HNCOQ57061,,1675133878631,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4082,,,stu_HNCOQ57061,,1675133883476,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4083,,,stu_HNCOQ57061,,1675133886158,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4084,,,stu_HNCOQ57061,,1675133889038,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4085,,,stu_HNCOQ57061,,1675133889200,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4086,,,stu_HNCOQ57061,,1675133893790,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4087,,,stu_HNCOQ57061,,1675133894200,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4088,,,stu_HNCOQ57061,,1675133899581,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4089,,,stu_HNCOQ57061,,1675133904761,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4090,,,stu_HNCOQ57061,,1675133907680,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4091,,,stu_HNCOQ57061,,1675133911100,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4092,,,stu_HNCOQ57061,,1675133971187,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4093,,,stu_HNCOQ57061,,1675133349786,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4094,,,stu_HNCOQ57061,,1675133349998,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4095,,,stu_HNCOQ57061,,1675133355166,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4096,,,stu_HNCOQ57061,,1675133359040,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4097,,,stu_HNCOQ57061,,1675133363347,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4098,,,stu_HNCOQ57061,,1675133367853,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4099,,,stu_HNCOQ57061,,1675133371111,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4100,,,stu_HNCOQ57061,,1675133374305,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4101,,,stu_HNCOQ57061,,1675133403613,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4102,,,stu_HNCOQ57061,,1675133407009,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4103,,,stu_HNCOQ57061,,1675133410556,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4104,,,stu_HNCOQ57061,,1675133415285,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4105,,,stu_HNCOQ57061,,1675133422282,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4106,,,stu_HNCOQ57061,,1675133430500,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4107,,,stu_HNCOQ57061,,1675133438619,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4108,,,stu_HNCOQ57061,,1675133444581,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4109,,,stu_HNCOQ57061,,1675133448973,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4110,,,stu_HNCOQ57061,,1675133455164,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4111,,,stu_HNCOQ57061,,1675136331157,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4112,,,stu_HNCOQ57061,,1675136336146,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4113,,,stu_HNCOQ57061,,1675136340079,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4114,,,stu_HNCOQ57061,,1675136343676,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4115,,,stu_HNCOQ57061,,1675136346843,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4116,,,stu_HNCOQ57061,,1675136350275,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4117,,,stu_HNCOQ57061,,1675136354007,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4118,,,stu_HNCOQ57061,,1675136357100,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4119,,,stu_HNCOQ57061,,1675136375476,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4120,,,stu_HNCOQ57061,,1675136384607,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4121,,,stu_HNCOQ57061,,1675134741976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4122,,,stu_HNCOQ57061,,1675134742521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4123,,,stu_HNCOQ57061,,1675134746364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4124,,,stu_HNCOQ57061,,1675134887816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4125,,,stu_HNCOQ57061,,1675134892148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4126,,,stu_HNCOQ57061,,1675134895177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4127,,,stu_HNCOQ57061,,1675134899724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4128,,,stu_HNCOQ57061,,1675134904417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4129,,,stu_HNCOQ57061,,1675134908180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4130,,,stu_HNCOQ57061,,1675134918704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4131,,,stu_HNCOQ57061,,1675134925454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4132,,,stu_HNCOQ57061,,1675134932183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4133,,,stu_HNCOQ57061,,1675134937022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4134,,,stu_HNCOQ57061,,1675134940628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4135,,,stu_HNCOQ57061,,1675134961857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4136,,,stu_HNCOQ57061,,1675136516440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4137,,,stu_HNCOQ57061,,1675136522325,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4138,,,stu_HNCOQ57061,,1675136525558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4139,,,stu_HNCOQ57061,,1675136528680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4140,,,stu_HNCOQ57061,,1675136531258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4141,,,stu_HNCOQ57061,,1675136534699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4142,,,stu_HNCOQ57061,,1675136537459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4143,,,stu_HNCOQ57061,,1675136540739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4144,,,stu_HNCOQ57061,,1675136544456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4145,,,stu_HNCOQ57061,,1675136547600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4146,,,stu_HNCOQ57061,,1675136550440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4147,,,stu_HNCOQ57061,,1675135903202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4148,,,stu_HNCOQ57061,,1675135911062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4149,,,stu_HNCOQ57061,,1675135914333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4150,,,stu_HNCOQ57061,,1675135918398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4151,,,stu_HNCOQ57061,,1675135921719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4152,,,stu_HNCOQ57061,,1675135926465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4153,,,stu_HNCOQ57061,,1675135930436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4154,,,stu_HNCOQ57061,,1675135935846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4155,,,stu_HNCOQ57061,,1675135942403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4156,,,stu_HNCOQ57061,,1675135946442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4157,,,stu_HNCOQ57061,,1675135958801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4158,,,stu_HNCOQ57061,,1675135966839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4159,,,stu_HNCOQ57061,,1675136005345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4160,,,stu_HNCOQ57061,,1675132490517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4161,,,stu_HNCOQ57061,,1675132490960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4162,,,stu_HNCOQ57061,,1675132494796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4163,,,stu_HNCOQ57061,,1675132501555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4164,,,stu_HNCOQ57061,,1675132511319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4165,,,stu_HNCOQ57061,,1675132516682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4166,,,stu_HNCOQ57061,,1675132520928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4167,,,stu_HNCOQ57061,,1675132526967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4168,,,stu_HNCOQ57061,,1675132531320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4169,,,stu_HNCOQ57061,,1675132538728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4170,,,stu_HNCOQ57061,,1675132543198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4171,,,stu_HNCOQ57061,,1675132547638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4172,,,stu_HNCOQ57061,,1675132594518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4173,,,stu_HNCOQ57061,,1675132604321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4174,,,stu_HNCOQ57061,,1675132610684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4175,,,stu_HNCOQ57061,,1675132624530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4176,,,stu_HNCOQ57061,,1675132628840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4177,,,stu_HNCOQ57061,,1675132634301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4178,,,stu_HNCOQ57061,,1675132638986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4179,,,stu_HNCOQ57061,,1675132665077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4180,,,stu_HNCOQ57061,,1675132672257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4181,,,stu_HNCOQ57061,,1675132682317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4182,,,stu_HNCOQ57061,,1675136106717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4183,,,stu_HNCOQ57061,,1675136111361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4184,,,stu_HNCOQ57061,,1675136120564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4185,,,stu_HNCOQ57061,,1675136125508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4186,,,stu_HNCOQ57061,,1675136146157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4187,,,stu_HNCOQ57061,,1675136150591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4188,,,stu_HNCOQ57061,,1675136182318,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4189,,,stu_HNCOQ57061,,1675136196402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4190,,,stu_HNCOQ57061,,1675136205040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4191,,,stu_HNCOQ57061,,1675136233956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4192,,,stu_HNCOQ57061,,1675136241879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4193,,,stu_HNCOQ57061,,1675136245946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4194,,,stu_HNCOQ57061,,1675136252179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4195,,,stu_HNCOQ57061,,1675136255921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4196,,,stu_HNCOQ57061,,1675134522839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4197,,,stu_HNCOQ57061,,1675134522945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4198,,,stu_HNCOQ57061,,1675134526058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4199,,,stu_HNCOQ57061,,1675134533341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4200,,,stu_HNCOQ57061,,1675134584184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4201,,,stu_HNCOQ57061,,1675134588455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4202,,,stu_HNCOQ57061,,1675134599259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4203,,,stu_HNCOQ57061,,1675134607018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4204,,,stu_HNCOQ57061,,1675134610619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4205,,,stu_HNCOQ57061,,1675134614377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4206,,,stu_HNCOQ57061,,1675134617839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4207,,,stu_HNCOQ57061,,1675134621164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4208,,,stu_HNCOQ57061,,1675134627917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4209,,,stu_HNCOQ57061,,1675134632330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4210,,,stu_HNCOQ57061,,1675134636573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4211,,,stu_HNCOQ57061,,1675134641957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4212,,,stu_HNCOQ57061,,1675134644678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4213,,,stu_HNCOQ57061,,1675134648278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4214,,,stu_HNCOQ57061,,1675134652795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4215,,,stu_HNCOQ57061,,1675134656611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4216,,,stu_HNCOQ57061,,1675134662014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4217,,,stu_HNCOQ57061,,1675134667005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4218,,,stu_HNCOQ57061,,1675134681805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4219,,,stu_HNCOQ57061,,1675136430042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4220,,,stu_HNCOQ57061,,1675136433923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4221,,,stu_HNCOQ57061,,1675136436713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4222,,,stu_HNCOQ57061,,1675136440383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4223,,,stu_HNCOQ57061,,1675136443778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4224,,,stu_HNCOQ57061,,1675136446258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4225,,,stu_HNCOQ57061,,1675136450717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4226,,,stu_HNCOQ57061,,1675136460594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4227,,,stu_HNCOQ57061,,1675136474359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4228,,,stu_HNCOQ57061,,1675136482647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4229,,,stu_HNCOQ57061,,1675136489881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,PROMOTED,
-4230,,,stu_SAUPP41499,,1681352484950,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4231,,,stu_SAUPP41499,,1681352488494,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4232,,,stu_SAUPP41499,,1681352490708,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4233,,,stu_SAUPP41499,,1681352493378,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4234,,,stu_SAUPP41499,,1681352495013,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4235,,,stu_SAUPP41499,,1681352500185,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4236,,,stu_SAUPP41499,,1681352501934,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4237,,,stu_SAUPP41499,,1681352508894,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4238,,,stu_SAUPP41499,,1681352510533,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4239,,,stu_SAUPP41499,,1681352512899,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4240,,,stu_SAUPP41499,,1681352514726,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4241,,,stu_SAUPP41499,,1681352516433,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4242,,,stu_SAUPP41499,,1681352517558,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4243,,,stu_SAUPP41499,,1681352517749,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4244,,,stu_SAUPP41499,,1681352521133,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4245,,,stu_SAUPP41499,,1681352523548,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4246,,,stu_SAUPP41499,,1681352529012,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4247,,,stu_SAUPP41499,,1681352530675,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4248,,,stu_SAUPP41499,,1681352535293,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4249,,,stu_SAUPP41499,,1681352536984,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4250,,,stu_SAUPP41499,,1681352537009,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4251,,,stu_SAUPP41499,,1681352540834,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4252,,,stu_SAUPP41499,,1681352543151,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4253,,,stu_SAUPP41499,,1681352543567,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4254,,,stu_SAUPP41499,,1681352546058,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4255,,,stu_SAUPP41499,,1681352554353,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4256,,,stu_SAUPP41499,,1681352558749,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4257,,,stu_SAUPP41499,,1681352559975,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4258,,,stu_SAUPP41499,,1681352566506,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4259,,,stu_SAUPP41499,,1681352567967,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4260,,,stu_SAUPP41499,,1681352571550,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4261,,,stu_SAUPP41499,,1681352573946,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4262,,,stu_SAUPP41499,,1681351662846,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4263,,,stu_SAUPP41499,,1681351666466,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4264,,,stu_SAUPP41499,,1681351671556,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4265,,,stu_SAUPP41499,,1681351676108,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4266,,,stu_SAUPP41499,,1681351679162,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4267,,,stu_SAUPP41499,,1681351684223,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4268,,,stu_SAUPP41499,,1681351686399,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4269,,,stu_SAUPP41499,,1681351690811,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4270,,,stu_SAUPP41499,,1681351693945,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4271,,,stu_SAUPP41499,,1681351695658,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4272,,,stu_SAUPP41499,,1681351700943,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4273,,,stu_SAUPP41499,,1681351704352,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4274,,,stu_SAUPP41499,,1681351707202,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4275,,,stu_SAUPP41499,,1681351708542,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4276,,,stu_SAUPP41499,,1681351710518,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4277,,,stu_SAUPP41499,,1681351713079,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4278,,,stu_SAUPP41499,,1681351714371,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4279,,,stu_SAUPP41499,,1681351718011,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4280,,,stu_SAUPP41499,,1681351720638,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4281,,,stu_SAUPP41499,,1681351723177,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4282,,,stu_SAUPP41499,,1681351725304,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4283,,,stu_SAUPP41499,,1681351730934,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4284,,,stu_SAUPP41499,,1681351733340,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4285,,,stu_SAUPP41499,,1681351734813,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4286,,,stu_SAUPP41499,,1681351739121,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4287,,,stu_SAUPP41499,,1681351741630,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4288,,,stu_SAUPP41499,,1681351752652,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4289,,,stu_SAUPP41499,,1681351760469,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4290,,,stu_SAUPP41499,,1681351763498,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4291,,,stu_SAUPP41499,,1681351769336,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4292,,,stu_SAUPP41499,,1681351770895,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4293,,,stu_SAUPP41499,,1681351774776,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4294,,,stu_SAUPP41499,,1681351777577,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4295,,,stu_SAUPP41499,,1681430914940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4296,,,stu_SAUPP41499,,1681430918744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4297,,,stu_SAUPP41499,,1681430921360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4298,,,stu_SAUPP41499,,1681430926588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4299,,,stu_SAUPP41499,,1681430928787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4300,,,stu_SAUPP41499,,1681430930140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4301,,,stu_SAUPP41499,,1681430933077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4302,,,stu_SAUPP41499,,1681430933252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4303,,,stu_SAUPP41499,,1681430938758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4304,,,stu_SAUPP41499,,1681430940729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4305,,,stu_SAUPP41499,,1681430941985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4306,,,stu_SAUPP41499,,1681430944946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4307,,,stu_SAUPP41499,,1681430946376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4308,,,stu_SAUPP41499,,1681430946387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4309,,,stu_SAUPP41499,,1681430949950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4310,,,stu_SAUPP41499,,1681430952976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4311,,,stu_SAUPP41499,,1681430954416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4312,,,stu_SAUPP41499,,1681430956154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4313,,,stu_SAUPP41499,,1681430958396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4314,,,stu_SAUPP41499,,1681430961061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,4,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4315,,,stu_SAUPP41499,,1681430963579,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,5,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4316,,,stu_SAUPP41499,,1681430966065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4317,,,stu_SAUPP41499,,1681430967444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4318,,,stu_SAUPP41499,,1681430970731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4319,,,stu_SAUPP41499,,1681430973832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,6,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4320,,,stu_SAUPP41499,,1681430975360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4321,,,stu_SAUPP41499,,1681430979003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4322,,,stu_SAUPP41499,,1681430980677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4323,,,stu_SAUPP41499,,1681430982797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4324,,,stu_SAUPP41499,,1681430991482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4325,,,stu_SAUPP41499,,1681431004432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4326,,,stu_SAUPP41499,,1681431016132,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4327,,,stu_SAUPP41499,,1681431017956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4328,,,stu_SAUPP41499,,1681431020240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4329,,,stu_SAUPP41499,,1681431023796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4330,,,stu_SAUPP41499,,1681431024600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4331,,,stu_SAUPP41499,,1681431032055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4332,,,stu_SAUPP41499,,1681431034522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4333,,,stu_SAUPP41499,,1681431035323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4334,,,stu_SAUPP41499,,1681431038772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4335,,,stu_SAUPP41499,,1681431040519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-4336,,,stu_KAGHJ40360,,1682434061564,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4337,,,stu_KAGHJ40360,,1682434061691,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4338,,,stu_KAGHJ40360,,1682434064382,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4339,,,stu_KAGHJ40360,,1682434067794,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4340,,,stu_KAGHJ40360,,1682434078097,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4341,,,stu_KAGHJ40360,,1682434084449,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4342,,,stu_KAGHJ40360,,1682434087890,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4343,,,stu_KAGHJ40360,,1682434098142,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4344,,,stu_KAGHJ40360,,1682434113809,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4345,,,stu_KAGHJ40360,,1682434116462,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4346,,,stu_KAGHJ40360,,1682434126634,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4347,,,stu_KAGHJ40360,,1682434130232,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4348,,,stu_KAGHJ40360,,1682434139381,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4349,,,stu_KAGHJ40360,,1682434143953,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4350,,,stu_KAGHJ40360,,1682434146916,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4351,,,stu_KAGHJ40360,,1682434149123,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4352,,,stu_KAGHJ40360,,1682434151731,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4353,,,stu_KAGHJ40360,,1682434162189,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4354,,,stu_KAGHJ40360,,1682434165973,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4355,,,stu_KAGHJ40360,,1682434166043,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4356,,,stu_KAGHJ40360,,1682434172953,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4357,,,stu_KAGHJ40360,,1682434179108,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4358,,,stu_KAGHJ40360,,1682434181717,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4359,,,stu_KAGHJ40360,,1682434184900,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4360,,,stu_KAGHJ40360,,1682434188802,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4361,,,stu_KAGHJ40360,,1682434192851,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4362,,,stu_KAGHJ40360,,1682434208872,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4363,,,stu_KAGHJ40360,,1682434213652,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4364,,,stu_KAGHJ40360,,1682434218700,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4365,,,stu_KAGHJ40360,,1682434222314,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4366,,,stu_KAGHJ40360,,1682434231970,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4367,,,stu_KAGHJ40360,,1682434294695,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4368,,,stu_KAGHJ40360,,1682434300747,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4369,,,stu_KAGHJ40360,,1682434303903,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4370,,,stu_KAGHJ40360,,1682434320835,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4371,,,stu_KAGHJ40360,,1682434324040,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4372,,,stu_KAGHJ40360,,1682434327365,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4373,,,stu_KAGHJ40360,,1682434339391,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4374,,,stu_KAGHJ40360,,1682047484619,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4375,,,stu_KAGHJ40360,,1682047487046,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4376,,,stu_KAGHJ40360,,1682047493593,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4377,,,stu_KAGHJ40360,,1682047497830,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4378,,,stu_KAGHJ40360,,1682047512592,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4379,,,stu_KAGHJ40360,,1682047532233,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4380,,,stu_KAGHJ40360,,1682047535359,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4381,,,stu_KAGHJ40360,,1682047540400,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4382,,,stu_KAGHJ40360,,1682047687654,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4383,,,stu_KAGHJ40360,,1682047694682,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4384,,,stu_KAGHJ40360,,1682047703733,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4385,,,stu_KAGHJ40360,,1682047705725,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4386,,,stu_KAGHJ40360,,1682047707758,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4387,,,stu_KAGHJ40360,,1682047710939,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4388,,,stu_KAGHJ40360,,1682047716905,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4389,,,stu_KAGHJ40360,,1682047726135,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4390,,,stu_KAGHJ40360,,1682047742852,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4391,,,stu_KAGHJ40360,,1682047746448,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4392,,,stu_KAGHJ40360,,1682047750203,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4393,,,stu_KAGHJ40360,,1682047759537,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4394,,,stu_KAGHJ40360,,1682047765041,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4395,,,stu_KAGHJ40360,,1682047772255,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4396,,,stu_KAGHJ40360,,1682047779927,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4397,,,stu_KAGHJ40360,,1682047793094,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4398,,,stu_KAGHJ40360,,1682047793167,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4399,,,stu_KAGHJ40360,,1682047801647,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,4,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4400,,,stu_KAGHJ40360,,1682047806852,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4401,,,stu_KAGHJ40360,,1682047853301,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4402,,,stu_KAGHJ40360,,1682047856152,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4403,,,stu_KAGHJ40360,,1682047897688,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4404,,,stu_KAGHJ40360,,1682047917026,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4405,,,stu_KAGHJ40360,,1682047922276,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4406,,,stu_KAGHJ40360,,1682047927493,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4407,,,stu_KAGHJ40360,,1682048048724,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4408,,,stu_KAGHJ40360,,1682048057182,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4409,,,stu_KAGHJ40360,,1682048063376,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4410,,,stu_KAGHJ40360,,1682048067521,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4411,,,stu_KAGHJ40360,,1682048114331,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4412,,,stu_KAGHJ40360,,1682048218634,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4413,,,stu_KAGHJ40360,,1682048222407,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4414,,,stu_KAGHJ40360,,1682048233494,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4415,,,stu_KAGHJ40360,,1682048260181,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4416,,,stu_KAGHJ40360,,1682048264191,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4417,,,stu_KAGHJ40360,,1682048267888,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4418,,,stu_KAGHJ40360,,1682048271514,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4419,,,stu_KAGHJ40360,,1682048276937,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4420,,,stu_KAGHJ40360,,1682048294121,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4421,,,stu_KAGHJ40360,,1682048300481,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4422,,,stu_KAGHJ40360,,1682048304441,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4423,,,stu_KAGHJ40360,,1682048310388,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4424,,,stu_KAGHJ40360,,1682435997656,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4425,,,stu_KAGHJ40360,,1682435997742,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4426,,,stu_KAGHJ40360,,1682436001671,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4427,,,stu_KAGHJ40360,,1682436006411,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4428,,,stu_KAGHJ40360,,1682436009254,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4429,,,stu_KAGHJ40360,,1682436012462,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4430,,,stu_KAGHJ40360,,1682436016568,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4431,,,stu_KAGHJ40360,,1682436033581,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4432,,,stu_KAGHJ40360,,1682436035343,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4433,,,stu_KAGHJ40360,,1682436049144,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4434,,,stu_KAGHJ40360,,1682436053110,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4435,,,stu_KAGHJ40360,,1682436056912,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4436,,,stu_KAGHJ40360,,1682436062848,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4437,,,stu_KAGHJ40360,,1682436065009,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4438,,,stu_KAGHJ40360,,1682436068675,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4439,,,stu_KAGHJ40360,,1682436078731,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4440,,,stu_KAGHJ40360,,1682436085473,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4441,,,stu_KAGHJ40360,,1682436087335,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4442,,,stu_KAGHJ40360,,1682436089949,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4443,,,stu_KAGHJ40360,,1682436093933,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4444,,,stu_KAGHJ40360,,1682436098587,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4445,,,stu_KAGHJ40360,,1682436102771,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4446,,,stu_KAGHJ40360,,1682436102825,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4447,,,stu_KAGHJ40360,,1682436107274,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4448,,,stu_KAGHJ40360,,1682436107312,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4449,,,stu_KAGHJ40360,,1682436114223,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4450,,,stu_KAGHJ40360,,1682436117010,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4451,,,stu_KAGHJ40360,,1682436140814,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4452,,,stu_KAGHJ40360,,1682436148371,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4453,,,stu_KAGHJ40360,,1682436152989,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4454,,,stu_KAGHJ40360,,1682436158993,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4455,,,stu_KAGHJ40360,,1682436162238,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4456,,,stu_KAGHJ40360,,1682436166025,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4457,,,stu_KAGHJ40360,,1682436169605,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4458,,,stu_KAGHJ40360,,1681918512227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4459,,,stu_KAGHJ40360,,1681918521485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4460,,,stu_KAGHJ40360,,1681918529169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4461,,,stu_KAGHJ40360,,1681918534289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4462,,,stu_KAGHJ40360,,1681918540824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4463,,,stu_KAGHJ40360,,1681918548099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4464,,,stu_KAGHJ40360,,1681918556371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4465,,,stu_KAGHJ40360,,1681918558820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4466,,,stu_KAGHJ40360,,1681918563796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4467,,,stu_KAGHJ40360,,1681918567115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4468,,,stu_KAGHJ40360,,1681918570713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4469,,,stu_KAGHJ40360,,1681918573863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4470,,,stu_KAGHJ40360,,1681918581346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4471,,,stu_KAGHJ40360,,1681918594421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4472,,,stu_KAGHJ40360,,1681918676491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4473,,,stu_KAGHJ40360,,1681918679713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4474,,,stu_KAGHJ40360,,1681918683994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4475,,,stu_KAGHJ40360,,1681918690720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4476,,,stu_KAGHJ40360,,1681918724725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4477,,,stu_KAGHJ40360,,1681918728871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4478,,,stu_KAGHJ40360,,1681918735913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4479,,,stu_KAGHJ40360,,1681918740345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4480,,,stu_KAGHJ40360,,1681918745951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4481,,,stu_KAGHJ40360,,1681918750581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4482,,,stu_KAGHJ40360,,1681918784158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4483,,,stu_KAGHJ40360,,1681918790994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4484,,,stu_KAGHJ40360,,1681918801435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4485,,,stu_KAGHJ40360,,1681918808957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4486,,,stu_KAGHJ40360,,1681918813863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4487,,,stu_KAGHJ40360,,1681918817369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4488,,,stu_KAGHJ40360,,1681918887791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4489,,,stu_KAGHJ40360,,1681918898598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4490,,,stu_KAGHJ40360,,1681918906887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4491,,,stu_KAGHJ40360,,1681918917670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4492,,,stu_KAGHJ40360,,1681918940900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4493,,,stu_KAGHJ40360,,1681918944836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4494,,,stu_KAGHJ40360,,1681918948436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4495,,,stu_KAGHJ40360,,1681918951611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4496,,,stu_KAGHJ40360,,1681918964099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4497,,,stu_KAGHJ40360,,1681918968498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4498,,,stu_KAGHJ40360,,1681918986492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4499,,,stu_KAGHJ40360,,1681918992902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4500,,,stu_KAGHJ40360,,1681918999853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4501,,,stu_KAGHJ40360,,1681919004148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4502,,,stu_KAGHJ40360,,1681919007787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4503,,,stu_KAGHJ40360,,1681919010437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4504,,,stu_KAGHJ40360,,1681919012632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4505,,,stu_KAGHJ40360,,1681919020671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4506,,,stu_KAGHJ40360,,1681919027737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4507,,,stu_KAGHJ40360,,1681919033999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4508,,,stu_KAGHJ40360,,1681919057383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4509,,,stu_KAGHJ40360,,1682479571274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4510,,,stu_KAGHJ40360,,1682479571365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4511,,,stu_KAGHJ40360,,1682479575299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4512,,,stu_KAGHJ40360,,1682479587711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4513,,,stu_KAGHJ40360,,1682479597432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4514,,,stu_KAGHJ40360,,1682479605920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4515,,,stu_KAGHJ40360,,1682479609243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4516,,,stu_KAGHJ40360,,1682479647439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4517,,,stu_KAGHJ40360,,1682479655023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4518,,,stu_KAGHJ40360,,1682479669278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4519,,,stu_KAGHJ40360,,1682479673970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4520,,,stu_KAGHJ40360,,1682479679474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4521,,,stu_KAGHJ40360,,1682479689686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4522,,,stu_KAGHJ40360,,1682479689894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4523,,,stu_KAGHJ40360,,1682479696098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4524,,,stu_KAGHJ40360,,1682479704336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4525,,,stu_KAGHJ40360,,1682479710672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4526,,,stu_KAGHJ40360,,1682479722850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4527,,,stu_KAGHJ40360,,1682479729444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4528,,,stu_KAGHJ40360,,1682479758776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4529,,,stu_KAGHJ40360,,1682479763753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4530,,,stu_KAGHJ40360,,1682479765686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4531,,,stu_KAGHJ40360,,1682479765686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4532,,,stu_KAGHJ40360,,1682479765686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4533,,,stu_KAGHJ40360,,1682479765686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4534,,,stu_KAGHJ40360,,1682479770271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4535,,,stu_KAGHJ40360,,1682479776379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4536,,,stu_KAGHJ40360,,1682479782242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4537,,,stu_KAGHJ40360,,1682435626184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4538,,,stu_KAGHJ40360,,1682435626264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4539,,,stu_KAGHJ40360,,1682435629994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4540,,,stu_KAGHJ40360,,1682435635178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4541,,,stu_KAGHJ40360,,1682435637299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4542,,,stu_KAGHJ40360,,1682435642143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4543,,,stu_KAGHJ40360,,1682435646346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4544,,,stu_KAGHJ40360,,1682435651195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4545,,,stu_KAGHJ40360,,1682435654969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4546,,,stu_KAGHJ40360,,1682435658916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4547,,,stu_KAGHJ40360,,1682435662720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4548,,,stu_KAGHJ40360,,1682435666342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4549,,,stu_KAGHJ40360,,1682435670531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4550,,,stu_KAGHJ40360,,1682435672272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4551,,,stu_KAGHJ40360,,1682435681101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4552,,,stu_KAGHJ40360,,1682435691332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4553,,,stu_KAGHJ40360,,1682435694808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4554,,,stu_KAGHJ40360,,1682435698527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4555,,,stu_KAGHJ40360,,1682435700645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4556,,,stu_KAGHJ40360,,1682435703643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4557,,,stu_KAGHJ40360,,1682435707253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4558,,,stu_KAGHJ40360,,1682435713855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4559,,,stu_KAGHJ40360,,1682435719437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4560,,,stu_KAGHJ40360,,1682435728355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4561,,,stu_KAGHJ40360,,1682435730945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4562,,,stu_KAGHJ40360,,1682435736087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4563,,,stu_KAGHJ40360,,1682435749526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4564,,,stu_KAGHJ40360,,1682435753010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4565,,,stu_KAGHJ40360,,1682435755852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4566,,,stu_KAGHJ40360,,1682435759194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4567,,,stu_KAGHJ40360,,1682435767695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4568,,,stu_KAGHJ40360,,1682435772465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4569,,,stu_KAGHJ40360,,1682435774976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4570,,,stu_KAGHJ40360,,1682435777969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4571,,,stu_KAGHJ40360,,1682479305787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4572,,,stu_KAGHJ40360,,1682479318737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4573,,,stu_KAGHJ40360,,1682479321932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4574,,,stu_KAGHJ40360,,1682479327595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4575,,,stu_KAGHJ40360,,1682479331683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4576,,,stu_KAGHJ40360,,1682479370921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4577,,,stu_KAGHJ40360,,1682479373737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4578,,,stu_KAGHJ40360,,1682479381212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4579,,,stu_KAGHJ40360,,1682479384541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4580,,,stu_KAGHJ40360,,1682479389248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4581,,,stu_KAGHJ40360,,1682479394879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4582,,,stu_KAGHJ40360,,1682479405442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4583,,,stu_KAGHJ40360,,1682479411255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4584,,,stu_KAGHJ40360,,1682479414184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4585,,,stu_KAGHJ40360,,1682479428814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4586,,,stu_KAGHJ40360,,1682479436197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4587,,,stu_KAGHJ40360,,1682479441357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4588,,,stu_KAGHJ40360,,1682479445948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4589,,,stu_KAGHJ40360,,1682479446005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4590,,,stu_KAGHJ40360,,1682479452426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4591,,,stu_KAGHJ40360,,1682479466876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4592,,,stu_KAGHJ40360,,1682479510043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4593,,,stu_KAGHJ40360,,1682479516676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4594,,,stu_KAGHJ40360,,1682479519996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4595,,,stu_KAGHJ40360,,1682479519996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4596,,,stu_KAGHJ40360,,1682479519996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4597,,,stu_KAGHJ40360,,1682479519996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4598,,,stu_KAGHJ40360,,1682479524514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4599,,,stu_KAGHJ40360,,1682479531935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4600,,,stu_KAGHJ40360,,1682479539229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4601,,,stu_KAGHJ40360,,1682434377170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4602,,,stu_KAGHJ40360,,1682434380283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4603,,,stu_KAGHJ40360,,1682434390847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4604,,,stu_KAGHJ40360,,1682434399757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4605,,,stu_KAGHJ40360,,1682434402068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4606,,,stu_KAGHJ40360,,1682434405178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4607,,,stu_KAGHJ40360,,1682434587071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4608,,,stu_KAGHJ40360,,1682434590590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4609,,,stu_KAGHJ40360,,1682434594197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4610,,,stu_KAGHJ40360,,1682434597914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4611,,,stu_KAGHJ40360,,1682434600968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4612,,,stu_KAGHJ40360,,1682434602454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4613,,,stu_KAGHJ40360,,1682434604276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4614,,,stu_KAGHJ40360,,1682434624094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4615,,,stu_KAGHJ40360,,1682434632247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4616,,,stu_KAGHJ40360,,1682434652840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4617,,,stu_KAGHJ40360,,1682434656798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4618,,,stu_KAGHJ40360,,1682434660582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4619,,,stu_KAGHJ40360,,1682434663191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4620,,,stu_KAGHJ40360,,1682434666627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4621,,,stu_KAGHJ40360,,1682434668780,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4622,,,stu_KAGHJ40360,,1682434672051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4623,,,stu_KAGHJ40360,,1682434674625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4624,,,stu_KAGHJ40360,,1682434679384,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4625,,,stu_KAGHJ40360,,1682434684262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4626,,,stu_KAGHJ40360,,1682434693352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4627,,,stu_KAGHJ40360,,1682434706405,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4628,,,stu_KAGHJ40360,,1682434713000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4629,,,stu_KAGHJ40360,,1682434717278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4630,,,stu_KAGHJ40360,,1682434720623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4631,,,stu_KAGHJ40360,,1682434723713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4632,,,stu_KAGHJ40360,,1682434751415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4633,,,stu_KAGHJ40360,,1682434757439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4634,,,stu_KAGHJ40360,,1682434762887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4635,,,stu_KAGHJ40360,,1682434762887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4636,,,stu_KAGHJ40360,,1682434762887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4637,,,stu_KAGHJ40360,,1682434762887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4638,,,stu_KAGHJ40360,,1682434766595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4639,,,stu_KAGHJ40360,,1682434770009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4640,,,stu_KAGHJ40360,,1682434774804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-4641,,,stu_PISNO19269,,1686857977359,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4642,,,stu_PISNO19269,,1686857977431,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4643,,,stu_PISNO19269,,1686857978696,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4644,,,stu_PISNO19269,,1686857978711,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4645,,,stu_PISNO19269,,1686857979766,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4646,,,stu_PISNO19269,,1686857984904,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4647,,,stu_PISNO19269,,1686857989093,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4648,,,stu_PISNO19269,,1686857991708,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4649,,,stu_PISNO19269,,1686857994035,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4650,,,stu_PISNO19269,,1686857995608,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4651,,,stu_PISNO19269,,1686857998483,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4652,,,stu_PISNO19269,,1686858001831,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4653,,,stu_PISNO19269,,1686858005338,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4654,,,stu_PISNO19269,,1686858007396,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4655,,,stu_PISNO19269,,1686858009949,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4656,,,stu_PISNO19269,,1686858012372,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4657,,,stu_PISNO19269,,1686858014208,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4658,,,stu_PISNO19269,,1686858016972,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4659,,,stu_PISNO19269,,1686858020535,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4660,,,stu_PISNO19269,,1686858023359,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4661,,,stu_PISNO19269,,1686858026434,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4662,,,stu_PISNO19269,,1686858028835,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4663,,,stu_PISNO19269,,1686858031667,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4664,,,stu_PISNO19269,,1686858032754,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4665,,,stu_PISNO19269,,1686858043467,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4666,,,stu_PISNO19269,,1686858045481,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4667,,,stu_PISNO19269,,1686858045481,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4668,,,stu_PISNO19269,,1686858045481,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4669,,,stu_PISNO19269,,1686858045481,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4670,,,stu_PISNO19269,,1686858047661,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4671,,,stu_PISNO19269,,1686858051633,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4672,,,stu_PISNO19269,,1686858054645,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4673,,,stu_PISNO19269,,1686857737978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4674,,,stu_PISNO19269,,1686857740370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4675,,,stu_PISNO19269,,1686857745299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4676,,,stu_PISNO19269,,1686857749682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4677,,,stu_PISNO19269,,1686857750832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4678,,,stu_PISNO19269,,1686857755077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4679,,,stu_PISNO19269,,1686857757724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4680,,,stu_PISNO19269,,1686857759415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4681,,,stu_PISNO19269,,1686857761760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4682,,,stu_PISNO19269,,1686857765414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4683,,,stu_PISNO19269,,1686857767234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4684,,,stu_PISNO19269,,1686857767904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4685,,,stu_PISNO19269,,1686857774227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4686,,,stu_PISNO19269,,1686857775371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4687,,,stu_PISNO19269,,1686857779580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4688,,,stu_PISNO19269,,1686857781218,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4689,,,stu_PISNO19269,,1686857783038,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4690,,,stu_PISNO19269,,1686857785452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4691,,,stu_PISNO19269,,1686857791371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4692,,,stu_PISNO19269,,1686857798165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4693,,,stu_PISNO19269,,1686857800732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4694,,,stu_PISNO19269,,1686857802691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4695,,,stu_PISNO19269,,1686857805662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4696,,,stu_PISNO19269,,1686857819680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4697,,,stu_PISNO19269,,1686857834190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4698,,,stu_PISNO19269,,1686857850697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4699,,,stu_PISNO19269,,1686857852672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4700,,,stu_PISNO19269,,1686857856832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4701,,,stu_PISNO19269,,1686857860010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4702,,,stu_PISNO19269,,1686857863008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4703,,,stu_PISNO19269,,1686857863008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4704,,,stu_PISNO19269,,1686857863008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4705,,,stu_PISNO19269,,1686857863008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4706,,,stu_PISNO19269,,1686857865116,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4707,,,stu_PISNO19269,,1686857869251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4708,,,stu_PISNO19269,,1686857872697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4709,,,stu_PISNO19269,,1686342751223,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4710,,,stu_PISNO19269,,1686342751260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4711,,,stu_PISNO19269,,1686342752601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4712,,,stu_PISNO19269,,1686342755917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4713,,,stu_PISNO19269,,1686342763355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4714,,,stu_PISNO19269,,1686342766819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4715,,,stu_PISNO19269,,1686342771584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4716,,,stu_PISNO19269,,1686342773812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4717,,,stu_PISNO19269,,1686342775591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4718,,,stu_PISNO19269,,1686342779326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4719,,,stu_PISNO19269,,1686342782815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4720,,,stu_PISNO19269,,1686342786443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4721,,,stu_PISNO19269,,1686342788393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4722,,,stu_PISNO19269,,1686342789608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4723,,,stu_PISNO19269,,1686342792857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4724,,,stu_PISNO19269,,1686342796814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4725,,,stu_PISNO19269,,1686342798158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4726,,,stu_PISNO19269,,1686342801638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4727,,,stu_PISNO19269,,1686342808396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4728,,,stu_PISNO19269,,1686342811305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4729,,,stu_PISNO19269,,1686342818985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4730,,,stu_PISNO19269,,1686342822841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4731,,,stu_PISNO19269,,1686342825057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4732,,,stu_PISNO19269,,1686342829035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4733,,,stu_PISNO19269,,1686342833858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4734,,,stu_PISNO19269,,1686342837045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4735,,,stu_PISNO19269,,1686342840098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4736,,,stu_PISNO19269,,1686342844805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4737,,,stu_PISNO19269,,1686342860050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4738,,,stu_PISNO19269,,1686342884780,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4739,,,stu_PISNO19269,,1686342890811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4740,,,stu_PISNO19269,,1686342893535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4741,,,stu_PISNO19269,,1686342903639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4742,,,stu_PISNO19269,,1686342906998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4743,,,stu_PISNO19269,,1686342908838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4744,,,stu_PISNO19269,,1686343506765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4745,,,stu_PISNO19269,,1686343506830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4746,,,stu_PISNO19269,,1686343508133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4747,,,stu_PISNO19269,,1686343510927,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4748,,,stu_PISNO19269,,1686343522545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4749,,,stu_PISNO19269,,1686343527461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4750,,,stu_PISNO19269,,1686343530621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4751,,,stu_PISNO19269,,1686343532324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4752,,,stu_PISNO19269,,1686343535945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4753,,,stu_PISNO19269,,1686343540952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4754,,,stu_PISNO19269,,1686343542917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4755,,,stu_PISNO19269,,1686343556676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4756,,,stu_PISNO19269,,1686343558182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4757,,,stu_PISNO19269,,1686343563763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4758,,,stu_PISNO19269,,1686343565595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4759,,,stu_PISNO19269,,1686343575569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4760,,,stu_PISNO19269,,1686343577903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4761,,,stu_PISNO19269,,1686343579666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4762,,,stu_PISNO19269,,1686343584065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4763,,,stu_PISNO19269,,1686343585972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4764,,,stu_PISNO19269,,1686343590801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4765,,,stu_PISNO19269,,1686343598586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4766,,,stu_PISNO19269,,1686343604450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4767,,,stu_PISNO19269,,1686343608179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4768,,,stu_PISNO19269,,1686343624191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4769,,,stu_PISNO19269,,1686343625361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4770,,,stu_PISNO19269,,1686343632847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4771,,,stu_PISNO19269,,1686343634356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4772,,,stu_PISNO19269,,1686343638030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4773,,,stu_PISNO19269,,1686343640935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4774,,,stu_PISNO19269,,1686857396360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4775,,,stu_PISNO19269,,1686857396448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4776,,,stu_PISNO19269,,1686857397707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4777,,,stu_PISNO19269,,1686857400534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4778,,,stu_PISNO19269,,1686857407218,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4779,,,stu_PISNO19269,,1686857411524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4780,,,stu_PISNO19269,,1686857415365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4781,,,stu_PISNO19269,,1686857417895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4782,,,stu_PISNO19269,,1686857487196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4783,,,stu_PISNO19269,,1686857490709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4784,,,stu_PISNO19269,,1686857494208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4785,,,stu_PISNO19269,,1686857495976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4786,,,stu_PISNO19269,,1686857498081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4787,,,stu_PISNO19269,,1686857501502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4788,,,stu_PISNO19269,,1686857504188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4789,,,stu_PISNO19269,,1686857507609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4790,,,stu_PISNO19269,,1686857509924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4791,,,stu_PISNO19269,,1686857511451,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4792,,,stu_PISNO19269,,1686857515250,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4793,,,stu_PISNO19269,,1686857517809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4794,,,stu_PISNO19269,,1686857523896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4795,,,stu_PISNO19269,,1686857528341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4796,,,stu_PISNO19269,,1686857531548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4797,,,stu_PISNO19269,,1686857533263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4798,,,stu_PISNO19269,,1686857545255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4799,,,stu_PISNO19269,,1686857564195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4800,,,stu_PISNO19269,,1686857578516,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4801,,,stu_PISNO19269,,1686857579860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4802,,,stu_PISNO19269,,1686857583041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4803,,,stu_PISNO19269,,1686857585410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4804,,,stu_PISNO19269,,1686857588938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4805,,,stu_PISNO19269,,1686857594325,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4806,,,stu_PISNO19269,,1686857602768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4807,,,stu_PISNO19269,,1686857605624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4808,,,stu_PISNO19269,,1686857611009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4809,,,stu_PISNO19269,,1686857614198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4810,,,stu_PISNO19269,,1686857616321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4811,,,stu_PISNO19269,,1686857618839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4812,,,stu_PISNO19269,,1686857620671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4813,,,stu_PISNO19269,,1686857623274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4814,,,stu_PISNO19269,,1686857624785,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4815,,,stu_PISNO19269,,1686857629408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4816,,,stu_PISNO19269,,1686857633989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4817,,,stu_PISNO19269,,1686857635527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4818,,,stu_PISNO19269,,1686857639188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4819,,,stu_PISNO19269,,1686857640235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4820,,,stu_PISNO19269,,1686857643777,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4821,,,stu_PISNO19269,,1686857647368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4822,,,stu_PISNO19269,,1686857648772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4823,,,stu_PISNO19269,,1686857650480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4824,,,stu_PISNO19269,,1686857652280,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4825,,,stu_PISNO19269,,1686857656781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4826,,,stu_PISNO19269,,1686857658952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4827,,,stu_PISNO19269,,1686857669797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4828,,,stu_PISNO19269,,1686857683588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4829,,,stu_PISNO19269,,1686857698321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4830,,,stu_PISNO19269,,1686857702796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4831,,,stu_PISNO19269,,1686857704289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4832,,,stu_PISNO19269,,1686857708005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4833,,,stu_PISNO19269,,1686857710995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4834,,,stu_PISNO19269,,1686857712428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4835,,,stu_PISNO19269,,1686857717353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4836,,,stu_PISNO19269,,1686857717353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4837,,,stu_PISNO19269,,1686857717353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4838,,,stu_PISNO19269,,1686857717353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4839,,,stu_PISNO19269,,1686857718884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4840,,,stu_PISNO19269,,1686857723398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4841,,,stu_PISNO19269,,1686857726254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4842,,,stu_PISNO19269,,1686857882083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4843,,,stu_PISNO19269,,1686857886270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4844,,,stu_PISNO19269,,1686857893888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4845,,,stu_PISNO19269,,1686857897304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4846,,,stu_PISNO19269,,1686857899680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4847,,,stu_PISNO19269,,1686857902539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4848,,,stu_PISNO19269,,1686857904263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4849,,,stu_PISNO19269,,1686857911921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4850,,,stu_PISNO19269,,1686857913746,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4851,,,stu_PISNO19269,,1686857918422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4852,,,stu_PISNO19269,,1686857922289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4853,,,stu_PISNO19269,,1686857923848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4854,,,stu_PISNO19269,,1686857926767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4855,,,stu_PISNO19269,,1686857928253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4856,,,stu_PISNO19269,,1686857931867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4857,,,stu_PISNO19269,,1686857934001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4858,,,stu_PISNO19269,,1686857936327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4859,,,stu_PISNO19269,,1686857938941,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4860,,,stu_PISNO19269,,1686857941919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4861,,,stu_PISNO19269,,1686857944197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4862,,,stu_PISNO19269,,1686857946356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4863,,,stu_PISNO19269,,1686857957469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4864,,,stu_PISNO19269,,1686857961468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4865,,,stu_PISNO19269,,1686857961468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4866,,,stu_PISNO19269,,1686857961468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4867,,,stu_PISNO19269,,1686857961468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4868,,,stu_PISNO19269,,1686857963408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4869,,,stu_PISNO19269,,1686857966674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4870,,,stu_PISNO19269,,1686857969275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4871,,,stu_QBZGX42549,,1677643830753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4872,,,stu_QBZGX42549,,1677643836548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4873,,,stu_QBZGX42549,,1677643840851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4874,,,stu_QBZGX42549,,1677643843870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4875,,,stu_QBZGX42549,,1677643845522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4876,,,stu_QBZGX42549,,1677643847255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4877,,,stu_QBZGX42549,,1677643849997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4878,,,stu_QBZGX42549,,1677643851058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4879,,,stu_QBZGX42549,,1677643852998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4880,,,stu_QBZGX42549,,1677643854836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4881,,,stu_QBZGX42549,,1677643866580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4882,,,stu_QBZGX42549,,1677643868707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4883,,,stu_QBZGX42549,,1677643879620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4884,,,stu_QBZGX42549,,1677643882312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4885,,,stu_QBZGX42549,,1677643886328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4886,,,stu_QBZGX42549,,1677643889197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4887,,,stu_QBZGX42549,,1677643898641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4888,,,stu_QBZGX42549,,1677643900114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4889,,,stu_QBZGX42549,,1677643907968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4890,,,stu_QBZGX42549,,1677643910730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4891,,,stu_QBZGX42549,,1677643912128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4892,,,stu_QBZGX42549,,1677643914648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4893,,,stu_QBZGX42549,,1677643915641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4894,,,stu_QBZGX42549,,1677643919753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4895,,,stu_QBZGX42549,,1677643926323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4896,,,stu_QBZGX42549,,1677643460083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4897,,,stu_QBZGX42549,,1677643460226,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4898,,,stu_QBZGX42549,,1677643461761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4899,,,stu_QBZGX42549,,1677643468171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4900,,,stu_QBZGX42549,,1677643471575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4901,,,stu_QBZGX42549,,1677643474727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4902,,,stu_QBZGX42549,,1677643478672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4903,,,stu_QBZGX42549,,1677643487162,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4904,,,stu_QBZGX42549,,1677643492043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4905,,,stu_QBZGX42549,,1677643492747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4906,,,stu_QBZGX42549,,1677643494381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4907,,,stu_QBZGX42549,,1677643497457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4908,,,stu_QBZGX42549,,1677643498480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4909,,,stu_QBZGX42549,,1677643500798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4910,,,stu_QBZGX42549,,1677643505182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4911,,,stu_QBZGX42549,,1677643507299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4912,,,stu_QBZGX42549,,1677643510351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4913,,,stu_QBZGX42549,,1677643511908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4914,,,stu_QBZGX42549,,1677643524666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4915,,,stu_QBZGX42549,,1677643553735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4916,,,stu_QBZGX42549,,1677643555436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4917,,,stu_QBZGX42549,,1677643558651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4918,,,stu_QBZGX42549,,1677643565944,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4919,,,stu_QBZGX42549,,1677643574072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4920,,,stu_QBZGX42549,,1677643576248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4921,,,stu_QBZGX42549,,1677643576606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4922,,,stu_QBZGX42549,,1677643576613,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4923,,,stu_QBZGX42549,,1677643582632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4924,,,stu_QBZGX42549,,1677643586360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4925,,,stu_QBZGX42549,,1677643590346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4926,,,stu_QBZGX42549,,1677643592118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4927,,,stu_QBZGX42549,,1677643593132,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4928,,,stu_QBZGX42549,,1677643596597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4929,,,stu_QBZGX42549,,1677643600252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4930,,,stu_QBZGX42549,,1677643618958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4931,,,stu_QBZGX42549,,1677643620800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4932,,,stu_QBZGX42549,,1677643621925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4933,,,stu_QBZGX42549,,1677643625322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4934,,,stu_QBZGX42549,,1677643628748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4935,,,stu_QBZGX42549,,1677275164590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4936,,,stu_QBZGX42549,,1677275171522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4937,,,stu_QBZGX42549,,1677275176095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4938,,,stu_QBZGX42549,,1677275182841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4939,,,stu_QBZGX42549,,1677275186336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4940,,,stu_QBZGX42549,,1677275196935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4941,,,stu_QBZGX42549,,1677275199084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4942,,,stu_QBZGX42549,,1677275202369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4943,,,stu_QBZGX42549,,1677275203497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4944,,,stu_QBZGX42549,,1677275224075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4945,,,stu_QBZGX42549,,1677275226513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4946,,,stu_QBZGX42549,,1677275229741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4947,,,stu_QBZGX42549,,1677275232878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4948,,,stu_QBZGX42549,,1677275262441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4949,,,stu_QBZGX42549,,1677275284555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4950,,,stu_QBZGX42549,,1677275286396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4951,,,stu_QBZGX42549,,1677275298936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4952,,,stu_QBZGX42549,,1677275301467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4953,,,stu_QBZGX42549,,1677275302680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4954,,,stu_QBZGX42549,,1677275306113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4955,,,stu_QBZGX42549,,1677275310390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4956,,,stu_QBZGX42549,,1677275311982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4957,,,stu_QBZGX42549,,1677275313603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4958,,,stu_QBZGX42549,,1677275317629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4959,,,stu_QBZGX42549,,1677275320749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4960,,,stu_QBZGX42549,,1677275323262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4961,,,stu_QBZGX42549,,1677275326026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4962,,,stu_QBZGX42549,,1677275328814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4963,,,stu_QBZGX42549,,1677275338724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4964,,,stu_QBZGX42549,,1677275342051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4965,,,stu_QBZGX42549,,1677275342861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4966,,,stu_QBZGX42549,,1677275347883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4967,,,stu_QBZGX42549,,1677275350312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4968,,,stu_QBZGX42549,,1677275354110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4969,,,stu_QBZGX42549,,1677275356940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4970,,,stu_QBZGX42549,,1677813161642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4971,,,stu_QBZGX42549,,1677813161725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4972,,,stu_QBZGX42549,,1677813162900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4973,,,stu_QBZGX42549,,1677813170369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4974,,,stu_QBZGX42549,,1677813179234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4975,,,stu_QBZGX42549,,1677813181684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4976,,,stu_QBZGX42549,,1677813188296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4977,,,stu_QBZGX42549,,1677813192721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4978,,,stu_QBZGX42549,,1677813194814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4979,,,stu_QBZGX42549,,1677813197583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4980,,,stu_QBZGX42549,,1677813199333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4981,,,stu_QBZGX42549,,1677813202315,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4982,,,stu_QBZGX42549,,1677813204347,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4983,,,stu_QBZGX42549,,1677813465585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4984,,,stu_QBZGX42549,,1677813478225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4985,,,stu_QBZGX42549,,1677813480496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4986,,,stu_QBZGX42549,,1677813482422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4987,,,stu_QBZGX42549,,1677813483922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4988,,,stu_QBZGX42549,,1677813491469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4989,,,stu_QBZGX42549,,1677813492529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4990,,,stu_QBZGX42549,,1677813496500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4991,,,stu_QBZGX42549,,1677813500061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4992,,,stu_QBZGX42549,,1677813500622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4993,,,stu_QBZGX42549,,1677813505182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4994,,,stu_QBZGX42549,,1677813506212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4995,,,stu_QBZGX42549,,1677813509738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4996,,,stu_QBZGX42549,,1677813515035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-4997,,,stu_ACVFQ44420,,1681750966839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4998,,,stu_ACVFQ44420,,1681750976641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-4999,,,stu_ACVFQ44420,,1681750989687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5000,,,stu_ACVFQ44420,,1681750993742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5001,,,stu_ACVFQ44420,,1681750996343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5002,,,stu_ACVFQ44420,,1681751001737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5003,,,stu_ACVFQ44420,,1681751009259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5004,,,stu_ACVFQ44420,,1681751011607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5005,,,stu_ACVFQ44420,,1681751015087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5006,,,stu_ACVFQ44420,,1681751017709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5007,,,stu_ACVFQ44420,,1681751019580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5008,,,stu_ACVFQ44420,,1681751022550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5009,,,stu_ACVFQ44420,,1681751026011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5010,,,stu_ACVFQ44420,,1681751029340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5011,,,stu_ACVFQ44420,,1681751031251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5012,,,stu_ACVFQ44420,,1681751032570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5013,,,stu_ACVFQ44420,,1681751036291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5014,,,stu_ACVFQ44420,,1681751039566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5015,,,stu_ACVFQ44420,,1681751042120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5016,,,stu_ACVFQ44420,,1681751044061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5017,,,stu_ACVFQ44420,,1681751057692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5018,,,stu_ACVFQ44420,,1681751061256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5019,,,stu_ACVFQ44420,,1681751063972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5020,,,stu_ACVFQ44420,,1681751083003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5021,,,stu_ACVFQ44420,,1681751085139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5022,,,stu_ACVFQ44420,,1681751085163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5023,,,stu_ACVFQ44420,,1681751090035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5024,,,stu_ACVFQ44420,,1681751103348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5025,,,stu_ACVFQ44420,,1681836542957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5026,,,stu_ACVFQ44420,,1681836546113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5027,,,stu_ACVFQ44420,,1681836548001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5028,,,stu_ACVFQ44420,,1681836551396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5029,,,stu_ACVFQ44420,,1681836554124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5030,,,stu_ACVFQ44420,,1681836559072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5031,,,stu_ACVFQ44420,,1681836560086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5032,,,stu_ACVFQ44420,,1681836561875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5033,,,stu_ACVFQ44420,,1681836562638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5034,,,stu_ACVFQ44420,,1681836572640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5035,,,stu_ACVFQ44420,,1681836575321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5036,,,stu_ACVFQ44420,,1681836577310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5037,,,stu_ACVFQ44420,,1681836586405,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5038,,,stu_BQXHX25852,,1681405292849,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5039,,,stu_BQXHX25852,,1681405297114,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5040,,,stu_BQXHX25852,,1681405301705,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5041,,,stu_BQXHX25852,,1681405304538,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5042,,,stu_BQXHX25852,,1681405310014,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5043,,,stu_BQXHX25852,,1681405314502,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5044,,,stu_BQXHX25852,,1681405317039,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5045,,,stu_BQXHX25852,,1681405319910,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5046,,,stu_BQXHX25852,,1681405323221,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5047,,,stu_BQXHX25852,,1681405347704,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5048,,,stu_BQXHX25852,,1681405357736,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5049,,,stu_BQXHX25852,,1681405367645,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5050,,,stu_BQXHX25852,,1681405373695,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5051,,,stu_BQXHX25852,,1681403907919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5052,,,stu_BQXHX25852,,1681403908028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5053,,,stu_BQXHX25852,,1681403909825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5054,,,stu_BQXHX25852,,1681403913701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5055,,,stu_BQXHX25852,,1681403922947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5056,,,stu_BQXHX25852,,1681403929218,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5057,,,stu_BQXHX25852,,1681403932246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5058,,,stu_BQXHX25852,,1681403935632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5059,,,stu_BQXHX25852,,1681403967335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5060,,,stu_BQXHX25852,,1681403977269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5061,,,stu_BQXHX25852,,1681403979619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5062,,,stu_BQXHX25852,,1681404048391,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5063,,,stu_BQXHX25852,,1681404052786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5064,,,stu_BQXHX25852,,1681404106011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5065,,,stu_BQXHX25852,,1681404127491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5066,,,stu_BQXHX25852,,1681404130372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5067,,,stu_BQXHX25852,,1681404134075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5068,,,stu_BQXHX25852,,1681404141484,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5069,,,stu_FTSHO50310,,1683722585375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5070,,,stu_FTSHO50310,,1683722590752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5071,,,stu_FTSHO50310,,1683722597745,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5072,,,stu_FTSHO50310,,1683722599309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5073,,,stu_FTSHO50310,,1683722605505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5074,,,stu_FTSHO50310,,1683722608690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5075,,,stu_FTSHO50310,,1683722610715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5076,,,stu_FTSHO50310,,1683722613156,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5077,,,stu_FTSHO50310,,1683722614807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5078,,,stu_FTSHO50310,,1683722619277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5079,,,stu_FTSHO50310,,1683722626316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5080,,,stu_FTSHO50310,,1683722630695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5081,,,stu_KCMQF74194,,1681404634748,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5082,,,stu_KCMQF74194,,1681404640057,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5083,,,stu_KCMQF74194,,1681404715793,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5084,,,stu_KCMQF74194,,1681404721975,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5085,,,stu_KCMQF74194,,1681404730178,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5086,,,stu_KCMQF74194,,1681404731087,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5087,,,stu_KCMQF74194,,1681404735391,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5088,,,stu_KCMQF74194,,1681404737676,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5089,,,stu_KCMQF74194,,1681404739247,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5090,,,stu_KCMQF74194,,1681404754918,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5091,,,stu_KCMQF74194,,1681404756634,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5092,,,stu_KCMQF74194,,1681404759402,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5093,,,stu_KCMQF74194,,1681404762844,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5094,,,stu_KCMQF74194,,1681404763967,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5095,,,stu_KCMQF74194,,1681404767573,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5096,,,stu_KCMQF74194,,1681404769769,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5097,,,stu_KCMQF74194,,1681404771433,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5098,,,stu_KCMQF74194,,1681404772764,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5099,,,stu_KCMQF74194,,1681404776946,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5100,,,stu_KCMQF74194,,1681404781602,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5101,,,stu_KCMQF74194,,1681404783409,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5102,,,stu_KCMQF74194,,1681404784765,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5103,,,stu_KCMQF74194,,1681404789873,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5104,,,stu_KCMQF74194,,1681404793940,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5105,,,stu_KCMQF74194,,1681404797888,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5106,,,stu_KCMQF74194,,1681404800765,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5107,,,stu_KCMQF74194,,1681418581725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5108,,,stu_KCMQF74194,,1681418588778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5109,,,stu_KCMQF74194,,1681418588778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5110,,,stu_KCMQF74194,,1681418588778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5111,,,stu_KCMQF74194,,1681418588778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5112,,,stu_KCMQF74194,,1681418592442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5113,,,stu_KCMQF74194,,1681418594320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5114,,,stu_KCMQF74194,,1681418595665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5115,,,stu_KCMQF74194,,1681418595665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5116,,,stu_KCMQF74194,,1681418595665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5117,,,stu_KCMQF74194,,1681418595665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5118,,,stu_KCMQF74194,,1681418599223,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5119,,,stu_KCMQF74194,,1681418600999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5120,,,stu_KCMQF74194,,1681418602408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5121,,,stu_KCMQF74194,,1681418602408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5122,,,stu_KCMQF74194,,1681418602408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5123,,,stu_KCMQF74194,,1681418602408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5124,,,stu_KCMQF74194,,1681418606302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5125,,,stu_KCMQF74194,,1681418607733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5126,,,stu_KCMQF74194,,1681418611266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5127,,,stu_KCMQF74194,,1681418613068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5128,,,stu_KCMQF74194,,1681418650586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5129,,,stu_KCMQF74194,,1681418652741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5130,,,stu_KCMQF74194,,1681418656350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5131,,,stu_KCMQF74194,,1681418658383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5132,,,stu_KCMQF74194,,1681418659139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5133,,,stu_KCMQF74194,,1681418659870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5134,,,stu_KCMQF74194,,1681418662025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5135,,,stu_KCMQF74194,,1681418664480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5136,,,stu_KCMQF74194,,1681418668186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5137,,,stu_KCMQF74194,,1681418670449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5138,,,stu_KCMQF74194,,1681418672565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5139,,,stu_KCMQF74194,,1681418675022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5140,,,stu_KCMQF74194,,1681418678252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5141,,,stu_KCMQF74194,,1681418680033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5142,,,stu_KCMQF74194,,1681418681572,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5143,,,stu_KCMQF74194,,1681418683509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5144,,,stu_KCMQF74194,,1681418686749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5145,,,stu_KCMQF74194,,1681418689768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5146,,,stu_KCMQF74194,,1681418690960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5147,,,stu_KCMQF74194,,1681418696052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5148,,,stu_KCMQF74194,,1681418699359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5149,,,stu_KCMQF74194,,1681418700575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5150,,,stu_KCMQF74194,,1681418708107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5151,,,stu_KCMQF74194,,1681418712265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5152,,,stu_KCMQF74194,,1681418714214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5153,,,stu_KCMQF74194,,1681418717698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5154,,,stu_KCMQF74194,,1681418719050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5155,,,stu_KCMQF74194,,1681418721069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5156,,,stu_KCMQF74194,,1681418721069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5157,,,stu_KCMQF74194,,1681418721069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5158,,,stu_KCMQF74194,,1681418721069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5159,,,stu_KCMQF74194,,1681418723198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5160,,,stu_KCMQF74194,,1681418726463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5161,,,stu_KCMQF74194,,1681418728040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5162,,,stu_KCMQF74194,,1681418216041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5163,,,stu_KCMQF74194,,1681418216058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5164,,,stu_KCMQF74194,,1681418218619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5165,,,stu_KCMQF74194,,1681418218713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5166,,,stu_KCMQF74194,,1681418222705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5167,,,stu_KCMQF74194,,1681418385077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5168,,,stu_KCMQF74194,,1681418385077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5169,,,stu_KCMQF74194,,1681418385077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5170,,,stu_KCMQF74194,,1681418385077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5171,,,stu_KCMQF74194,,1681418388954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5172,,,stu_KCMQF74194,,1681418391024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5173,,,stu_KCMQF74194,,1681418392540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5174,,,stu_KCMQF74194,,1681418392540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5175,,,stu_KCMQF74194,,1681418392540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5176,,,stu_KCMQF74194,,1681418392540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5177,,,stu_KCMQF74194,,1681418398259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5178,,,stu_KCMQF74194,,1681418399735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5179,,,stu_KCMQF74194,,1681418401400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5180,,,stu_KCMQF74194,,1681418401400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5181,,,stu_KCMQF74194,,1681418401400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5182,,,stu_KCMQF74194,,1681418401400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5183,,,stu_KCMQF74194,,1681418406013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5184,,,stu_KCMQF74194,,1681418407847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5185,,,stu_KCMQF74194,,1681418409804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5186,,,stu_KCMQF74194,,1681418416460,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5187,,,stu_KCMQF74194,,1681418418514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5188,,,stu_KCMQF74194,,1681418422003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5189,,,stu_KCMQF74194,,1681418423781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5190,,,stu_KCMQF74194,,1681418425081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5191,,,stu_KCMQF74194,,1681418428429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5192,,,stu_KCMQF74194,,1681418435617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5193,,,stu_KCMQF74194,,1681418438905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5194,,,stu_KCMQF74194,,1681418441697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5195,,,stu_KCMQF74194,,1681418443836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5196,,,stu_KCMQF74194,,1681418449060,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5197,,,stu_KCMQF74194,,1681418452249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5198,,,stu_KCMQF74194,,1681418490980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5199,,,stu_KCMQF74194,,1681418492955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5200,,,stu_KCMQF74194,,1681418496164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5201,,,stu_KCMQF74194,,1681418498947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5202,,,stu_KCMQF74194,,1681418499581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5203,,,stu_KCMQF74194,,1681418501947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5204,,,stu_KCMQF74194,,1681418505832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5205,,,stu_KCMQF74194,,1681418514498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5206,,,stu_KCMQF74194,,1681418520402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5207,,,stu_KCMQF74194,,1681418522998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5208,,,stu_KCMQF74194,,1681418524483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5209,,,stu_KCMQF74194,,1681418528440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5210,,,stu_KCMQF74194,,1681418534868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5211,,,stu_KCMQF74194,,1681418537306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5212,,,stu_KCMQF74194,,1681418540190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5213,,,stu_KCMQF74194,,1681418543709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5214,,,stu_KCMQF74194,,1681418548807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5215,,,stu_KCMQF74194,,1681418736827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5216,,,stu_KCMQF74194,,1681418739012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5217,,,stu_KCMQF74194,,1681418739012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5218,,,stu_KCMQF74194,,1681418739012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5219,,,stu_KCMQF74194,,1681418739012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5220,,,stu_KCMQF74194,,1681418744120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5221,,,stu_KCMQF74194,,1681418751068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5222,,,stu_KCMQF74194,,1681418753274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5223,,,stu_KCMQF74194,,1681418753274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5224,,,stu_KCMQF74194,,1681418753274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5225,,,stu_KCMQF74194,,1681418753274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5226,,,stu_KCMQF74194,,1681418760483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5227,,,stu_KCMQF74194,,1681418763439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5228,,,stu_KCMQF74194,,1681418764753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5229,,,stu_KCMQF74194,,1681418767239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5230,,,stu_KCMQF74194,,1681418780539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5231,,,stu_KCMQF74194,,1681418781875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5232,,,stu_KCMQF74194,,1681418785203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5233,,,stu_KCMQF74194,,1681418786492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5234,,,stu_KCMQF74194,,1681418787145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5235,,,stu_KCMQF74194,,1681418793143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5236,,,stu_KCMQF74194,,1681418795992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5237,,,stu_KCMQF74194,,1681418815035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5238,,,stu_KCMQF74194,,1681418818565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5239,,,stu_KCMQF74194,,1681418821675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5240,,,stu_KCMQF74194,,1681418824151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5241,,,stu_KCMQF74194,,1681418825777,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5242,,,stu_KCMQF74194,,1681418828382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5243,,,stu_KCMQF74194,,1681418831564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5244,,,stu_KCMQF74194,,1681418833938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5245,,,stu_KCMQF74194,,1681418836148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5246,,,stu_KCMQF74194,,1681418838936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5247,,,stu_KCMQF74194,,1681418849894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5248,,,stu_KCMQF74194,,1681418864647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5249,,,stu_KCMQF74194,,1681418866155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5250,,,stu_KCMQF74194,,1681418869385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5251,,,stu_KCMQF74194,,1681418871643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5252,,,stu_KCMQF74194,,1681418875547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5253,,,stu_KCMQF74194,,1681418875547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5254,,,stu_KCMQF74194,,1681418875547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5255,,,stu_KCMQF74194,,1681418875547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5256,,,stu_KCMQF74194,,1681418880442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5257,,,stu_KCMQF74194,,1681418883634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5258,,,stu_KCMQF74194,,1681418886086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5259,,,stu_KCMQF74194,,1681405008406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5260,,,stu_KCMQF74194,,1681405008432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5261,,,stu_KCMQF74194,,1681405010818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5262,,,stu_KCMQF74194,,1681405014323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5263,,,stu_KCMQF74194,,1681405017165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5264,,,stu_KCMQF74194,,1681405022734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5265,,,stu_KCMQF74194,,1681405023354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5266,,,stu_KCMQF74194,,1681405025706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5267,,,stu_KCMQF74194,,1681405026852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5268,,,stu_KCMQF74194,,1681405073851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5269,,,stu_KCMQF74194,,1681405074715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5270,,,stu_KCMQF74194,,1681405083039,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5271,,,stu_KCMQF74194,,1681405086177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5272,,,stu_KCMQF74194,,1681405088758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5273,,,stu_KCMQF74194,,1681405090582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5274,,,stu_KCMQF74194,,1681405092488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5275,,,stu_KCMQF74194,,1681405095028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5276,,,stu_KCMQF74194,,1681405138001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5277,,,stu_KCMQF74194,,1681405139496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5278,,,stu_KCMQF74194,,1681405170758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5279,,,stu_KCMQF74194,,1681405170760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5280,,,stu_KCMQF74194,,1681405174877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5281,,,stu_KCMQF74194,,1681405178465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5282,,,stu_KCMQF74194,,1681405201207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5283,,,stu_KCMQF74194,,1681405215293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5284,,,stu_KCMQF74194,,1681405261488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5285,,,stu_KCMQF74194,,1681405264088,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5286,,,stu_KCMQF74194,,1681405267716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5287,,,stu_KCMQF74194,,1681405271397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5288,,,stu_KCMQF74194,,1681405273050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5289,,,stu_KCMQF74194,,1681405285881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5290,,,stu_KCMQF74194,,1681405287548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5291,,,stu_KCMQF74194,,1681405291519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5292,,,stu_KCMQF74194,,1681405294312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-5293,,,stu_KLBYB76598,,1681750599297,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5294,,,stu_KLBYB76598,,1681750601532,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5295,,,stu_KLBYB76598,,1681750606224,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5296,,,stu_KLBYB76598,,1681750609139,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5297,,,stu_KLBYB76598,,1681750613043,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5298,,,stu_KLBYB76598,,1681750614313,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5299,,,stu_KLBYB76598,,1681750614936,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5300,,,stu_KLBYB76598,,1681750626048,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5301,,,stu_KLBYB76598,,1681750627939,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5302,,,stu_KLBYB76598,,1681750632425,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5303,,,stu_KLBYB76598,,1681750634191,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5304,,,stu_KLBYB76598,,1681750638519,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5305,,,stu_KLBYB76598,,1681750639585,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5306,,,stu_KLBYB76598,,1681750719148,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5307,,,stu_KLBYB76598,,1681750723924,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5308,,,stu_KLBYB76598,,1681750739595,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5309,,,stu_KLBYB76598,,1681750817649,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5310,,,stu_KLBYB76598,,1681750825166,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5311,,,stu_KLBYB76598,,1681750831073,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5312,,,stu_KLBYB76598,,1681750924054,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5313,,,stu_KLBYB76598,,1681750924077,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5314,,,stu_KLBYB76598,,1681750927944,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5315,,,stu_KLBYB76598,,1681750927958,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5316,,,stu_KLBYB76598,,1681750931777,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5317,,,stu_KLBYB76598,,1681750936721,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5318,,,stu_KLBYB76598,,1681750303620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5319,,,stu_KLBYB76598,,1681750306826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5320,,,stu_KLBYB76598,,1681750312039,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5321,,,stu_KLBYB76598,,1681750313431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5322,,,stu_KLBYB76598,,1681750317533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5323,,,stu_KLBYB76598,,1681750319940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5324,,,stu_KLBYB76598,,1681750320842,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5325,,,stu_KLBYB76598,,1681750325145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5326,,,stu_KLBYB76598,,1681750343924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5327,,,stu_KLBYB76598,,1681750346454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5328,,,stu_KLBYB76598,,1681750348187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5329,,,stu_KLBYB76598,,1681750352438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5330,,,stu_KLBYB76598,,1681750355581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5331,,,stu_KLBYB76598,,1681750357856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5332,,,stu_KLBYB76598,,1681750359187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5333,,,stu_KLBYB76598,,1681750387820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5334,,,stu_KLBYB76598,,1681750393170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5335,,,stu_KLBYB76598,,1681750393885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5336,,,stu_KLBYB76598,,1681750398354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5337,,,stu_KLBYB76598,,1681750415725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5338,,,stu_KLBYB76598,,1681750418753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5339,,,stu_KLBYB76598,,1681750420155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5340,,,stu_KLBYB76598,,1681750423402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5341,,,stu_KLBYB76598,,1681750427000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5342,,,stu_KLBYB76598,,1681750430462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5343,,,stu_KLBYB76598,,1681750434675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5344,,,stu_KLBYB76598,,1681750437685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5345,,,stu_KLBYB76598,,1681750439685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5346,,,stu_KLBYB76598,,1681750440243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5347,,,stu_KLBYB76598,,1681750442473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5348,,,stu_KLBYB76598,,1681750445446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5349,,,stu_KLBYB76598,,1681750447452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5350,,,stu_KLBYB76598,,1681750450333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5351,,,stu_KLBYB76598,,1681750468027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5352,,,stu_KLBYB76598,,1681750470644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5353,,,stu_KLBYB76598,,1681750472214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5354,,,stu_KLBYB76598,,1681750475680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5355,,,stu_KLBYB76598,,1681750478531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5356,,,stu_KLBYB76598,,1681750479190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5357,,,stu_KLBYB76598,,1681750483879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5358,,,stu_KLBYB76598,,1681750483963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5359,,,stu_KLBYB76598,,1681750488230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5360,,,stu_KLBYB76598,,1681750514045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5361,,,stu_KLBYB76598,,1681750519362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5362,,,stu_KLBYB76598,,1681750525343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5363,,,stu_KLBYB76598,,1681750529560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5364,,,stu_KLBYB76598,,1681750532720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5365,,,stu_KLBYB76598,,1681750535762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5366,,,stu_KLBYB76598,,1681750541750,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5367,,,stu_KLBYB76598,,1681750544472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5368,,,stu_KLBYB76598,,1681750545901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5369,,,stu_KLBYB76598,,1681750548101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5370,,,stu_KLBYB76598,,1681750565621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5371,,,stu_KLBYB76598,,1681750567435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5372,,,stu_KLBYB76598,,1681750570897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5373,,,stu_KLBYB76598,,1681750571456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5374,,,stu_KLBYB76598,,1681750577406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5375,,,stu_KLBYB76598,,1681750580483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5376,,,stu_KLBYB76598,,1681750581798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5377,,,stu_KLBYB76598,,1681750584689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5378,,,stu_LCZWZ05655,,1681749951730,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5379,,,stu_LCZWZ05655,,1681749956940,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5380,,,stu_LCZWZ05655,,1681749962049,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5381,,,stu_LCZWZ05655,,1681749965692,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5382,,,stu_LCZWZ05655,,1681749968206,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5383,,,stu_LCZWZ05655,,1681749985502,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5384,,,stu_LCZWZ05655,,1681749986654,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5385,,,stu_LCZWZ05655,,1681749991760,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5386,,,stu_LCZWZ05655,,1681749992450,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5387,,,stu_LCZWZ05655,,1681749996250,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5388,,,stu_LCZWZ05655,,1681749997305,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5389,,,stu_LCZWZ05655,,1681750001958,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5390,,,stu_LCZWZ05655,,1681750003527,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5391,,,stu_LCZWZ05655,,1681750004916,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5392,,,stu_LCZWZ05655,,1681750016258,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5393,,,stu_LCZWZ05655,,1681750019548,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5394,,,stu_LCZWZ05655,,1681750020803,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5395,,,stu_LCZWZ05655,,1681750031644,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5396,,,stu_LCZWZ05655,,1681750035575,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5397,,,stu_LCZWZ05655,,1681750035577,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5398,,,stu_LCZWZ05655,,1681750040234,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5399,,,stu_LCZWZ05655,,1681750043357,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5400,,,stu_LCZWZ05655,,1681749340971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5401,,,stu_LCZWZ05655,,1681749345711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5402,,,stu_LCZWZ05655,,1681749348654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5403,,,stu_LCZWZ05655,,1681749351573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5404,,,stu_LCZWZ05655,,1681749355873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5405,,,stu_LCZWZ05655,,1681749357064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5406,,,stu_LCZWZ05655,,1681749369143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5407,,,stu_LCZWZ05655,,1681749370077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5408,,,stu_LCZWZ05655,,1681749371870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5409,,,stu_LCZWZ05655,,1681749382742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5410,,,stu_LCZWZ05655,,1681749383896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5411,,,stu_LCZWZ05655,,1681749387154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5412,,,stu_LCZWZ05655,,1681749388665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5413,,,stu_LCZWZ05655,,1681749394173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5414,,,stu_LCZWZ05655,,1681749397100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5415,,,stu_LCZWZ05655,,1681749407863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5416,,,stu_LCZWZ05655,,1681749409672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5417,,,stu_LCZWZ05655,,1681749413404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5418,,,stu_LCZWZ05655,,1681749419909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5419,,,stu_LCZWZ05655,,1681749419915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5420,,,stu_LCZWZ05655,,1681749424399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5421,,,stu_LCZWZ05655,,1681749428600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5422,,,stu_LCZWZ05655,,1681749623310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5423,,,stu_LCZWZ05655,,1681749625590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5424,,,stu_LCZWZ05655,,1681749631005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5425,,,stu_LCZWZ05655,,1681749636383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5426,,,stu_LCZWZ05655,,1681749637592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5427,,,stu_LCZWZ05655,,1681749641522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5428,,,stu_LCZWZ05655,,1681749642044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5429,,,stu_LCZWZ05655,,1681749646754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5430,,,stu_LCZWZ05655,,1681749648240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5431,,,stu_LCZWZ05655,,1681749650830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5432,,,stu_LCZWZ05655,,1681749651843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5433,,,stu_LCZWZ05655,,1681749656487,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5434,,,stu_LCZWZ05655,,1681749659146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5435,,,stu_LCZWZ05655,,1681749660574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5436,,,stu_LCZWZ05655,,1681749673549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5437,,,stu_LCZWZ05655,,1681749693804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5438,,,stu_LCZWZ05655,,1681749703707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5439,,,stu_LCZWZ05655,,1681749714544,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5440,,,stu_LCZWZ05655,,1681749715682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5441,,,stu_LCZWZ05655,,1681749727649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5442,,,stu_LCZWZ05655,,1681749727650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5443,,,stu_LCZWZ05655,,1681749731400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5444,,,stu_LCZWZ05655,,1681749735361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5445,,,stu_LCZWZ05655,,1681750062982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5446,,,stu_LCZWZ05655,,1681750066595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5447,,,stu_LCZWZ05655,,1681750106915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5448,,,stu_LCZWZ05655,,1681750110290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5449,,,stu_LCZWZ05655,,1681750114351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5450,,,stu_LCZWZ05655,,1681750115854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5451,,,stu_LCZWZ05655,,1681750118459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5452,,,stu_LCZWZ05655,,1681750119481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5453,,,stu_LCZWZ05655,,1681750126312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5454,,,stu_LCZWZ05655,,1681750127145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5455,,,stu_LCZWZ05655,,1681750128343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5456,,,stu_LCZWZ05655,,1681750129016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5457,,,stu_LCZWZ05655,,1681750144213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5458,,,stu_LCZWZ05655,,1681750149421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5459,,,stu_LCZWZ05655,,1681750155422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5460,,,stu_LCZWZ05655,,1681750161395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5461,,,stu_LCZWZ05655,,1681750163393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5462,,,stu_LCZWZ05655,,1681750170747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5463,,,stu_LCZWZ05655,,1681750177021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5464,,,stu_LWLEU40929,,1683213538999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5465,,,stu_LWLEU40929,,1683213541245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5466,,,stu_LWLEU40929,,1683213551801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5467,,,stu_LWLEU40929,,1683213554222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5468,,,stu_LWLEU40929,,1683213558293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5469,,,stu_LWLEU40929,,1683213564735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5470,,,stu_LWLEU40929,,1683213566864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5471,,,stu_LWLEU40929,,1683213585282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5472,,,stu_LWLEU40929,,1683213604997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5473,,,stu_LWLEU40929,,1683213615939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5474,,,stu_LWLEU40929,,1683213623463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5475,,,stu_LWLEU40929,,1683213706765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5476,,,stu_LWLEU40929,,1683213708907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5477,,,stu_LWLEU40929,,1683213712128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5478,,,stu_LWLEU40929,,1683213716735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5479,,,stu_LWLEU40929,,1683213719989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,2,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5480,,,stu_LWLEU40929,,1683213723634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5481,,,stu_LWLEU40929,,1683213725182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5482,,,stu_LWLEU40929,,1683213727561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5483,,,stu_LWLEU40929,,1683213728721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5484,,,stu_LWLEU40929,,1683213729687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5485,,,stu_LWLEU40929,,1683213733932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5486,,,stu_LWLEU40929,,1683213737207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5487,,,stu_LWLEU40929,,1683213126447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5488,,,stu_LWLEU40929,,1683213128496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5489,,,stu_LWLEU40929,,1683213132054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5490,,,stu_LWLEU40929,,1683213134065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5491,,,stu_LWLEU40929,,1683213136820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5492,,,stu_LWLEU40929,,1683213144219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5493,,,stu_LWLEU40929,,1683213145763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5494,,,stu_LWLEU40929,,1683213149736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5495,,,stu_LWLEU40929,,1683213151552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5496,,,stu_LWLEU40929,,1683213155847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5497,,,stu_LWLEU40929,,1683213160806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5498,,,stu_OWCVV13625,,1678384812600,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5499,,,stu_OWCVV13625,,1678384815810,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5500,,,stu_OWCVV13625,,1678384820908,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5501,,,stu_OWCVV13625,,1678384826159,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5502,,,stu_OWCVV13625,,1678384828234,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5503,,,stu_OWCVV13625,,1678384832621,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5504,,,stu_OWCVV13625,,1678384834173,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5505,,,stu_OWCVV13625,,1678384834190,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5506,,,stu_OWCVV13625,,1678384843833,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5507,,,stu_OWCVV13625,,1678384848688,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5508,,,stu_OWCVV13625,,1678384850395,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5509,,,stu_OWCVV13625,,1678384852844,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5510,,,stu_OWCVV13625,,1678384857588,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5511,,,stu_OWCVV13625,,1678384859585,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5512,,,stu_OWCVV13625,,1678384860760,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5513,,,stu_OWCVV13625,,1678384863341,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5514,,,stu_OWCVV13625,,1678384864410,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5515,,,stu_OWCVV13625,,1678384867864,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5516,,,stu_OWCVV13625,,1678384870684,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5517,,,stu_OWCVV13625,,1678384874871,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5518,,,stu_OWCVV13625,,1678384876709,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5519,,,stu_OWCVV13625,,1678384876725,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5520,,,stu_OWCVV13625,,1678384880754,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5521,,,stu_OWCVV13625,,1678384880761,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5522,,,stu_OWCVV13625,,1678384884775,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5523,,,stu_OWCVV13625,,1678384888298,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5524,,,stu_OWCVV13625,,1678384888371,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5525,,,stu_OWCVV13625,,1678384895352,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,8,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5526,,,stu_OWCVV13625,,1678384665161,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5527,,,stu_OWCVV13625,,1678384670461,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5528,,,stu_OWCVV13625,,1678384677829,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5529,,,stu_OWCVV13625,,1678384680672,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5530,,,stu_OWCVV13625,,1678384683119,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5531,,,stu_OWCVV13625,,1678384687844,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5532,,,stu_OWCVV13625,,1678384690352,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5533,,,stu_OWCVV13625,,1678384692743,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5534,,,stu_OWCVV13625,,1678384693854,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5535,,,stu_OWCVV13625,,1678384697799,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5536,,,stu_OWCVV13625,,1678384704891,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5537,,,stu_OWCVV13625,,1678384706077,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5538,,,stu_OWCVV13625,,1678384710295,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5539,,,stu_OWCVV13625,,1678384716603,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5540,,,stu_OWCVV13625,,1678384718113,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5541,,,stu_OWCVV13625,,1678384721870,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5542,,,stu_OWCVV13625,,1678384726681,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5543,,,stu_OWCVV13625,,1678384733010,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5544,,,stu_OWCVV13625,,1678384736785,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5545,,,stu_OWCVV13625,,1678384736791,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5546,,,stu_OWCVV13625,,1678384740060,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5547,,,stu_OWCVV13625,,1678384906118,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5548,,,stu_OWCVV13625,,1678384909886,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5549,,,stu_OWCVV13625,,1678384915247,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5550,,,stu_OWCVV13625,,1678384917972,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5551,,,stu_OWCVV13625,,1678384920319,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5552,,,stu_OWCVV13625,,1678384922303,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5553,,,stu_OWCVV13625,,1678384924904,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5554,,,stu_OWCVV13625,,1678384927307,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5555,,,stu_OWCVV13625,,1678384928294,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5556,,,stu_OWCVV13625,,1678384930087,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5557,,,stu_OWCVV13625,,1678384945546,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5558,,,stu_OWCVV13625,,1678384946943,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5559,,,stu_OWCVV13625,,1678384952556,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5560,,,stu_OWCVV13625,,1678384959253,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5561,,,stu_OWCVV13625,,1678384964186,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5562,,,stu_OWCVV13625,,1678384966835,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5563,,,stu_OWCVV13625,,1678383615583,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5564,,,stu_OWCVV13625,,1678383649895,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5565,,,stu_OWCVV13625,,1678383662660,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5566,,,stu_OWCVV13625,,1678383666497,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5567,,,stu_OWCVV13625,,1678383669300,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5568,,,stu_OWCVV13625,,1678383671234,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5569,,,stu_OWCVV13625,,1678383672739,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5570,,,stu_OWCVV13625,,1678383674522,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5571,,,stu_OWCVV13625,,1678383676782,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5572,,,stu_OWCVV13625,,1678383682519,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5573,,,stu_OWCVV13625,,1678383687093,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5574,,,stu_OWCVV13625,,1678383691499,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5575,,,stu_OWCVV13625,,1678383694234,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5576,,,stu_OWCVV13625,,1678383695680,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5577,,,stu_OWCVV13625,,1678383699292,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5578,,,stu_OWCVV13625,,1678383701467,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5579,,,stu_OWCVV13625,,1678383702995,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5580,,,stu_OWCVV13625,,1678383710552,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5581,,,stu_OWCVV13625,,1678383741776,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5582,,,stu_OWCVV13625,,1678383745191,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5583,,,stu_OWCVV13625,,1678383750117,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5584,,,stu_OWCVV13625,,1678383754094,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5585,,,stu_OWCVV13625,,1678383754121,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5586,,,stu_OWCVV13625,,1678383758414,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5587,,,stu_OWCVV13625,,1678383764512,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5588,,,stu_OWCVV13625,,1679416014196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5589,,,stu_OWCVV13625,,1679416017028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5590,,,stu_OWCVV13625,,1679416021575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5591,,,stu_OWCVV13625,,1679416022859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5592,,,stu_OWCVV13625,,1679416025102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5593,,,stu_OWCVV13625,,1679416027409,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5594,,,stu_OWCVV13625,,1679416028963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5595,,,stu_OWCVV13625,,1679416030929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5596,,,stu_OWCVV13625,,1679416032785,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5597,,,stu_OWCVV13625,,1679416047565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5598,,,stu_OWCVV13625,,1679416053882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5599,,,stu_OWCVV13625,,1679416058216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5600,,,stu_QAXEC01368,,1683651251775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5601,,,stu_QAXEC01368,,1683651254084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5602,,,stu_QAXEC01368,,1683651258106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5603,,,stu_QAXEC01368,,1683651260355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5604,,,stu_QAXEC01368,,1683651264736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5605,,,stu_QAXEC01368,,1683651267638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5606,,,stu_QAXEC01368,,1683651270749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5607,,,stu_QAXEC01368,,1683651273048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5608,,,stu_QAXEC01368,,1683651275324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5609,,,stu_QAXEC01368,,1683651277246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5610,,,stu_QAXEC01368,,1683651281849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5611,,,stu_QAXEC01368,,1683651287848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5612,,,stu_QAXEC01368,,1683651298228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5613,,,stu_QAXEC01368,,1683651305948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5614,,,stu_QAXEC01368,,1683651314176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5615,,,stu_QAXEC01368,,1683651343654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5616,,,stu_QAXEC01368,,1683651356985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5617,,,stu_QAXEC01368,,1683651358329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5618,,,stu_QAXEC01368,,1683651361730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5619,,,stu_QAXEC01368,,1683651364321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5620,,,stu_QPFJZ93427,,1681413784276,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5621,,,stu_QPFJZ93427,,1681413801383,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5622,,,stu_QPFJZ93427,,1681413808179,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5623,,,stu_QPFJZ93427,,1681413812248,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5624,,,stu_QPFJZ93427,,1681413815876,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5625,,,stu_QPFJZ93427,,1681413831495,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5626,,,stu_QPFJZ93427,,1681413833273,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5627,,,stu_QPFJZ93427,,1681413839805,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5628,,,stu_QPFJZ93427,,1681413852425,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5629,,,stu_QPFJZ93427,,1681413858974,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5630,,,stu_QPFJZ93427,,1681413869513,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5631,,,stu_QPFJZ93427,,1681413073668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5632,,,stu_QPFJZ93427,,1681413080092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5633,,,stu_QPFJZ93427,,1681413087009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5634,,,stu_QPFJZ93427,,1681413092535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5635,,,stu_QPFJZ93427,,1681413094993,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5636,,,stu_QPFJZ93427,,1681413097263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5637,,,stu_QPFJZ93427,,1681413105350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5638,,,stu_QPFJZ93427,,1681413106991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5639,,,stu_QPFJZ93427,,1681413108352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5640,,,stu_QPFJZ93427,,1681413113016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5641,,,stu_QPFJZ93427,,1681413133556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5642,,,stu_QPFJZ93427,,1681413139302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5643,,,stu_QPFJZ93427,,1681413139312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5644,,,stu_QPFJZ93427,,1681413143622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5645,,,stu_QPFJZ93427,,1681413148831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5646,,,stu_WKWSC09183,,1681416991271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5647,,,stu_WKWSC09183,,1681416994163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5648,,,stu_WKWSC09183,,1681416999439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5649,,,stu_WKWSC09183,,1681417001014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5650,,,stu_WKWSC09183,,1681417003982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5651,,,stu_WKWSC09183,,1681417005952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5652,,,stu_WKWSC09183,,1681417011659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5653,,,stu_WKWSC09183,,1681417013590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5654,,,stu_WKWSC09183,,1681417015016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5655,,,stu_WKWSC09183,,1681417018164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5656,,,stu_WKWSC09183,,1681417022618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5657,,,stu_WKWSC09183,,1681417293754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5658,,,stu_WKWSC09183,,1681417296127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5659,,,stu_WKWSC09183,,1681417301050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5660,,,stu_WKWSC09183,,1681417302716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5661,,,stu_WKWSC09183,,1681417305870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5662,,,stu_WKWSC09183,,1681417308197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5663,,,stu_WKWSC09183,,1681417309360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5664,,,stu_WKWSC09183,,1681417313052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5665,,,stu_WKWSC09183,,1681417316326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5666,,,stu_WKWSC09183,,1681417320933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-5667,,,stu_GXXXS63484,,1677864636008,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5668,,,stu_GXXXS63484,,1677864639009,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5669,,,stu_GXXXS63484,,1677864641961,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5670,,,stu_GXXXS63484,,1677864646387,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5671,,,stu_GXXXS63484,,1677864650546,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5672,,,stu_GXXXS63484,,1677864652657,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5673,,,stu_GXXXS63484,,1677864653613,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5674,,,stu_GXXXS63484,,1677864657732,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5675,,,stu_GXXXS63484,,1677864688070,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5676,,,stu_GXXXS63484,,1677864692220,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5677,,,stu_GXXXS63484,,1677864700507,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5678,,,stu_GXXXS63484,,1677864710559,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5679,,,stu_GXXXS63484,,1677864712022,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5680,,,stu_GXXXS63484,,1677864714872,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5681,,,stu_GXXXS63484,,1677864717633,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5682,,,stu_GXXXS63484,,1677864723427,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5683,,,stu_GXXXS63484,,1677864726464,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5684,,,stu_GXXXS63484,,1677864728922,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5685,,,stu_GXXXS63484,,1677864735134,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5686,,,stu_GXXXS63484,,1677864739001,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5687,,,stu_GXXXS63484,,1677864746372,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5688,,,stu_GXXXS63484,,1677864791973,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5689,,,stu_GXXXS63484,,1677864791978,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5690,,,stu_GXXXS63484,,1677864797241,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5691,,,stu_GXXXS63484,,1676568637860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5692,,,stu_GXXXS63484,,1676568645807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5693,,,stu_GXXXS63484,,1676568648966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5694,,,stu_GXXXS63484,,1676568651214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5695,,,stu_GXXXS63484,,1676568653427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5696,,,stu_GXXXS63484,,1676568655154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5697,,,stu_GXXXS63484,,1676568662819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5698,,,stu_GXXXS63484,,1676568664553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5699,,,stu_GXXXS63484,,1676568675740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5700,,,stu_GXXXS63484,,1676568678266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5701,,,stu_GXXXS63484,,1676568777119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5702,,,stu_GXXXS63484,,1676568780192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5703,,,stu_GXXXS63484,,1676568780196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5704,,,stu_GXXXS63484,,1676568790489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5705,,,stu_GXXXS63484,,1676568792816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5706,,,stu_GXXXS63484,,1676568799871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5707,,,stu_GXXXS63484,,1676568803987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5708,,,stu_GXXXS63484,,1676568809474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5709,,,stu_GXXXS63484,,1676568817564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5710,,,stu_GXXXS63484,,1676568820398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5711,,,stu_GXXXS63484,,1676568826196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5712,,,stu_GXXXS63484,,1676568831412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5713,,,stu_GXXXS63484,,1676568841384,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5714,,,stu_GXXXS63484,,1676568844729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5715,,,stu_GXXXS63484,,1676568849965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5716,,,stu_GXXXS63484,,1676568854508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5717,,,stu_GXXXS63484,,1676568860278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5718,,,stu_GXXXS63484,,1676568871406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5719,,,stu_GXXXS63484,,1676568881358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5720,,,stu_GXXXS63484,,1676568881375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5721,,,stu_GXXXS63484,,1676568889671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5722,,,stu_GXXXS63484,,1676568961418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5723,,,stu_GXXXS63484,,1678382222074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5724,,,stu_GXXXS63484,,1678382229766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5725,,,stu_GXXXS63484,,1678382232697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5726,,,stu_GXXXS63484,,1678382235929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5727,,,stu_GXXXS63484,,1678382238923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5728,,,stu_GXXXS63484,,1678382241181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5729,,,stu_GXXXS63484,,1678382242620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5730,,,stu_GXXXS63484,,1678382247904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5731,,,stu_GXXXS63484,,1678382250246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5732,,,stu_GXXXS63484,,1678382252983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5733,,,stu_GXXXS63484,,1678382256334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5734,,,stu_GXXXS63484,,1678382262563,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5735,,,stu_GXXXS63484,,1678382273964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5736,,,stu_GXXXS63484,,1678382276077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5737,,,stu_GXXXS63484,,1678382277334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5738,,,stu_GXXXS63484,,1678382282832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5739,,,stu_GXXXS63484,,1678382288286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5740,,,stu_GXXXS63484,,1678382298912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5741,,,stu_GXXXS63484,,1678382301803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5742,,,stu_GXXXS63484,,1678382378390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5743,,,stu_GXXXS63484,,1678382383458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5744,,,stu_GXXXS63484,,1678382383473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5745,,,stu_GXXXS63484,,1678382406757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5746,,,stu_GXXXS63484,,1678382419617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5747,,,stu_GXXXS63484,,1678382430527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5748,,,stu_GXXXS63484,,1678382430549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5749,,,stu_GXXXS63484,,1678382449785,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5750,,,stu_GXXXS63484,,1678382449803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5751,,,stu_GXXXS63484,,1678382494062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,8,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5752,,,stu_GXXXS63484,,1678382494081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5753,,,stu_GXXXS63484,,1678382515192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,9,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5754,,,stu_GXXXS63484,,1678382515198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5755,,,stu_GXXXS63484,,1678382520123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5756,,,stu_GXXXS63484,,1678382532585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,10,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5757,,,stu_SGNLI57249,,1677540309318,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5758,,,stu_SGNLI57249,,1677540314146,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5759,,,stu_SGNLI57249,,1677540320306,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5760,,,stu_SGNLI57249,,1677540322507,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5761,,,stu_SGNLI57249,,1677540325880,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5762,,,stu_SGNLI57249,,1677540353249,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5763,,,stu_SGNLI57249,,1677540355850,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5764,,,stu_SGNLI57249,,1677540358703,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5765,,,stu_SGNLI57249,,1677540360878,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5766,,,stu_SGNLI57249,,1677540363011,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5767,,,stu_SGNLI57249,,1677540364554,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5768,,,stu_SGNLI57249,,1677540377100,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5769,,,stu_SGNLI57249,,1677540406580,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5770,,,stu_SGNLI57249,,1677540410811,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5771,,,stu_SGNLI57249,,1677540413705,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5772,,,stu_SGNLI57249,,1677540417026,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5773,,,stu_SGNLI57249,,1677540420415,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5774,,,stu_SGNLI57249,,1677539877039,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5775,,,stu_SGNLI57249,,1677539879714,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5776,,,stu_SGNLI57249,,1677539883382,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5777,,,stu_SGNLI57249,,1677539889529,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5778,,,stu_SGNLI57249,,1677539892234,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5779,,,stu_SGNLI57249,,1677539894631,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5780,,,stu_SGNLI57249,,1677539898144,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5781,,,stu_SGNLI57249,,1677539901662,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5782,,,stu_SGNLI57249,,1677539956853,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5783,,,stu_SGNLI57249,,1677539981629,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5784,,,stu_SGNLI57249,,1677539981633,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5785,,,stu_SGNLI57249,,1677539984654,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5786,,,stu_SGNLI57249,,1677539984677,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5787,,,stu_SGNLI57249,,1677539989389,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5788,,,stu_SGNLI57249,,1677539995781,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5789,,,stu_SGNLI57249,,1677539998894,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5790,,,stu_SGNLI57249,,1677540001839,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5791,,,stu_SGNLI57249,,1677540005005,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5792,,,stu_SGNLI57249,,1677540028625,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5793,,,stu_SGNLI57249,,1677540031874,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5794,,,stu_SGNLI57249,,1677540031902,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5795,,,stu_SGNLI57249,,1677540036718,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5796,,,stu_SGNLI57249,,1677540043957,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5797,,,stu_SGNLI57249,,1677540061965,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5798,,,stu_SGNLI57249,,1677540065468,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5799,,,stu_SGNLI57249,,1677540067673,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5800,,,stu_SGNLI57249,,1677540069957,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5801,,,stu_SGNLI57249,,1677540073260,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5802,,,stu_SGNLI57249,,1677540100893,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5803,,,stu_SGNLI57249,,1677540105717,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5804,,,stu_SGNLI57249,,1677540110221,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5805,,,stu_SGNLI57249,,1677540112707,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5806,,,stu_SGNLI57249,,1677540116471,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5807,,,stu_SGNLI57249,,1677540122244,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5808,,,stu_SGNLI57249,,1677540124300,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5809,,,stu_SGNLI57249,,1677540141088,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5810,,,stu_SGNLI57249,,1677540142950,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5811,,,stu_SGNLI57249,,1677540146789,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5812,,,stu_SGNLI57249,,1677540151175,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5813,,,stu_SGNLI57249,,1677540157301,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5814,,,stu_SGNLI57249,,1677540160638,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5815,,,stu_SGNLI57249,,1677540163619,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5816,,,stu_SGNLI57249,,1677542100911,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5817,,,stu_SGNLI57249,,1677542103784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5818,,,stu_SGNLI57249,,1677542105404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5819,,,stu_SGNLI57249,,1677542107273,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5820,,,stu_SGNLI57249,,1677542109875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5821,,,stu_SGNLI57249,,1677542123464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5822,,,stu_SGNLI57249,,1677542128969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5823,,,stu_SGNLI57249,,1677542131585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5824,,,stu_SGNLI57249,,1677542131624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5825,,,stu_SGNLI57249,,1677542138076,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5826,,,stu_SGNLI57249,,1677542138092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5827,,,stu_SGNLI57249,,1677542142819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5828,,,stu_SGNLI57249,,1677542142876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5829,,,stu_SGNLI57249,,1677542147311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5830,,,stu_SGNLI57249,,1677542151073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5831,,,stu_SGNLI57249,,1677542152630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5832,,,stu_SGNLI57249,,1677542154422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5833,,,stu_SGNLI57249,,1677542167928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5834,,,stu_SGNLI57249,,1677538725154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5835,,,stu_SGNLI57249,,1677538725156,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5836,,,stu_SGNLI57249,,1677538728763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5837,,,stu_SGNLI57249,,1677538731880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5838,,,stu_SGNLI57249,,1677538737896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5839,,,stu_SGNLI57249,,1677538740941,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5840,,,stu_SGNLI57249,,1677538771434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5841,,,stu_SGNLI57249,,1677538777107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5842,,,stu_SGNLI57249,,1677538780758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5843,,,stu_SGNLI57249,,1677538783704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5844,,,stu_SGNLI57249,,1677538786347,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5845,,,stu_SGNLI57249,,1677538807636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5846,,,stu_SGNLI57249,,1677538858441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5847,,,stu_SGNLI57249,,1677538877289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5848,,,stu_SGNLI57249,,1677538903763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5849,,,stu_SGNLI57249,,1677538909676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5850,,,stu_SGNLI57249,,1677538912578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5851,,,stu_SGNLI57249,,1677538921943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5852,,,stu_SGNLI57249,,1677538921946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5853,,,stu_SGNLI57249,,1677538928266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5854,,,stu_SGNLI57249,,1677538931430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5855,,,stu_SGNLI57249,,1677541888860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5856,,,stu_SGNLI57249,,1677541893087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5857,,,stu_SGNLI57249,,1677541894705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5858,,,stu_SGNLI57249,,1677541897226,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5859,,,stu_SGNLI57249,,1677541899875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5860,,,stu_SGNLI57249,,1677542052721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5861,,,stu_SGNLI57249,,1677542056089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5862,,,stu_SGNLI57249,,1677542059157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5863,,,stu_SGNLI57249,,1677542062518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5864,,,stu_SGNLI57249,,1677542062557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5865,,,stu_SGNLI57249,,1677542065389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5866,,,stu_SGNLI57249,,1677542066907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5867,,,stu_SGNLI57249,,1677542069937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5868,,,stu_SGNLI57249,,1677542072809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5869,,,stu_SGNLI57249,,1677542074360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5870,,,stu_SGNLI57249,,1677542076630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5871,,,stu_SGNLI57249,,1677542080014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5872,,,stu_SGNLI57249,,1677542084783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5873,,,stu_SGNLI57249,,1677538948141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5874,,,stu_SGNLI57249,,1677538952324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5875,,,stu_SGNLI57249,,1677538955204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5876,,,stu_SGNLI57249,,1677538958302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5877,,,stu_SGNLI57249,,1677538961487,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5878,,,stu_SGNLI57249,,1677538963661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5879,,,stu_SGNLI57249,,1677538966396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5880,,,stu_SGNLI57249,,1677538970051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5881,,,stu_SGNLI57249,,1677538987704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5882,,,stu_SGNLI57249,,1677538992519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5883,,,stu_SGNLI57249,,1677538999441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5884,,,stu_SGNLI57249,,1677538999606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5885,,,stu_SGNLI57249,,1677539004376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5886,,,stu_SGNLI57249,,1677539004383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5887,,,stu_SGNLI57249,,1677539013397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5888,,,stu_SGNLI57249,,1677539016536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5889,,,stu_SGNLI57249,,1677539018815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5890,,,stu_SGNLI57249,,1677539094772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5891,,,stu_SGNLI57249,,1677539098861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5892,,,stu_SGNLI57249,,1677539103934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5893,,,stu_SGNLI57249,,1677539127566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5894,,,stu_SGNLI57249,,1677539127566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5895,,,stu_SGNLI57249,,1677539133227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5896,,,stu_SGNLI57249,,1677539136906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-5897,,,stu_SINCU11987,,1678393914376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5898,,,stu_SINCU11987,,1678393914382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5899,,,stu_SINCU11987,,1678393915898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5900,,,stu_SINCU11987,,1678393923269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5901,,,stu_SINCU11987,,1678393927730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5902,,,stu_SINCU11987,,1678393932390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5903,,,stu_SINCU11987,,1678393939963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5904,,,stu_SINCU11987,,1678393951180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5905,,,stu_SINCU11987,,1678393952794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5906,,,stu_SINCU11987,,1678393958188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5907,,,stu_SINCU11987,,1678393960213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5908,,,stu_SINCU11987,,1678393963126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5909,,,stu_SINCU11987,,1678393963128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5910,,,stu_SINCU11987,,1678393967510,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5911,,,stu_SINCU11987,,1678393970141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5912,,,stu_SINCU11987,,1678393971818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5913,,,stu_SINCU11987,,1678393984505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5914,,,stu_SINCU11987,,1678393987114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5915,,,stu_SINCU11987,,1678393994247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5916,,,stu_SINCU11987,,1678393999108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5917,,,stu_SINCU11987,,1678394002322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5918,,,stu_SINCU11987,,1678394031769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5919,,,stu_SINCU11987,,1678394035514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5920,,,stu_SINCU11987,,1678394038157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5921,,,stu_SINCU11987,,1678394041113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5922,,,stu_SINCU11987,,1678394044136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5923,,,stu_SINCU11987,,1678394048896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5924,,,stu_SINCU11987,,1678394050622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5925,,,stu_SINCU11987,,1678394055120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5926,,,stu_SINCU11987,,1678394060157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5927,,,stu_SINCU11987,,1678395247890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5928,,,stu_SINCU11987,,1678395252125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5929,,,stu_SINCU11987,,1678395282986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5930,,,stu_SINCU11987,,1678395287101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5931,,,stu_SINCU11987,,1678395291021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5932,,,stu_SINCU11987,,1678395293571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5933,,,stu_SINCU11987,,1678395349077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5934,,,stu_SINCU11987,,1678395353247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5935,,,stu_SINCU11987,,1678395356628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5936,,,stu_SINCU11987,,1678395356680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5937,,,stu_SINCU11987,,1678395361535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5938,,,stu_SINCU11987,,1678395364892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5939,,,stu_SINCU11987,,1678395370849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5940,,,stu_SINCU11987,,1678395418876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5941,,,stu_SINCU11987,,1678395424355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5942,,,stu_SINCU11987,,1678395425600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5943,,,stu_SINCU11987,,1678395428726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5944,,,stu_SINCU11987,,1678395434488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5945,,,stu_SINCU11987,,1678395439195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5946,,,stu_SINCU11987,,1678395447536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5947,,,stu_SINCU11987,,1678395451738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5948,,,stu_SINCU11987,,1678395482939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5949,,,stu_SINCU11987,,1678395502314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5950,,,stu_SINCU11987,,1678395510459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5951,,,stu_SINCU11987,,1678395510490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5952,,,stu_SINCU11987,,1678395530112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5953,,,stu_SINCU11987,,1678395535716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5954,,,stu_SINCU11987,,1678394073890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5955,,,stu_SINCU11987,,1678394078986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5956,,,stu_SINCU11987,,1678394192653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5957,,,stu_SINCU11987,,1678394196168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5958,,,stu_SINCU11987,,1678394198757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5959,,,stu_SINCU11987,,1678394201092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5960,,,stu_SINCU11987,,1678394207092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5961,,,stu_SINCU11987,,1678394208740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5962,,,stu_SINCU11987,,1678394215286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5963,,,stu_SINCU11987,,1678394218328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5964,,,stu_SINCU11987,,1678394223220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5965,,,stu_SINCU11987,,1678394226432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5966,,,stu_SINCU11987,,1678394228294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5967,,,stu_SINCU11987,,1678394237188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5968,,,stu_SINCU11987,,1678394240330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5969,,,stu_SINCU11987,,1678394245635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5970,,,stu_SINCU11987,,1678394248700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5971,,,stu_SINCU11987,,1678394252203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5972,,,stu_SINCU11987,,1678394272467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5973,,,stu_SINCU11987,,1678394277370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5974,,,stu_SINCU11987,,1678394280948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5975,,,stu_SINCU11987,,1678394283085,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5976,,,stu_SINCU11987,,1678394285125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5977,,,stu_SINCU11987,,1678394296199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5978,,,stu_SINCU11987,,1678394296201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5979,,,stu_SINCU11987,,1678394302313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5980,,,stu_SINCU11987,,1678394307244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-5981,,,stu_VCSEI61128,,1667872693122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5982,,,stu_VCSEI61128,,1667872698917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5983,,,stu_VCSEI61128,,1667872704219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5984,,,stu_VCSEI61128,,1667872707578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5985,,,stu_VCSEI61128,,1667872710659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5986,,,stu_VCSEI61128,,1667872723827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5987,,,stu_VCSEI61128,,1667872725505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5988,,,stu_VCSEI61128,,1667872735695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5989,,,stu_VCSEI61128,,1667872781550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5990,,,stu_VCSEI61128,,1667872787991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5991,,,stu_VCSEI61128,,1667872794274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5992,,,stu_VCSEI61128,,1667872799155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5993,,,stu_VCSEI61128,,1667872808124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5994,,,stu_VCSEI61128,,1667872833185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5995,,,stu_VCSEI61128,,1667872837262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5996,,,stu_VCSEI61128,,1667872847276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5997,,,stu_VCSEI61128,,1667872857920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5998,,,stu_VCSEI61128,,1667872867279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-5999,,,stu_VCSEI61128,,1667872874122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6000,,,stu_VCSEI61128,,1667872880404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6001,,,stu_VCSEI61128,,1667872919925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6002,,,stu_VCSEI61128,,1667874630810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6003,,,stu_VCSEI61128,,1667874638665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6004,,,stu_VCSEI61128,,1667874640674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6005,,,stu_VCSEI61128,,1667874647571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6006,,,stu_VCSEI61128,,1667874652208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6007,,,stu_VCSEI61128,,1667874654036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6008,,,stu_VCSEI61128,,1667874659767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6009,,,stu_VCSEI61128,,1667874661776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6010,,,stu_VCSEI61128,,1667874675084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6011,,,stu_VCSEI61128,,1667874682326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6012,,,stu_VCSEI61128,,1667874684305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6013,,,stu_VCSEI61128,,1667874689637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6014,,,stu_VCSEI61128,,1667874692775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6015,,,stu_VCSEI61128,,1667874694611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6016,,,stu_VCSEI61128,,1667874714689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6017,,,stu_VCSEI61128,,1667874722522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6018,,,stu_VCSEI61128,,1667874725675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6019,,,stu_VCSEI61128,,1667874733034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6020,,,stu_VCSEI61128,,1667874776128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6021,,,stu_VCSEI61128,,1667869346119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6022,,,stu_VCSEI61128,,1667869356567,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6023,,,stu_VCSEI61128,,1667869375722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6024,,,stu_VCSEI61128,,1667869379693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6025,,,stu_VCSEI61128,,1667869395004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6026,,,stu_VCSEI61128,,1667869402233,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6027,,,stu_VCSEI61128,,1667869436520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6028,,,stu_VCSEI61128,,1667869448659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6029,,,stu_VCSEI61128,,1667869484157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6030,,,stu_VCSEI61128,,1667869496076,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6031,,,stu_VCSEI61128,,1667869502504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6032,,,stu_VCSEI61128,,1667869521289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6033,,,stu_VCSEI61128,,1667869527463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6034,,,stu_VCSEI61128,,1667869532471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6035,,,stu_VCSEI61128,,1667869536857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6036,,,stu_VCSEI61128,,1667869541495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6037,,,stu_VCSEI61128,,1667869546143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6038,,,stu_VCSEI61128,,1667869560249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6039,,,stu_VCSEI61128,,1667869567902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6040,,,stu_VCSEI61128,,1667869567933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6041,,,stu_VCSEI61128,,1667869575719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6042,,,stu_VCSEI61128,,1667869575744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6043,,,stu_VCSEI61128,,1667869585609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,6,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6044,,,stu_VCSEI61128,,1667869595045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6045,,,stu_VCSEI61128,,1667869599514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6046,,,stu_VCSEI61128,,1667869606782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6047,,,stu_VCSEI61128,,1667869606822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6048,,,stu_VCSEI61128,,1667869623196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6049,,,stu_VCSEI61128,,1667869623220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6050,,,stu_VCSEI61128,,1667869633155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6051,,,stu_VCSEI61128,,1667869662181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6052,,,stu_VCSEI61128,,1667869686784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6053,,,stu_VCSEI61128,,1667869700275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6054,,,stu_VCSEI61128,,1667869710985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6055,,,stu_VCSEI61128,,1667869721062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6056,,,stu_VCSEI61128,,1667869726893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6057,,,stu_VCSEI61128,,1667869741683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6058,,,stu_VCSEI61128,,1667869754368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6059,,,stu_VCSEI61128,,1667869811291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6060,,,stu_VCSEI61128,,1667869811307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6061,,,stu_VCSEI61128,,1667869846447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-6062,,,stu_DNLMR19119,,1683567328065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6063,,,stu_DNLMR19119,,1683567328070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6064,,,stu_DNLMR19119,,1683567329833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6065,,,stu_DNLMR19119,,1683567333606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6066,,,stu_DNLMR19119,,1683567335272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6067,,,stu_DNLMR19119,,1683567336262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6068,,,stu_DNLMR19119,,1683567337516,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6069,,,stu_DNLMR19119,,1683567339075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6070,,,stu_DNLMR19119,,1683567342201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6071,,,stu_DNLMR19119,,1683567344271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6072,,,stu_DNLMR19119,,1683567364318,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6073,,,stu_DNLMR19119,,1683567364913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6074,,,stu_DNLMR19119,,1683567380672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6075,,,stu_DNLMR19119,,1683567397840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6076,,,stu_DNLMR19119,,1683567413611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6077,,,stu_DNLMR19119,,1683567414327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6078,,,stu_DNLMR19119,,1683567420143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6079,,,stu_DNLMR19119,,1683567422552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6080,,,stu_DNLMR19119,,1683567428640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6081,,,stu_DNLMR19119,,1683567431010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6082,,,stu_DNLMR19119,,1683567237535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6083,,,stu_DNLMR19119,,1683567237539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6084,,,stu_DNLMR19119,,1683567240768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6085,,,stu_DNLMR19119,,1683567244917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6086,,,stu_DNLMR19119,,1683567246903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6087,,,stu_DNLMR19119,,1683567247861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6088,,,stu_DNLMR19119,,1683567248804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6089,,,stu_DNLMR19119,,1683567249938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6090,,,stu_DNLMR19119,,1683567251991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6091,,,stu_DNLMR19119,,1683567253486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6092,,,stu_DNLMR19119,,1683567266941,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6093,,,stu_DNLMR19119,,1683567267481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6094,,,stu_DNLMR19119,,1683567270251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6095,,,stu_DNLMR19119,,1683567277438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6096,,,stu_DNLMR19119,,1683567288318,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6097,,,stu_DNLMR19119,,1683567293726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6098,,,stu_DNLMR19119,,1683567298126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6099,,,stu_DNLMR19119,,1683567312261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6100,,,stu_DNLMR19119,,1683567315357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6101,,,stu_DNLMR19119,,1683567318383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6102,,,stu_EEDBB32774,,1670858547948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6103,,,stu_EEDBB32774,,1670858547992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6104,,,stu_EEDBB32774,,1670858550386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6105,,,stu_EEDBB32774,,1670858554862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6106,,,stu_EEDBB32774,,1670858560525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6107,,,stu_EEDBB32774,,1670858563162,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6108,,,stu_EEDBB32774,,1670858565939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6109,,,stu_EEDBB32774,,1670858568620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6110,,,stu_EEDBB32774,,1670858572096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6111,,,stu_EEDBB32774,,1670858573334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6112,,,stu_EEDBB32774,,1670858576801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6113,,,stu_EEDBB32774,,1670858578499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6114,,,stu_EEDBB32774,,1670858589271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6115,,,stu_EEDBB32774,,1670858594110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6116,,,stu_EEDBB32774,,1670858597757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6117,,,stu_EEDBB32774,,1670858600956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6118,,,stu_EEDBB32774,,1670858604494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6119,,,stu_EEDBB32774,,1670858619803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6120,,,stu_EEDBB32774,,1670858621478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6121,,,stu_EEDBB32774,,1670858626956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6122,,,stu_EEDBB32774,,1670858630309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6123,,,stu_EEDBB32774,,1670858649949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6124,,,stu_EEDBB32774,,1670858649988,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6125,,,stu_EEDBB32774,,1670858651457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6126,,,stu_EEDBB32774,,1670858658366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6127,,,stu_EEDBB32774,,1670858665676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6128,,,stu_EEDBB32774,,1670858667714,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6129,,,stu_EEDBB32774,,1670858671817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6130,,,stu_EEDBB32774,,1670858675783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6131,,,stu_EEDBB32774,,1670858677203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6132,,,stu_EEDBB32774,,1670858679320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6133,,,stu_EEDBB32774,,1670858681561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6134,,,stu_EEDBB32774,,1670858690113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6135,,,stu_EEDBB32774,,1670858694810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6136,,,stu_EEDBB32774,,1670858700826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6137,,,stu_EEDBB32774,,1670858703216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6138,,,stu_EEDBB32774,,1670858714339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6139,,,stu_EEDBB32774,,1670858719133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6140,,,stu_EEDBB32774,,1670858721244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6141,,,stu_EEDBB32774,,1670858725185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6142,,,stu_EEDBB32774,,1670858730135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-6143,,,stu_GTKSO68152,,1679075093382,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6144,,,stu_GTKSO68152,,1679075098825,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6145,,,stu_GTKSO68152,,1679075105521,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6146,,,stu_GTKSO68152,,1679075109604,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6147,,,stu_GTKSO68152,,1679075113929,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6148,,,stu_GTKSO68152,,1679075135754,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6149,,,stu_GTKSO68152,,1679075244722,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6150,,,stu_GTKSO68152,,1679075250506,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6151,,,stu_GTKSO68152,,1679075261289,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6152,,,stu_GTKSO68152,,1679075280248,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6153,,,stu_GTKSO68152,,1679075281821,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6154,,,stu_GTKSO68152,,1679075284902,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6155,,,stu_GTKSO68152,,1679075286347,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6156,,,stu_GTKSO68152,,1679075302982,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6157,,,stu_GTKSO68152,,1679075329070,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6158,,,stu_GTKSO68152,,1679075331076,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6159,,,stu_GTKSO68152,,1679075343158,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6160,,,stu_GTKSO68152,,1679075345172,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6161,,,stu_GTKSO68152,,1679075465226,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6162,,,stu_GTKSO68152,,1679075469758,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6163,,,stu_GTKSO68152,,1679075471751,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6164,,,stu_GTKSO68152,,1679075475220,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6165,,,stu_GTKSO68152,,1679075477412,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6166,,,stu_GTKSO68152,,1679336009687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6167,,,stu_GTKSO68152,,1679336013660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6168,,,stu_GTKSO68152,,1679336016315,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6169,,,stu_GTKSO68152,,1679336021532,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6170,,,stu_GTKSO68152,,1679336023929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6171,,,stu_GTKSO68152,,1679336025372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6172,,,stu_GTKSO68152,,1679336026186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6173,,,stu_GTKSO68152,,1679336029243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6174,,,stu_GTKSO68152,,1679336033453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6175,,,stu_GTKSO68152,,1679336242001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6176,,,stu_GTKSO68152,,1679074572336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6177,,,stu_GTKSO68152,,1679074572344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6178,,,stu_GTKSO68152,,1679074575472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6179,,,stu_GTKSO68152,,1679074722636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6180,,,stu_GTKSO68152,,1679074727351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6181,,,stu_GTKSO68152,,1679074729753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6182,,,stu_GTKSO68152,,1679074732999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6183,,,stu_GTKSO68152,,1679074737413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6184,,,stu_GTKSO68152,,1679074741666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6185,,,stu_GTKSO68152,,1679074751474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6186,,,stu_GTKSO68152,,1679074753564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6187,,,stu_GTKSO68152,,1679074759389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6188,,,stu_GTKSO68152,,1679074762010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6189,,,stu_GTKSO68152,,1679074764728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6190,,,stu_GTKSO68152,,1679074771227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6191,,,stu_GTKSO68152,,1679074774698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6192,,,stu_GTKSO68152,,1679074777791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6193,,,stu_GTKSO68152,,1679074782581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6194,,,stu_GTKSO68152,,1679074784925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6195,,,stu_GTKSO68152,,1679074848974,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6196,,,stu_GTKSO68152,,1679074865168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6197,,,stu_GTKSO68152,,1679074867800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6198,,,stu_GTKSO68152,,1679074956057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6199,,,stu_GTKSO68152,,1679074966347,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6200,,,stu_GTKSO68152,,1679074981957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6201,,,stu_GTKSO68152,,1679074985092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6202,,,stu_GTKSO68152,,1679074989531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6203,,,stu_GTKSO68152,,1679074993359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6204,,,stu_GTKSO68152,,1679335377744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6205,,,stu_GTKSO68152,,1679335380128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6206,,,stu_GTKSO68152,,1679335384332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6207,,,stu_GTKSO68152,,1679335385498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6208,,,stu_GTKSO68152,,1679335387978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6209,,,stu_GTKSO68152,,1679335390706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6210,,,stu_GTKSO68152,,1679335394668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6211,,,stu_GTKSO68152,,1679335396664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6212,,,stu_GTKSO68152,,1679335399902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6213,,,stu_GTKSO68152,,1679335403842,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6214,,,stu_GTKSO68152,,1679335343067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6215,,,stu_GTKSO68152,,1679335345752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6216,,,stu_GTKSO68152,,1679335350099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6217,,,stu_GTKSO68152,,1679335352067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6218,,,stu_GTKSO68152,,1679335354831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6219,,,stu_GTKSO68152,,1679335357552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6220,,,stu_GTKSO68152,,1679335359110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6221,,,stu_GTKSO68152,,1679335360187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6222,,,stu_GTKSO68152,,1679335363481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6223,,,stu_GTKSO68152,,1679335366208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-6224,,,stu_NBYDC54963,,1677127563560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6225,,,stu_NBYDC54963,,1677127566697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6226,,,stu_NBYDC54963,,1677127569729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6227,,,stu_NBYDC54963,,1677127573199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6228,,,stu_NBYDC54963,,1677127578117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6229,,,stu_NBYDC54963,,1677127589091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6230,,,stu_NBYDC54963,,1677127593888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6231,,,stu_NBYDC54963,,1677127595273,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6232,,,stu_NBYDC54963,,1677127595297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6233,,,stu_NBYDC54963,,1677127598947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6234,,,stu_NBYDC54963,,1677127601594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6235,,,stu_NBYDC54963,,1677127603270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6236,,,stu_NBYDC54963,,1677127652457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6237,,,stu_NBYDC54963,,1677127654752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6238,,,stu_NBYDC54963,,1677127658261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6239,,,stu_NBYDC54963,,1677127659319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6240,,,stu_NBYDC54963,,1677127663447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6241,,,stu_NBYDC54963,,1677127665251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6242,,,stu_NBYDC54963,,1677127668629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6243,,,stu_NBYDC54963,,1677127673513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6244,,,stu_NBYDC54963,,1677127677439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6245,,,stu_NBYDC54963,,1677127679831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6246,,,stu_NBYDC54963,,1677127683216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6247,,,stu_NBYDC54963,,1677127711446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6248,,,stu_NBYDC54963,,1677127715702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6249,,,stu_NBYDC54963,,1677127717784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6250,,,stu_NBYDC54963,,1677127731071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6251,,,stu_NBYDC54963,,1677127732036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6252,,,stu_NBYDC54963,,1677127736503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6253,,,stu_NBYDC54963,,1677127738422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6254,,,stu_NBYDC54963,,1677127741875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6255,,,stu_NBYDC54963,,1677127766861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-6256,,,stu_JQBKD32872,,1676389757666,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6257,,,stu_JQBKD32872,,1676389762269,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6258,,,stu_JQBKD32872,,1676389765165,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6259,,,stu_JQBKD32872,,1676389769398,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6260,,,stu_JQBKD32872,,1676389837962,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6261,,,stu_JQBKD32872,,1676389843814,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6262,,,stu_JQBKD32872,,1676389847480,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6263,,,stu_JQBKD32872,,1676389850223,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6264,,,stu_JQBKD32872,,1676389860257,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6265,,,stu_JQBKD32872,,1676389863709,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6266,,,stu_JQBKD32872,,1676389870699,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6267,,,stu_JQBKD32872,,1676389877158,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6268,,,stu_JQBKD32872,,1676389882081,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6269,,,stu_JQBKD32872,,1676389885755,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6270,,,stu_JQBKD32872,,1676389888399,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6271,,,stu_JQBKD32872,,1676389894081,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6272,,,stu_JQBKD32872,,1676389897895,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6273,,,stu_JQBKD32872,,1676389898856,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6274,,,stu_JQBKD32872,,1676389903447,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6275,,,stu_JQBKD32872,,1676389903529,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6276,,,stu_JQBKD32872,,1676389909468,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6277,,,stu_JQBKD32872,,1676389911124,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6278,,,stu_JQBKD32872,,1676389916328,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6279,,,stu_JQBKD32872,,1676389919913,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6280,,,stu_JQBKD32872,,1676389923771,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6281,,,stu_JQBKD32872,,1676389926159,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6282,,,stu_JQBKD32872,,1676389929824,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6283,,,stu_JQBKD32872,,1676389932304,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6284,,,stu_JQBKD32872,,1676478343813,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6285,,,stu_JQBKD32872,,1676478347474,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6286,,,stu_JQBKD32872,,1676478351274,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6287,,,stu_JQBKD32872,,1676478390746,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6288,,,stu_JQBKD32872,,1676478394962,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6289,,,stu_JQBKD32872,,1676478397645,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6290,,,stu_JQBKD32872,,1676478398849,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6291,,,stu_JQBKD32872,,1676478400768,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6292,,,stu_JQBKD32872,,1676478407109,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6293,,,stu_JQBKD32872,,1676478409023,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6294,,,stu_JQBKD32872,,1676478410764,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6295,,,stu_JQBKD32872,,1676478414228,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6296,,,stu_JQBKD32872,,1676478417407,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6297,,,stu_JQBKD32872,,1676478419044,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6298,,,stu_JQBKD32872,,1676478426144,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6299,,,stu_JQBKD32872,,1676478434384,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6300,,,stu_JQBKD32872,,1676478435900,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6301,,,stu_JQBKD32872,,1676478439820,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6302,,,stu_JQBKD32872,,1676478442268,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6303,,,stu_JQBKD32872,,1676478457332,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6304,,,stu_JQBKD32872,,1676478460004,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6305,,,stu_JQBKD32872,,1676478500694,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6306,,,stu_JQBKD32872,,1676478503119,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6307,,,stu_JQBKD32872,,1676478505780,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6308,,,stu_JQBKD32872,,1676478507181,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6309,,,stu_JQBKD32872,,1676478513822,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6310,,,stu_JQBKD32872,,1676478517710,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6311,,,stu_JQBKD32872,,1676478524898,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6312,,,stu_JQBKD32872,,1676478525539,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6313,,,stu_JQBKD32872,,1676478527714,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6314,,,stu_JQBKD32872,,1676478531162,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6315,,,stu_JQBKD32872,,1676478534563,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6316,,,stu_JQBKD32872,,1676478537958,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6317,,,stu_JQBKD32872,,1676478537978,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6318,,,stu_JQBKD32872,,1676478541740,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6319,,,stu_JQBKD32872,,1676478544995,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6320,,,stu_JQBKD32872,,1676478571110,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6321,,,stu_JQBKD32872,,1676478575576,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6322,,,stu_JQBKD32872,,1676478582266,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6323,,,stu_JQBKD32872,,1676478586120,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6324,,,stu_JQBKD32872,,1676478591255,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6325,,,stu_JQBKD32872,,1676478593056,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6326,,,stu_JQBKD32872,,1676478600767,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6327,,,stu_JQBKD32872,,1676478606043,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6328,,,stu_JQBKD32872,,1676478607772,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6329,,,stu_JQBKD32872,,1676478611114,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6330,,,stu_JQBKD32872,,1676478613575,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6331,,,stu_JQBKD32872,,1676998312116,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6332,,,stu_JQBKD32872,,1676998312185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6333,,,stu_JQBKD32872,,1676998314682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6334,,,stu_JQBKD32872,,1676998318591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6335,,,stu_JQBKD32872,,1676998321571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6336,,,stu_JQBKD32872,,1676998324303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6337,,,stu_JQBKD32872,,1676998326766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6338,,,stu_JQBKD32872,,1676998347112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6339,,,stu_JQBKD32872,,1676998350086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6340,,,stu_JQBKD32872,,1676998356017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6341,,,stu_JQBKD32872,,1676998358422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6342,,,stu_JQBKD32872,,1676998360836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6343,,,stu_JQBKD32872,,1676998361512,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6344,,,stu_JQBKD32872,,1676998368038,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6345,,,stu_JQBKD32872,,1676998369839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6346,,,stu_JQBKD32872,,1676998373173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6347,,,stu_JQBKD32872,,1676998374853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6348,,,stu_JQBKD32872,,1676998380293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6349,,,stu_JQBKD32872,,1676998383408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6350,,,stu_JQBKD32872,,1676998385332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6351,,,stu_JQBKD32872,,1676998388870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6352,,,stu_JQBKD32872,,1676998393081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6353,,,stu_JQBKD32872,,1676998395169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6354,,,stu_JQBKD32872,,1676998400466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6355,,,stu_JQBKD32872,,1676998404191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6356,,,stu_JQBKD32872,,1676998408869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6357,,,stu_JQBKD32872,,1676998411371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6358,,,stu_JQBKD32872,,1676998414492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6359,,,stu_JQBKD32872,,1676998420300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6360,,,stu_JQBKD32872,,1676998421908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6361,,,stu_JQBKD32872,,1676998425466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6362,,,stu_JQBKD32872,,1676998431690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-028,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6363,,,stu_JQBKD32872,,1676998037342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6364,,,stu_JQBKD32872,,1676998041543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6365,,,stu_JQBKD32872,,1676998048372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6366,,,stu_JQBKD32872,,1676998050643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6367,,,stu_JQBKD32872,,1676998051729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6368,,,stu_JQBKD32872,,1676998053182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6369,,,stu_JQBKD32872,,1676998055963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6370,,,stu_JQBKD32872,,1676998062257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6371,,,stu_JQBKD32872,,1676998063946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6372,,,stu_JQBKD32872,,1676998067321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6373,,,stu_JQBKD32872,,1676998069284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6374,,,stu_JQBKD32872,,1676998069905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6375,,,stu_JQBKD32872,,1676998070759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6376,,,stu_JQBKD32872,,1676998076557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6377,,,stu_JQBKD32872,,1676998078369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6378,,,stu_JQBKD32872,,1676998081755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6379,,,stu_JQBKD32872,,1676998084428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6380,,,stu_JQBKD32872,,1676998118823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6381,,,stu_JQBKD32872,,1676998118823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6382,,,stu_JQBKD32872,,1676998118823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6383,,,stu_JQBKD32872,,1676998118823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6384,,,stu_JQBKD32872,,1676998122193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6385,,,stu_JQBKD32872,,1676998125950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6386,,,stu_JQBKD32872,,1676998135976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6387,,,stu_JQBKD32872,,1676479361402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6388,,,stu_JQBKD32872,,1676479362995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6389,,,stu_JQBKD32872,,1676479400473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6390,,,stu_JQBKD32872,,1676479405118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6391,,,stu_JQBKD32872,,1676479407231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6392,,,stu_JQBKD32872,,1676479417455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6393,,,stu_JQBKD32872,,1676479421334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6394,,,stu_JQBKD32872,,1676479423482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6395,,,stu_JQBKD32872,,1676479425126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6396,,,stu_JQBKD32872,,1676479426308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6397,,,stu_JQBKD32872,,1676479428336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6398,,,stu_JQBKD32872,,1676479522139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6399,,,stu_JQBKD32872,,1676479538450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6400,,,stu_JQBKD32872,,1676479547434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6401,,,stu_JQBKD32872,,1676479549601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6402,,,stu_JQBKD32872,,1676479550537,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6403,,,stu_JQBKD32872,,1676479558510,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6404,,,stu_JQBKD32872,,1676479560087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6405,,,stu_JQBKD32872,,1676479564043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6406,,,stu_JQBKD32872,,1676479567698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6407,,,stu_JQBKD32872,,1676479571486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6408,,,stu_JQBKD32872,,1676479618645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6409,,,stu_JQBKD32872,,1676479785030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6410,,,stu_JQBKD32872,,1676479787165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6411,,,stu_JQBKD32872,,1676479789361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6412,,,stu_JQBKD32872,,1676479791718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6413,,,stu_JQBKD32872,,1676479793661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6414,,,stu_JQBKD32872,,1676479795691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6415,,,stu_JQBKD32872,,1676479799553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6416,,,stu_JQBKD32872,,1676479803387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6417,,,stu_JQBKD32872,,1676479805209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6418,,,stu_JQBKD32872,,1676479811939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6419,,,stu_JQBKD32872,,1676479815673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6420,,,stu_JQBKD32872,,1676479819491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6421,,,stu_JQBKD32872,,1676479903919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6422,,,stu_JQBKD32872,,1676479913669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6423,,,stu_JQBKD32872,,1676479928330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6424,,,stu_JQBKD32872,,1676479931259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6425,,,stu_JQBKD32872,,1676479932918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6426,,,stu_JQBKD32872,,1676479947506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6427,,,stu_JQBKD32872,,1676479949582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6428,,,stu_JQBKD32872,,1676479954173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6429,,,stu_JQBKD32872,,1676479957290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6430,,,stu_JQBKD32872,,1676389956364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6431,,,stu_JQBKD32872,,1676389962042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6432,,,stu_JQBKD32872,,1676389965166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6433,,,stu_JQBKD32872,,1676389967142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6434,,,stu_JQBKD32872,,1676389970930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6435,,,stu_JQBKD32872,,1676389973474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6436,,,stu_JQBKD32872,,1676389975242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6437,,,stu_JQBKD32872,,1676389976627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6438,,,stu_JQBKD32872,,1676389976652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6439,,,stu_JQBKD32872,,1676389987406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6440,,,stu_JQBKD32872,,1676389990111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6441,,,stu_JQBKD32872,,1676390000131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6442,,,stu_JQBKD32872,,1676390003040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6443,,,stu_JQBKD32872,,1676390007157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6444,,,stu_JQBKD32872,,1676390008987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6445,,,stu_JQBKD32872,,1676390011071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6446,,,stu_JQBKD32872,,1676390012842,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6447,,,stu_JQBKD32872,,1676390015862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6448,,,stu_JQBKD32872,,1676390019556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6449,,,stu_JQBKD32872,,1676390019571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6450,,,stu_JQBKD32872,,1676390023703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6451,,,stu_JQBKD32872,,1676390027686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6452,,,stu_JQBKD32872,,1676390034442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6453,,,stu_JQBKD32872,,1676390036470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6454,,,stu_JQBKD32872,,1676390041869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6455,,,stu_JQBKD32872,,1676390044637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6456,,,stu_JQBKD32872,,1676390049306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6457,,,stu_JQBKD32872,,1676390051991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6458,,,stu_JQBKD32872,,1676390089651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6459,,,stu_JQBKD32872,,1676390095961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6460,,,stu_JQBKD32872,,1676390098653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6461,,,stu_JQBKD32872,,1676390100582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6462,,,stu_JQBKD32872,,1676390103928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6463,,,stu_JQBKD32872,,1676390108864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6464,,,stu_JQBKD32872,,1676390114893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6465,,,stu_JQBKD32872,,1676390123103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6466,,,stu_JQBKD32872,,1676390128782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6467,,,stu_JQBKD32872,,1676390133277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6468,,,stu_JQBKD32872,,1676390136679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6469,,,stu_JQBKD32872,,1676390138892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6470,,,stu_JQBKD32872,,1676390140716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6471,,,stu_JQBKD32872,,1676390151292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6472,,,stu_JQBKD32872,,1676390153629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6473,,,stu_JQBKD32872,,1676390159037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6474,,,stu_JQBKD32872,,1676390162131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6475,,,stu_JQBKD32872,,1677171069969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6476,,,stu_JQBKD32872,,1677171070005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6477,,,stu_JQBKD32872,,1677171071987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6478,,,stu_JQBKD32872,,1677171191186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6479,,,stu_JQBKD32872,,1677171192809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6480,,,stu_JQBKD32872,,1677171196820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6481,,,stu_JQBKD32872,,1677171292437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6482,,,stu_JQBKD32872,,1677171294745,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6483,,,stu_JQBKD32872,,1677171297131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6484,,,stu_JQBKD32872,,1677171301134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6485,,,stu_JQBKD32872,,1677171304711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6486,,,stu_JQBKD32872,,1677171306525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6487,,,stu_JQBKD32872,,1677171308035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6488,,,stu_JQBKD32872,,1677171312352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6489,,,stu_JQBKD32872,,1677171316993,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6490,,,stu_JQBKD32872,,1677171317017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6491,,,stu_JQBKD32872,,1677171337172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6492,,,stu_JQBKD32872,,1677171341327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6493,,,stu_JQBKD32872,,1677171342840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6494,,,stu_JQBKD32872,,1677171345984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6495,,,stu_JQBKD32872,,1677171430820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6496,,,stu_JQBKD32872,,1677171430820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6497,,,stu_JQBKD32872,,1677171430820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6498,,,stu_JQBKD32872,,1677171430820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6499,,,stu_JQBKD32872,,1677171432655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6500,,,stu_JQBKD32872,,1677171436055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6501,,,stu_JQBKD32872,,1677171439902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6502,,,stu_JQBKD32872,,1676997527535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6503,,,stu_JQBKD32872,,1676997527653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6504,,,stu_JQBKD32872,,1676997529853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6505,,,stu_JQBKD32872,,1676997611656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6506,,,stu_JQBKD32872,,1676997627182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6507,,,stu_JQBKD32872,,1676997633096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6508,,,stu_JQBKD32872,,1676997635819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6509,,,stu_JQBKD32872,,1676997637676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6510,,,stu_JQBKD32872,,1676997644231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6511,,,stu_JQBKD32872,,1676997651721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6512,,,stu_JQBKD32872,,1676997656231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6513,,,stu_JQBKD32872,,1676997659448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6514,,,stu_JQBKD32872,,1676997661427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6515,,,stu_JQBKD32872,,1676997693409,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6516,,,stu_JQBKD32872,,1676997697406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6517,,,stu_JQBKD32872,,1676997700642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6518,,,stu_JQBKD32872,,1676997702366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6519,,,stu_JQBKD32872,,1676997705881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6520,,,stu_JQBKD32872,,1676997707999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6521,,,stu_JQBKD32872,,1676997744247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6522,,,stu_JQBKD32872,,1676997744247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6523,,,stu_JQBKD32872,,1676997744247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6524,,,stu_JQBKD32872,,1676997744247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6525,,,stu_JQBKD32872,,1676997747337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6526,,,stu_JQBKD32872,,1676997751244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6527,,,stu_JQBKD32872,,1676997755969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6528,,,stu_JQBKD32872,,1677170724638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6529,,,stu_JQBKD32872,,1677170772376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6530,,,stu_JQBKD32872,,1677170776068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6531,,,stu_JQBKD32872,,1677170778673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6532,,,stu_JQBKD32872,,1677170780887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6533,,,stu_JQBKD32872,,1677170789668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6534,,,stu_JQBKD32872,,1677170792726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6535,,,stu_JQBKD32872,,1677170794543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6536,,,stu_JQBKD32872,,1677170800305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6537,,,stu_JQBKD32872,,1677170803925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6538,,,stu_JQBKD32872,,1677170805221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6539,,,stu_JQBKD32872,,1677170816410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6540,,,stu_JQBKD32872,,1677170820176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6541,,,stu_JQBKD32872,,1677170823727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6542,,,stu_JQBKD32872,,1677170875253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6543,,,stu_JQBKD32872,,1677170878166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6544,,,stu_JQBKD32872,,1677170879896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6545,,,stu_JQBKD32872,,1677170884123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6546,,,stu_JQBKD32872,,1677170888061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6547,,,stu_JQBKD32872,,1677170889893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6548,,,stu_JQBKD32872,,1677170892066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6549,,,stu_JQBKD32872,,1677170894990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6550,,,stu_JQBKD32872,,1677170897602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6551,,,stu_JQBKD32872,,1677170903082,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6552,,,stu_JQBKD32872,,1677170907444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6553,,,stu_JQBKD32872,,1677170909369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6554,,,stu_JQBKD32872,,1677170909381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6555,,,stu_JQBKD32872,,1677170913264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6556,,,stu_JQBKD32872,,1677170919235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6557,,,stu_JQBKD32872,,1677170923374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6558,,,stu_JQBKD32872,,1677170925282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6559,,,stu_JQBKD32872,,1677170930802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6560,,,stu_JQBKD32872,,1677170937307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6561,,,stu_JQBKD32872,,1677170947728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6562,,,stu_JQBKD32872,,1677170964912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6563,,,stu_JQBKD32872,,1677170967663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-6564,,,stu_HHZPV03356,,1679666900906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6565,,,stu_HHZPV03356,,1679666904814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6566,,,stu_HHZPV03356,,1679666909936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6567,,,stu_HHZPV03356,,1679666915807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6568,,,stu_HHZPV03356,,1679666916623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6569,,,stu_HHZPV03356,,1679666917114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6570,,,stu_HHZPV03356,,1679666922344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6571,,,stu_HHZPV03356,,1679666988757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6572,,,stu_HHZPV03356,,1679666989629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6573,,,stu_HHZPV03356,,1679666991227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6574,,,stu_HHZPV03356,,1679667015560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6575,,,stu_HHZPV03356,,1679667017719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6576,,,stu_HHZPV03356,,1679667023734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6577,,,stu_HHZPV03356,,1679667023767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6578,,,stu_HHZPV03356,,1679667064574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6579,,,stu_HHZPV03356,,1679667068381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6580,,,stu_HHZPV03356,,1679666622947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6581,,,stu_HHZPV03356,,1679666710414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6582,,,stu_HHZPV03356,,1679666715124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6583,,,stu_HHZPV03356,,1679666716881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6584,,,stu_HHZPV03356,,1679666719935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6585,,,stu_HHZPV03356,,1679666721623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6586,,,stu_HHZPV03356,,1679666723558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6587,,,stu_HHZPV03356,,1679666726722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6588,,,stu_HHZPV03356,,1679666730103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6589,,,stu_HHZPV03356,,1679666733524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6590,,,stu_HHZPV03356,,1679666739578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6591,,,stu_HHZPV03356,,1679666739614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6592,,,stu_HHZPV03356,,1679666745229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6593,,,stu_HHZPV03356,,1679666749437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6594,,,stu_HHZPV03356,,1679666768192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6595,,,stu_HHZPV03356,,1679666771651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6596,,,stu_HHZPV03356,,1679666775659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6597,,,stu_HHZPV03356,,1679666779211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6598,,,stu_HHZPV03356,,1679666781349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6599,,,stu_HHZPV03356,,1679666785290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6600,,,stu_HHZPV03356,,1679666789225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6601,,,stu_HHZPV03356,,1679666790984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6602,,,stu_HHZPV03356,,1679666792412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6603,,,stu_HHZPV03356,,1679666866292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6604,,,stu_HHZPV03356,,1679666870506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6605,,,stu_HHZPV03356,,1679666877700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6606,,,stu_HHZPV03356,,1679666333247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6607,,,stu_HHZPV03356,,1679666336940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6608,,,stu_HHZPV03356,,1679666343492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6609,,,stu_HHZPV03356,,1679666346910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6610,,,stu_HHZPV03356,,1679666351405,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6611,,,stu_HHZPV03356,,1679666511516,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6612,,,stu_HHZPV03356,,1679666523503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6613,,,stu_HHZPV03356,,1679666528277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6614,,,stu_HHZPV03356,,1679666530794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6615,,,stu_HHZPV03356,,1679666562596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6616,,,stu_HHZPV03356,,1679666565545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6617,,,stu_HHZPV03356,,1679666566664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6618,,,stu_HHZPV03356,,1679666572797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6619,,,stu_HHZPV03356,,1679666576725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6620,,,stu_HHZPV03356,,1679666579919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6621,,,stu_HHZPV03356,,1679666602167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-6622,,,stu_UYRFP52614,,1679778062539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6623,,,stu_UYRFP52614,,1679778067293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6624,,,stu_UYRFP52614,,1679778071709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6625,,,stu_UYRFP52614,,1679778075765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6626,,,stu_UYRFP52614,,1679778083885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6627,,,stu_UYRFP52614,,1679778085641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6628,,,stu_UYRFP52614,,1679778108595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6629,,,stu_UYRFP52614,,1679778110367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6630,,,stu_UYRFP52614,,1679778120812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6631,,,stu_UYRFP52614,,1679778120851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6632,,,stu_UYRFP52614,,1679778125236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6633,,,stu_UYRFP52614,,1679778131104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6634,,,stu_UYRFP52614,,1679778141988,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6635,,,stu_UYRFP52614,,1679778143172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6636,,,stu_UYRFP52614,,1679778145266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6637,,,stu_UYRFP52614,,1679778147092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6638,,,stu_UYRFP52614,,1679778149057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6639,,,stu_UYRFP52614,,1679778151864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6640,,,stu_UYRFP52614,,1679778153649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6641,,,stu_UYRFP52614,,1679778154516,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6642,,,stu_UYRFP52614,,1679778167181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6643,,,stu_UYRFP52614,,1679778168898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6644,,,stu_UYRFP52614,,1679778170822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6645,,,stu_UYRFP52614,,1679778173503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6646,,,stu_UYRFP52614,,1679778174996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6647,,,stu_UYRFP52614,,1679778184423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6648,,,stu_UYRFP52614,,1679778186744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6649,,,stu_UYRFP52614,,1679778190030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6650,,,stu_UYRFP52614,,1679778193136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6651,,,stu_UYRFP52614,,1679888515287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6652,,,stu_UYRFP52614,,1679888521664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6653,,,stu_UYRFP52614,,1679888524815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6654,,,stu_UYRFP52614,,1679888526815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6655,,,stu_UYRFP52614,,1679888529323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6656,,,stu_UYRFP52614,,1679888709818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6657,,,stu_UYRFP52614,,1679888759971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6658,,,stu_UYRFP52614,,1679888764079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6659,,,stu_UYRFP52614,,1679888768703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6660,,,stu_UYRFP52614,,1679888770293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6661,,,stu_UYRFP52614,,1679888771607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6662,,,stu_UYRFP52614,,1679888783177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6663,,,stu_UYRFP52614,,1679888785640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6664,,,stu_UYRFP52614,,1679888789795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6665,,,stu_UYRFP52614,,1679888813227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-6666,,,stu_AJRJM83472,,1675874452626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6667,,,stu_AJRJM83472,,1675874459827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6668,,,stu_AJRJM83472,,1675874468270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6669,,,stu_AJRJM83472,,1675874471588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6670,,,stu_AJRJM83472,,1675874473675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6671,,,stu_AJRJM83472,,1675874475025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6672,,,stu_AJRJM83472,,1675874486794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6673,,,stu_AJRJM83472,,1675874504908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6674,,,stu_AJRJM83472,,1675874509580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6675,,,stu_AJRJM83472,,1675874512565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6676,,,stu_AJRJM83472,,1675874512583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6677,,,stu_AJRJM83472,,1675874526216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6678,,,stu_AJRJM83472,,1675874526265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6679,,,stu_AJRJM83472,,1675874531760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6680,,,stu_AJRJM83472,,1675874535194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6681,,,stu_AJRJM83472,,1675874549486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6682,,,stu_AJRJM83472,,1675874554116,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6683,,,stu_AJRJM83472,,1675874555293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6684,,,stu_AJRJM83472,,1675874558343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6685,,,stu_AJRJM83472,,1675874560662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6686,,,stu_AJRJM83472,,1675874561791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6687,,,stu_AJRJM83472,,1675874561813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6688,,,stu_AJRJM83472,,1675874565393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6689,,,stu_AJRJM83472,,1675874569226,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6690,,,stu_AJRJM83472,,1675874571110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6691,,,stu_AJRJM83472,,1675874573211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6692,,,stu_AJRJM83472,,1675874577303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6693,,,stu_AJRJM83472,,1675874580193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6694,,,stu_AJRJM83472,,1675874582362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6695,,,stu_AJRJM83472,,1675874587994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6696,,,stu_AJRJM83472,,1675874590814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6697,,,stu_AJRJM83472,,1675874596455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6698,,,stu_AJRJM83472,,1675874599107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6699,,,stu_AJRJM83472,,1674663631469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6700,,,stu_AJRJM83472,,1674663634258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6701,,,stu_AJRJM83472,,1674663638642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6702,,,stu_AJRJM83472,,1674663641728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6703,,,stu_AJRJM83472,,1674663647621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6704,,,stu_AJRJM83472,,1674663654642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,4,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6705,,,stu_AJRJM83472,,1674663657916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6706,,,stu_AJRJM83472,,1674663659730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6707,,,stu_AJRJM83472,,1674663664385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6708,,,stu_AJRJM83472,,1674663666563,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6709,,,stu_AJRJM83472,,1674663671127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6710,,,stu_AJRJM83472,,1674663674434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6711,,,stu_AJRJM83472,,1674663674453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6712,,,stu_AJRJM83472,,1674663689139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6713,,,stu_AJRJM83472,,1674663689164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6714,,,stu_AJRJM83472,,1674663689616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6715,,,stu_AJRJM83472,,1674663689708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6716,,,stu_AJRJM83472,,1674663690385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6717,,,stu_AJRJM83472,,1674663690477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6718,,,stu_AJRJM83472,,1674663691371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6719,,,stu_AJRJM83472,,1674663691779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6720,,,stu_AJRJM83472,,1674663703815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6721,,,stu_AJRJM83472,,1674663707873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6722,,,stu_AJRJM83472,,1674663709119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6723,,,stu_AJRJM83472,,1674663711792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6724,,,stu_AJRJM83472,,1674663724200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6725,,,stu_AJRJM83472,,1674663731172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6726,,,stu_AJRJM83472,,1674663732180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6727,,,stu_AJRJM83472,,1674663732539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6728,,,stu_AJRJM83472,,1674663732631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6729,,,stu_AJRJM83472,,1674663734063,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6730,,,stu_AJRJM83472,,1674663734870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6731,,,stu_AJRJM83472,,1674663735437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6732,,,stu_AJRJM83472,,1674663736732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6733,,,stu_AJRJM83472,,1674663738616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6734,,,stu_AJRJM83472,,1674663825654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6735,,,stu_AJRJM83472,,1674663830283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6736,,,stu_AJRJM83472,,1674663841029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6737,,,stu_AJRJM83472,,1674663842466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6738,,,stu_AJRJM83472,,1674663845956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6739,,,stu_AJRJM83472,,1674663848173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6740,,,stu_AJRJM83472,,1674663851177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6741,,,stu_AJRJM83472,,1674663852663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6742,,,stu_AJRJM83472,,1674663855661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6743,,,stu_AJRJM83472,,1674663855690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6744,,,stu_AJRJM83472,,1674663862215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6745,,,stu_AJRJM83472,,1674663865052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6746,,,stu_AJRJM83472,,1674663884738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6747,,,stu_AJRJM83472,,1674663890143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6748,,,stu_AJRJM83472,,1674663890458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6749,,,stu_AJRJM83472,,1674663891676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6750,,,stu_AJRJM83472,,1674663892757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6751,,,stu_AJRJM83472,,1675873461363,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6752,,,stu_AJRJM83472,,1675873461461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6753,,,stu_AJRJM83472,,1675873463155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6754,,,stu_AJRJM83472,,1675873468873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6755,,,stu_AJRJM83472,,1675873473238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6756,,,stu_AJRJM83472,,1675873475131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6757,,,stu_AJRJM83472,,1675873476590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6758,,,stu_AJRJM83472,,1675873480652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6759,,,stu_AJRJM83472,,1675873494473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6760,,,stu_AJRJM83472,,1675873495709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6761,,,stu_AJRJM83472,,1675873496554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6762,,,stu_AJRJM83472,,1675873504007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6763,,,stu_AJRJM83472,,1675873505187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6764,,,stu_AJRJM83472,,1675873506371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6765,,,stu_AJRJM83472,,1675873506399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6766,,,stu_AJRJM83472,,1675873510101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6767,,,stu_AJRJM83472,,1675873510123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6768,,,stu_AJRJM83472,,1675873513064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6769,,,stu_AJRJM83472,,1675873513084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6770,,,stu_AJRJM83472,,1675873518083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6771,,,stu_AJRJM83472,,1675873520272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6772,,,stu_AJRJM83472,,1675873522787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6773,,,stu_AJRJM83472,,1675873526281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6774,,,stu_AJRJM83472,,1675873527479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6775,,,stu_AJRJM83472,,1675873529616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6776,,,stu_AJRJM83472,,1675873530654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6777,,,stu_AJRJM83472,,1675873536566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6778,,,stu_AJRJM83472,,1675873542179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6779,,,stu_AJRJM83472,,1675873543208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6780,,,stu_AJRJM83472,,1675873545651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6781,,,stu_AJRJM83472,,1675873628439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6782,,,stu_AJRJM83472,,1675873630712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6783,,,stu_AJRJM83472,,1675873634716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6784,,,stu_AJRJM83472,,1675873637834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6785,,,stu_AJRJM83472,,1675656207828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6786,,,stu_AJRJM83472,,1675656211608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6787,,,stu_AJRJM83472,,1675656219558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6788,,,stu_AJRJM83472,,1675656223834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6789,,,stu_AJRJM83472,,1675656264013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6790,,,stu_AJRJM83472,,1675656336422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6791,,,stu_AJRJM83472,,1675656338768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6792,,,stu_AJRJM83472,,1675656342164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6793,,,stu_AJRJM83472,,1675656344153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6794,,,stu_AJRJM83472,,1675656344163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6795,,,stu_AJRJM83472,,1675656348612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6796,,,stu_AJRJM83472,,1675656352689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6797,,,stu_AJRJM83472,,1675656353933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6798,,,stu_AJRJM83472,,1675656358564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6799,,,stu_AJRJM83472,,1675656359975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6800,,,stu_AJRJM83472,,1675656359997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6801,,,stu_AJRJM83472,,1675656372705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6802,,,stu_AJRJM83472,,1675656558476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6803,,,stu_AJRJM83472,,1675656560966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6804,,,stu_AJRJM83472,,1675656565252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6805,,,stu_AJRJM83472,,1675656565269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6806,,,stu_AJRJM83472,,1675656568637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6807,,,stu_AJRJM83472,,1675656570494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6808,,,stu_AJRJM83472,,1675656570500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6809,,,stu_AJRJM83472,,1675656573786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6810,,,stu_AJRJM83472,,1675656667045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6811,,,stu_AJRJM83472,,1675656669149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6812,,,stu_AJRJM83472,,1675656671450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6813,,,stu_AJRJM83472,,1675656676266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6814,,,stu_AJRJM83472,,1675656678858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6815,,,stu_AJRJM83472,,1675656678862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6816,,,stu_AJRJM83472,,1675656681289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6817,,,stu_AJRJM83472,,1675656681421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6818,,,stu_AJRJM83472,,1675656687990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6819,,,stu_AJRJM83472,,1675656691447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,6,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6820,,,stu_AJRJM83472,,1675656695733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6821,,,stu_AJRJM83472,,1675656698098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6822,,,stu_AJRJM83472,,1675656699793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6823,,,stu_AJRJM83472,,1675656702986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6824,,,stu_AJRJM83472,,1675656704636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6825,,,stu_AJRJM83472,,1675656706754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6826,,,stu_AJRJM83472,,1675656707675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6827,,,stu_AJRJM83472,,1675656711032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6828,,,stu_AJRJM83472,,1675656713695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6829,,,stu_AJRJM83472,,1675656715818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6830,,,stu_AJRJM83472,,1675656719803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6831,,,stu_AJRJM83472,,1675656721072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6832,,,stu_AJRJM83472,,1675656729335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6833,,,stu_AJRJM83472,,1675656741064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6834,,,stu_AJRJM83472,,1675656742170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6835,,,stu_AJRJM83472,,1675656742170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6836,,,stu_AJRJM83472,,1675656745451,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6837,,,stu_AJRJM83472,,1675656748139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6838,,,stu_CVDCU22496,,1680061366528,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6839,,,stu_CVDCU22496,,1680061366531,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6840,,,stu_CVDCU22496,,1680061368066,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6841,,,stu_CVDCU22496,,1680061372157,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6842,,,stu_CVDCU22496,,1680061372157,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6843,,,stu_CVDCU22496,,1680061372157,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6844,,,stu_CVDCU22496,,1680061372157,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6845,,,stu_CVDCU22496,,1680061376637,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6846,,,stu_CVDCU22496,,1680061389291,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6847,,,stu_CVDCU22496,,1680061394743,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6848,,,stu_CVDCU22496,,1680061394743,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6849,,,stu_CVDCU22496,,1680061394743,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6850,,,stu_CVDCU22496,,1680061394743,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6851,,,stu_CVDCU22496,,1680061399551,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6852,,,stu_CVDCU22496,,1680061405065,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6853,,,stu_CVDCU22496,,1680061407145,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6854,,,stu_CVDCU22496,,1680061407145,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6855,,,stu_CVDCU22496,,1680061407145,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6856,,,stu_CVDCU22496,,1680061407145,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6857,,,stu_CVDCU22496,,1680061413381,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6858,,,stu_CVDCU22496,,1680061416874,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6859,,,stu_CVDCU22496,,1680061423667,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6860,,,stu_CVDCU22496,,1680061426272,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6861,,,stu_CVDCU22496,,1680061430157,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6862,,,stu_CVDCU22496,,1680061434165,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6863,,,stu_CVDCU22496,,1680061444037,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6864,,,stu_CVDCU22496,,1680061446560,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6865,,,stu_CVDCU22496,,1680061453321,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6866,,,stu_CVDCU22496,,1680061460389,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6867,,,stu_CVDCU22496,,1680061469364,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6868,,,stu_CVDCU22496,,1680061470976,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6869,,,stu_CVDCU22496,,1680061473582,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6870,,,stu_CVDCU22496,,1680061482018,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6871,,,stu_CVDCU22496,,1680061489455,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6872,,,stu_CVDCU22496,,1680061492191,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6873,,,stu_CVDCU22496,,1680061493771,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6874,,,stu_CVDCU22496,,1680061494758,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6875,,,stu_CVDCU22496,,1680061505124,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6876,,,stu_CVDCU22496,,1680061507294,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6877,,,stu_CVDCU22496,,1680061512317,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6878,,,stu_CVDCU22496,,1680061512689,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6879,,,stu_CVDCU22496,,1680061513137,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6880,,,stu_CVDCU22496,,1680061523075,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6881,,,stu_CVDCU22496,,1680061523721,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6882,,,stu_CVDCU22496,,1680061524156,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6883,,,stu_CVDCU22496,,1680061532280,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6884,,,stu_CVDCU22496,,1680061537236,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6885,,,stu_CVDCU22496,,1680061538924,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6886,,,stu_CVDCU22496,,1680061542803,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6887,,,stu_CVDCU22496,,1680061551038,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6888,,,stu_CVDCU22496,,1680061551872,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6889,,,stu_CVDCU22496,,1680061555724,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6890,,,stu_CVDCU22496,,1680061555724,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6891,,,stu_CVDCU22496,,1680061555724,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6892,,,stu_CVDCU22496,,1680061555724,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6893,,,stu_CVDCU22496,,1680061557017,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6894,,,stu_CVDCU22496,,1680061565031,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6895,,,stu_CVDCU22496,,1680061568669,,,,,,ratio_proportion_change3,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6896,,,stu_CVDCU22496,,1680063435969,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6897,,,stu_CVDCU22496,,1680063437891,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6898,,,stu_CVDCU22496,,1680063441250,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6899,,,stu_CVDCU22496,,1680063444878,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6900,,,stu_CVDCU22496,,1680063447317,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6901,,,stu_CVDCU22496,,1680063449132,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6902,,,stu_CVDCU22496,,1680063450715,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6903,,,stu_CVDCU22496,,1680063450715,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6904,,,stu_CVDCU22496,,1680063450715,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6905,,,stu_CVDCU22496,,1680063450715,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6906,,,stu_CVDCU22496,,1680063455458,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6907,,,stu_CVDCU22496,,1680063470323,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6908,,,stu_CVDCU22496,,1680063475923,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6909,,,stu_CVDCU22496,,1680063491869,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6910,,,stu_CVDCU22496,,1680063502441,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6911,,,stu_CVDCU22496,,1680063555643,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6912,,,stu_CVDCU22496,,1680063558497,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6913,,,stu_CVDCU22496,,1680063722680,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6914,,,stu_CVDCU22496,,1680063724194,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6915,,,stu_CVDCU22496,,1680063727586,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6916,,,stu_CVDCU22496,,1680063729873,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6917,,,stu_CVDCU22496,,1680063732238,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6918,,,stu_CVDCU22496,,1680063736258,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6919,,,stu_CVDCU22496,,1680063736267,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6920,,,stu_CVDCU22496,,1680063741868,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6921,,,stu_CVDCU22496,,1680063743357,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6922,,,stu_CVDCU22496,,1680063747033,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6923,,,stu_CVDCU22496,,1680063749048,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6924,,,stu_CVDCU22496,,1680063752304,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6925,,,stu_CVDCU22496,,1680063755238,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6926,,,stu_CVDCU22496,,1680063758715,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6927,,,stu_CVDCU22496,,1680063761543,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6928,,,stu_CVDCU22496,,1680063766466,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6929,,,stu_CVDCU22496,,1680063768752,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6930,,,stu_CVDCU22496,,1680063771455,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6931,,,stu_CVDCU22496,,1680063774538,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6932,,,stu_CVDCU22496,,1680063777090,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6933,,,stu_CVDCU22496,,1680063777099,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6934,,,stu_CVDCU22496,,1680063780806,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6935,,,stu_CVDCU22496,,1680063784468,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6936,,,stu_CVDCU22496,,1680061954968,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6937,,,stu_CVDCU22496,,1680061955178,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6938,,,stu_CVDCU22496,,1680061957062,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6939,,,stu_CVDCU22496,,1680061972364,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6940,,,stu_CVDCU22496,,1680061975203,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6941,,,stu_CVDCU22496,,1680061981359,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6942,,,stu_CVDCU22496,,1680061984988,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6943,,,stu_CVDCU22496,,1680061986756,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6944,,,stu_CVDCU22496,,1680061993084,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6945,,,stu_CVDCU22496,,1680061993084,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6946,,,stu_CVDCU22496,,1680061993084,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6947,,,stu_CVDCU22496,,1680061993084,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6948,,,stu_CVDCU22496,,1680061996941,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6949,,,stu_CVDCU22496,,1680061998468,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6950,,,stu_CVDCU22496,,1680062001219,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6951,,,stu_CVDCU22496,,1680062001219,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6952,,,stu_CVDCU22496,,1680062001219,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6953,,,stu_CVDCU22496,,1680062001219,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6954,,,stu_CVDCU22496,,1680062005168,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6955,,,stu_CVDCU22496,,1680062008654,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6956,,,stu_CVDCU22496,,1680062010297,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6957,,,stu_CVDCU22496,,1680062015523,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6958,,,stu_CVDCU22496,,1680062019314,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6959,,,stu_CVDCU22496,,1680062023405,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6960,,,stu_CVDCU22496,,1680062025855,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6961,,,stu_CVDCU22496,,1680062122442,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6962,,,stu_CVDCU22496,,1680062136548,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6963,,,stu_CVDCU22496,,1680062160570,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6964,,,stu_CVDCU22496,,1680062164033,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6965,,,stu_CVDCU22496,,1680062166430,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6966,,,stu_CVDCU22496,,1680062173426,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6967,,,stu_CVDCU22496,,1680062177298,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6968,,,stu_CVDCU22496,,1680062178836,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6969,,,stu_CVDCU22496,,1680062180128,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6970,,,stu_CVDCU22496,,1680062185151,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6971,,,stu_CVDCU22496,,1680062188380,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6972,,,stu_CVDCU22496,,1680062190400,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6973,,,stu_CVDCU22496,,1680062192102,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6974,,,stu_CVDCU22496,,1680062197893,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6975,,,stu_CVDCU22496,,1680062201340,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6976,,,stu_CVDCU22496,,1680062203477,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6977,,,stu_CVDCU22496,,1680062206023,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6978,,,stu_CVDCU22496,,1680062211844,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6979,,,stu_CVDCU22496,,1680062216247,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6980,,,stu_CVDCU22496,,1680062219299,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6981,,,stu_CVDCU22496,,1680062221378,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6982,,,stu_CVDCU22496,,1680062226544,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6983,,,stu_CVDCU22496,,1680062235673,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6984,,,stu_CVDCU22496,,1680062239909,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6985,,,stu_CVDCU22496,,1680062241689,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6986,,,stu_CVDCU22496,,1680062248750,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6987,,,stu_CVDCU22496,,1680062251792,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6988,,,stu_CVDCU22496,,1680062255266,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6989,,,stu_CVDCU22496,,1680062256866,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6990,,,stu_CVDCU22496,,1680062262618,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6991,,,stu_CVDCU22496,,1680062266928,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6992,,,stu_CVDCU22496,,1680063965464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6993,,,stu_CVDCU22496,,1680063970268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6994,,,stu_CVDCU22496,,1680063970268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6995,,,stu_CVDCU22496,,1680063970268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6996,,,stu_CVDCU22496,,1680063970268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6997,,,stu_CVDCU22496,,1680063974469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6998,,,stu_CVDCU22496,,1680063976300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-6999,,,stu_CVDCU22496,,1680063978703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7000,,,stu_CVDCU22496,,1680063979627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7001,,,stu_CVDCU22496,,1680063979627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7002,,,stu_CVDCU22496,,1680063979627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7003,,,stu_CVDCU22496,,1680063979627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7004,,,stu_CVDCU22496,,1680063983407,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7005,,,stu_CVDCU22496,,1680063985581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7006,,,stu_CVDCU22496,,1680063987134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7007,,,stu_CVDCU22496,,1680063989522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7008,,,stu_CVDCU22496,,1680063990492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7009,,,stu_CVDCU22496,,1680063994065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7010,,,stu_CVDCU22496,,1680063996331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7011,,,stu_CVDCU22496,,1680063998687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7012,,,stu_CVDCU22496,,1680064001548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7013,,,stu_CVDCU22496,,1680064004749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7014,,,stu_CVDCU22496,,1680064006404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7015,,,stu_CVDCU22496,,1680064009566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7016,,,stu_CVDCU22496,,1680064011387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7017,,,stu_CVDCU22496,,1680064013337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7018,,,stu_CVDCU22496,,1680064018581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7019,,,stu_CVDCU22496,,1680064020326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7020,,,stu_CVDCU22496,,1680064023984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7021,,,stu_CVDCU22496,,1680064026664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7022,,,stu_CVDCU22496,,1680064030242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7023,,,stu_CVDCU22496,,1680064033726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7024,,,stu_CVDCU22496,,1680064034901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7025,,,stu_CVDCU22496,,1680064038338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7026,,,stu_CVDCU22496,,1680064041114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7027,,,stu_CVDCU22496,,1680062286390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7028,,,stu_CVDCU22496,,1680062286533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7029,,,stu_CVDCU22496,,1680062291286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7030,,,stu_CVDCU22496,,1680062301245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7031,,,stu_CVDCU22496,,1680062301245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7032,,,stu_CVDCU22496,,1680062301245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7033,,,stu_CVDCU22496,,1680062301245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7034,,,stu_CVDCU22496,,1680062305937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7035,,,stu_CVDCU22496,,1680062311946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7036,,,stu_CVDCU22496,,1680062316731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7037,,,stu_CVDCU22496,,1680062316731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7038,,,stu_CVDCU22496,,1680062316731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7039,,,stu_CVDCU22496,,1680062316731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7040,,,stu_CVDCU22496,,1680062324213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7041,,,stu_CVDCU22496,,1680062332582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7042,,,stu_CVDCU22496,,1680062337196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7043,,,stu_CVDCU22496,,1680062337196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7044,,,stu_CVDCU22496,,1680062337196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7045,,,stu_CVDCU22496,,1680062337196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7046,,,stu_CVDCU22496,,1680062343794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7047,,,stu_CVDCU22496,,1680062348919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7048,,,stu_CVDCU22496,,1680062353948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7049,,,stu_CVDCU22496,,1680062359507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7050,,,stu_CVDCU22496,,1680062365765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7051,,,stu_CVDCU22496,,1680062368300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7052,,,stu_CVDCU22496,,1680062370492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7053,,,stu_CVDCU22496,,1680062373770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7054,,,stu_CVDCU22496,,1680062381810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7055,,,stu_CVDCU22496,,1680062383595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7056,,,stu_CVDCU22496,,1680062384915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7057,,,stu_CVDCU22496,,1680062389513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7058,,,stu_CVDCU22496,,1680062396570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7059,,,stu_CVDCU22496,,1680062397612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7060,,,stu_CVDCU22496,,1680062400262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7061,,,stu_CVDCU22496,,1680062405870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7062,,,stu_CVDCU22496,,1680062408885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7063,,,stu_CVDCU22496,,1680062410541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7064,,,stu_CVDCU22496,,1680062412555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7065,,,stu_CVDCU22496,,1680062419640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7066,,,stu_CVDCU22496,,1680062435679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7067,,,stu_CVDCU22496,,1680062437810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7068,,,stu_CVDCU22496,,1680062450039,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7069,,,stu_CVDCU22496,,1680062452726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7070,,,stu_CVDCU22496,,1680062461388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7071,,,stu_CVDCU22496,,1680062463201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7072,,,stu_CVDCU22496,,1680062469733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7073,,,stu_CVDCU22496,,1680062475276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7074,,,stu_CVDCU22496,,1680062477823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7075,,,stu_CVDCU22496,,1680062480219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7076,,,stu_CVDCU22496,,1680062485691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7077,,,stu_CVDCU22496,,1680062488202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7078,,,stu_CVDCU22496,,1680062490861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7079,,,stu_CVDCU22496,,1680062493106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7080,,,stu_CVDCU22496,,1680062501496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7081,,,stu_CVDCU22496,,1680062504647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7082,,,stu_CVDCU22496,,1680062507110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7083,,,stu_CVDCU22496,,1680062509758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7084,,,stu_CVDCU22496,,1680062516990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7085,,,stu_CVDCU22496,,1680062521138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7086,,,stu_CVDCU22496,,1680062523684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7087,,,stu_CVDCU22496,,1680062525291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7088,,,stu_CVDCU22496,,1680062529599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7089,,,stu_CVDCU22496,,1680062534587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7090,,,stu_CVDCU22496,,1680062548477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7091,,,stu_CVDCU22496,,1680062548576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7092,,,stu_CVDCU22496,,1680062551527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7093,,,stu_CVDCU22496,,1680062559284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7094,,,stu_CVDCU22496,,1680062559284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7095,,,stu_CVDCU22496,,1680062559284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7096,,,stu_CVDCU22496,,1680062559284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7097,,,stu_CVDCU22496,,1680062565899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7098,,,stu_CVDCU22496,,1680062572117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7099,,,stu_CVDCU22496,,1680062575837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7100,,,stu_CVDCU22496,,1680062578517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7101,,,stu_CVDCU22496,,1680062578517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7102,,,stu_CVDCU22496,,1680062578517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7103,,,stu_CVDCU22496,,1680062578517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7104,,,stu_CVDCU22496,,1680062583169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7105,,,stu_CVDCU22496,,1680062587098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7106,,,stu_CVDCU22496,,1680062590581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7107,,,stu_CVDCU22496,,1680062590581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7108,,,stu_CVDCU22496,,1680062590581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7109,,,stu_CVDCU22496,,1680062590581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7110,,,stu_CVDCU22496,,1680062594723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7111,,,stu_CVDCU22496,,1680062598368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7112,,,stu_CVDCU22496,,1680062601329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7113,,,stu_CVDCU22496,,1680062608799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7114,,,stu_CVDCU22496,,1680062625094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7115,,,stu_CVDCU22496,,1680062633986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7116,,,stu_CVDCU22496,,1680062641102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7117,,,stu_CVDCU22496,,1680062642950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7118,,,stu_CVDCU22496,,1680062646724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7119,,,stu_CVDCU22496,,1680062654507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7120,,,stu_CVDCU22496,,1680062663749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7121,,,stu_CVDCU22496,,1680062673290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7122,,,stu_CVDCU22496,,1680062694729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7123,,,stu_CVDCU22496,,1680062702295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7124,,,stu_CVDCU22496,,1680062722949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7125,,,stu_CVDCU22496,,1680062743937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7126,,,stu_CVDCU22496,,1680062749227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7127,,,stu_CVDCU22496,,1680062751195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7128,,,stu_CVDCU22496,,1680062761125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7129,,,stu_CVDCU22496,,1680062766663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7130,,,stu_CVDCU22496,,1680062769245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7131,,,stu_CVDCU22496,,1680062772702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7132,,,stu_CVDCU22496,,1680062774640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7133,,,stu_CVDCU22496,,1680062778730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7134,,,stu_CVDCU22496,,1680062781741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7135,,,stu_CVDCU22496,,1680062783915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7136,,,stu_CVDCU22496,,1680062785549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7137,,,stu_CVDCU22496,,1680062790190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7138,,,stu_CVDCU22496,,1680062795876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7139,,,stu_CVDCU22496,,1680062799659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7140,,,stu_CVDCU22496,,1680062802413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7141,,,stu_CVDCU22496,,1680062815826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7142,,,stu_CVDCU22496,,1680062821067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7143,,,stu_CVDCU22496,,1680062823990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7144,,,stu_CVDCU22496,,1680062826371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7145,,,stu_CVDCU22496,,1680062832085,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7146,,,stu_CVDCU22496,,1680062834826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7147,,,stu_CVDCU22496,,1680062837650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7148,,,stu_CVDCU22496,,1680062839865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7149,,,stu_CVDCU22496,,1680062844220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7150,,,stu_CVDCU22496,,1680062849457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7151,,,stu_CVDCU22496,,1680061576004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7152,,,stu_CVDCU22496,,1680061576004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7153,,,stu_CVDCU22496,,1680061576004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7154,,,stu_CVDCU22496,,1680061576004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7155,,,stu_CVDCU22496,,1680061577645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7156,,,stu_CVDCU22496,,1680061582378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7157,,,stu_CVDCU22496,,1680061589824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7158,,,stu_CVDCU22496,,1680061589982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7159,,,stu_CVDCU22496,,1680061592265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7160,,,stu_CVDCU22496,,1680061595205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7161,,,stu_CVDCU22496,,1680061595205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7162,,,stu_CVDCU22496,,1680061595205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7163,,,stu_CVDCU22496,,1680061595205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7164,,,stu_CVDCU22496,,1680061600307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7165,,,stu_CVDCU22496,,1680061604317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7166,,,stu_CVDCU22496,,1680061606413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7167,,,stu_CVDCU22496,,1680061606413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7168,,,stu_CVDCU22496,,1680061606413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7169,,,stu_CVDCU22496,,1680061606413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7170,,,stu_CVDCU22496,,1680061611933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7171,,,stu_CVDCU22496,,1680061618627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7172,,,stu_CVDCU22496,,1680061627690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7173,,,stu_CVDCU22496,,1680061627690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7174,,,stu_CVDCU22496,,1680061627690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7175,,,stu_CVDCU22496,,1680061627690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7176,,,stu_CVDCU22496,,1680061628765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7177,,,stu_CVDCU22496,,1680061669975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7178,,,stu_CVDCU22496,,1680061671428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7179,,,stu_CVDCU22496,,1680061676239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7180,,,stu_CVDCU22496,,1680061677764,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7181,,,stu_CVDCU22496,,1680061684841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7182,,,stu_CVDCU22496,,1680061688182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7183,,,stu_CVDCU22496,,1680061692276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7184,,,stu_CVDCU22496,,1680061692760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7185,,,stu_CVDCU22496,,1680061702552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7186,,,stu_CVDCU22496,,1680061707595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7187,,,stu_CVDCU22496,,1680061710502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7188,,,stu_CVDCU22496,,1680061715352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7189,,,stu_CVDCU22496,,1680061718090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7190,,,stu_CVDCU22496,,1680061721008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7191,,,stu_CVDCU22496,,1680061724461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7192,,,stu_CVDCU22496,,1680061726385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7193,,,stu_CVDCU22496,,1680061731593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7194,,,stu_CVDCU22496,,1680061732008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7195,,,stu_CVDCU22496,,1680061735894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7196,,,stu_CVDCU22496,,1680061737786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7197,,,stu_CVDCU22496,,1680061738810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7198,,,stu_CVDCU22496,,1680061748975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7199,,,stu_CVDCU22496,,1680061749589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7200,,,stu_CVDCU22496,,1680061752926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7201,,,stu_CVDCU22496,,1680061755540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7202,,,stu_CVDCU22496,,1680061758442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7203,,,stu_CVDCU22496,,1680061762048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7204,,,stu_CVDCU22496,,1680061763535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7205,,,stu_CVDCU22496,,1680061765666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7206,,,stu_CVDCU22496,,1680061776014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7207,,,stu_CVDCU22496,,1680061782450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7208,,,stu_CVDCU22496,,1680061782471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7209,,,stu_CVDCU22496,,1680061782471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7210,,,stu_CVDCU22496,,1680061782471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7211,,,stu_CVDCU22496,,1680061782471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7212,,,stu_CVDCU22496,,1680061783177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7213,,,stu_CVDCU22496,,1680061784171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7214,,,stu_CVDCU22496,,1680061787668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-7215,,,stu_MLNUF51435,,1674071197266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7216,,,stu_MLNUF51435,,1674071199518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7217,,,stu_MLNUF51435,,1674071201266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7218,,,stu_MLNUF51435,,1674071204759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7219,,,stu_MLNUF51435,,1674071219558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7220,,,stu_MLNUF51435,,1674071274636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7221,,,stu_MLNUF51435,,1674071282357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7222,,,stu_MLNUF51435,,1674071283633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7223,,,stu_MLNUF51435,,1674071289570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7224,,,stu_MLNUF51435,,1674071293429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7225,,,stu_MLNUF51435,,1674071299905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7226,,,stu_MLNUF51435,,1674071305309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7227,,,stu_MLNUF51435,,1674071310399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7228,,,stu_MLNUF51435,,1674071316307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-7229,,,stu_LUEEW39319,,1681413628352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7230,,,stu_LUEEW39319,,1681413631140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7231,,,stu_LUEEW39319,,1681413636745,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7232,,,stu_LUEEW39319,,1681413639021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7233,,,stu_LUEEW39319,,1681413642151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7234,,,stu_LUEEW39319,,1681413656868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7235,,,stu_LUEEW39319,,1681413658174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7236,,,stu_LUEEW39319,,1681413685039,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7237,,,stu_LUEEW39319,,1681413687310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7238,,,stu_LUEEW39319,,1681413689536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7239,,,stu_LUEEW39319,,1681413692350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7240,,,stu_LUEEW39319,,1681413695371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7241,,,stu_LUEEW39319,,1681413698424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7242,,,stu_LUEEW39319,,1681413701620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7243,,,stu_LUEEW39319,,1681413701622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7244,,,stu_LUEEW39319,,1681413705833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7245,,,stu_LUEEW39319,,1681413709094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7246,,,stu_LUEEW39319,,1681413503233,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7247,,,stu_LUEEW39319,,1681413503259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7248,,,stu_LUEEW39319,,1681413505148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7249,,,stu_LUEEW39319,,1681413508741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7250,,,stu_LUEEW39319,,1681413511558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7251,,,stu_LUEEW39319,,1681413518448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7252,,,stu_LUEEW39319,,1681413520294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7253,,,stu_LUEEW39319,,1681413523734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7254,,,stu_LUEEW39319,,1681413536606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7255,,,stu_LUEEW39319,,1681413537582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7256,,,stu_LUEEW39319,,1681413554720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7257,,,stu_LUEEW39319,,1681413557098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7258,,,stu_LUEEW39319,,1681413581633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7259,,,stu_LUEEW39319,,1681413583058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7260,,,stu_LUEEW39319,,1681413587436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7261,,,stu_LUEEW39319,,1681413589125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7262,,,stu_LUEEW39319,,1681413592491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7263,,,stu_LUEEW39319,,1681413595613,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7264,,,stu_LUEEW39319,,1681413608722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7265,,,stu_LUEEW39319,,1681413611181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-087,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7266,,,stu_LUEEW39319,,1681413368798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7267,,,stu_LUEEW39319,,1681413368829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7268,,,stu_LUEEW39319,,1681413370912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7269,,,stu_LUEEW39319,,1681413385393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7270,,,stu_LUEEW39319,,1681413388223,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7271,,,stu_LUEEW39319,,1681413394423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7272,,,stu_LUEEW39319,,1681413394955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7273,,,stu_LUEEW39319,,1681413396899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7274,,,stu_LUEEW39319,,1681413400549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7275,,,stu_LUEEW39319,,1681413408458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7276,,,stu_LUEEW39319,,1681413408945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7277,,,stu_LUEEW39319,,1681413414362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7278,,,stu_LUEEW39319,,1681413416768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7279,,,stu_LUEEW39319,,1681413418960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7280,,,stu_LUEEW39319,,1681413439326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7281,,,stu_LUEEW39319,,1681413441883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7282,,,stu_LUEEW39319,,1681413445098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7283,,,stu_LUEEW39319,,1681413451403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7284,,,stu_LUEEW39319,,1681413454377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7285,,,stu_LUEEW39319,,1681413457421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7286,,,stu_LUEEW39319,,1681413471933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7287,,,stu_LUEEW39319,,1681413475590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7288,,,stu_LUEEW39319,,1681413484651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7289,,,stu_LUEEW39319,,1681413488095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7290,,,stu_LUEEW39319,,1681413490403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7291,,,stu_LUEEW39319,,1681413493590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7292,,,stu_LUEEW39319,,1681413495961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7293,,,stu_QGWVK00351,,1683254218102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7294,,,stu_QGWVK00351,,1683254218173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7295,,,stu_QGWVK00351,,1683254219767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7296,,,stu_QGWVK00351,,1683254231553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7297,,,stu_QGWVK00351,,1683254236135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7298,,,stu_QGWVK00351,,1683254239079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7299,,,stu_QGWVK00351,,1683254239990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7300,,,stu_QGWVK00351,,1683254241990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7301,,,stu_QGWVK00351,,1683254244138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7302,,,stu_QGWVK00351,,1683254246500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7303,,,stu_QGWVK00351,,1683254254125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7304,,,stu_QGWVK00351,,1683254256914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7305,,,stu_QGWVK00351,,1683254259412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7306,,,stu_QGWVK00351,,1683254261019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7307,,,stu_QGWVK00351,,1683254266097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7308,,,stu_QGWVK00351,,1683254270198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7309,,,stu_QGWVK00351,,1683254273240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7310,,,stu_QGWVK00351,,1683254274696,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7311,,,stu_QGWVK00351,,1683254277711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7312,,,stu_QGWVK00351,,1683254282385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7313,,,stu_QGWVK00351,,1683254283632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7314,,,stu_QGWVK00351,,1683254287247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7315,,,stu_QGWVK00351,,1683254290775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7316,,,stu_QGWVK00351,,1681517276288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7317,,,stu_QGWVK00351,,1681517276312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7318,,,stu_QGWVK00351,,1681517277934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7319,,,stu_QGWVK00351,,1681517288478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7320,,,stu_QGWVK00351,,1681517295568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7321,,,stu_QGWVK00351,,1681517301173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7322,,,stu_QGWVK00351,,1681517307729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7323,,,stu_QGWVK00351,,1681517315052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7324,,,stu_QGWVK00351,,1681517325317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7325,,,stu_QGWVK00351,,1681517339933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7326,,,stu_QGWVK00351,,1681517342256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7327,,,stu_QGWVK00351,,1681517347361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7328,,,stu_QGWVK00351,,1681517351264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7329,,,stu_QGWVK00351,,1681517353522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7330,,,stu_QGWVK00351,,1681517358240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7331,,,stu_QGWVK00351,,1681517359982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7332,,,stu_QGWVK00351,,1681517364328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7333,,,stu_QGWVK00351,,1681517365601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7334,,,stu_QGWVK00351,,1681517377825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7335,,,stu_QGWVK00351,,1681517384609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7336,,,stu_QGWVK00351,,1681517390665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7337,,,stu_QGWVK00351,,1681517392308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7338,,,stu_QGWVK00351,,1681517396668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7339,,,stu_QGWVK00351,,1681517401598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7340,,,stu_QGWVK00351,,1683308888042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7341,,,stu_QGWVK00351,,1683308890575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7342,,,stu_QGWVK00351,,1683308897273,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7343,,,stu_QGWVK00351,,1683308898587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7344,,,stu_QGWVK00351,,1683308903834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7345,,,stu_QGWVK00351,,1683308905522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7346,,,stu_QGWVK00351,,1683308906313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7347,,,stu_QGWVK00351,,1683308907658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7348,,,stu_QGWVK00351,,1683308908348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7349,,,stu_QGWVK00351,,1683308914508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7350,,,stu_QGWVK00351,,1683308916787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7351,,,stu_QGWVK00351,,1683308921339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7352,,,stu_QGWVK00351,,1683308925704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7353,,,stu_QGWVK00351,,1683308947398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7354,,,stu_QGWVK00351,,1683308949221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7355,,,stu_QGWVK00351,,1683308953074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7356,,,stu_QGWVK00351,,1683308954578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7357,,,stu_QGWVK00351,,1683308962078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7358,,,stu_QGWVK00351,,1683308963815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7359,,,stu_QGWVK00351,,1683308964838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7360,,,stu_QGWVK00351,,1683308966057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7361,,,stu_QGWVK00351,,1683308966934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7362,,,stu_QGWVK00351,,1683308975023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7363,,,stu_QGWVK00351,,1683308979208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7364,,,stu_QGWVK00351,,1683308982419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7365,,,stu_QGWVK00351,,1683308990118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-7366,,,stu_RSOYF99429,,1681417251160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7367,,,stu_RSOYF99429,,1681417251192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7368,,,stu_RSOYF99429,,1681417253395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7369,,,stu_RSOYF99429,,1681417256065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7370,,,stu_RSOYF99429,,1681417261613,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7371,,,stu_RSOYF99429,,1681417264774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7372,,,stu_RSOYF99429,,1681417267975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7373,,,stu_RSOYF99429,,1681417271791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7374,,,stu_RSOYF99429,,1681417273207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7375,,,stu_RSOYF99429,,1681417280776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7376,,,stu_RSOYF99429,,1681417283041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7377,,,stu_RSOYF99429,,1681417285778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7378,,,stu_RSOYF99429,,1681417288751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7379,,,stu_RSOYF99429,,1681417297599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7380,,,stu_RSOYF99429,,1681417300582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7381,,,stu_RSOYF99429,,1681417304127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7382,,,stu_RSOYF99429,,1681417311503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7383,,,stu_RSOYF99429,,1681417316799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7384,,,stu_RSOYF99429,,1681417328387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7385,,,stu_RSOYF99429,,1681417329868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7386,,,stu_RSOYF99429,,1681417333093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7387,,,stu_RSOYF99429,,1681417337198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7388,,,stu_YJQWF43097,,1681411877377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7389,,,stu_YJQWF43097,,1681411879535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7390,,,stu_YJQWF43097,,1681411886475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7391,,,stu_YJQWF43097,,1681411888000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7392,,,stu_YJQWF43097,,1681411901463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7393,,,stu_YJQWF43097,,1681411903902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7394,,,stu_YJQWF43097,,1681411909431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7395,,,stu_YJQWF43097,,1681411912164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7396,,,stu_YJQWF43097,,1681411913848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7397,,,stu_YJQWF43097,,1681411916000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7398,,,stu_YJQWF43097,,1681411917673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7399,,,stu_YJQWF43097,,1681411927050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7400,,,stu_YJQWF43097,,1681411930262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7401,,,stu_YJQWF43097,,1681411935649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7402,,,stu_YJQWF43097,,1681411935655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7403,,,stu_YJQWF43097,,1681411939380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7404,,,stu_YJQWF43097,,1681411946453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-7405,,,stu_UKCIP21224,,1677449184406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7406,,,stu_UKCIP21224,,1677449195072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7407,,,stu_UKCIP21224,,1677449208639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7408,,,stu_UKCIP21224,,1677449210408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7409,,,stu_UKCIP21224,,1677449211934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7410,,,stu_UKCIP21224,,1677449217792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7411,,,stu_UKCIP21224,,1677449242493,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7412,,,stu_UKCIP21224,,1677449251306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7413,,,stu_UKCIP21224,,1677449266457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7414,,,stu_UKCIP21224,,1677449269044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7415,,,stu_UKCIP21224,,1677449291499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7416,,,stu_UKCIP21224,,1677449299658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7417,,,stu_UKCIP21224,,1677449327895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7418,,,stu_UKCIP21224,,1677448587765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7419,,,stu_UKCIP21224,,1677448600786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7420,,,stu_UKCIP21224,,1677448617053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7421,,,stu_UKCIP21224,,1677448622548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7422,,,stu_UKCIP21224,,1677448628013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7423,,,stu_UKCIP21224,,1677448668628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7424,,,stu_UKCIP21224,,1677448681575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7425,,,stu_UKCIP21224,,1677448737586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7426,,,stu_UKCIP21224,,1677448743786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7427,,,stu_UKCIP21224,,1677448759240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7428,,,stu_UKCIP21224,,1677448765854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7429,,,stu_UKCIP21224,,1677448801956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-7430,,,stu_ZLIMQ51390,,1675694790122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7431,,,stu_ZLIMQ51390,,1675694794083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7432,,,stu_ZLIMQ51390,,1675694796443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7433,,,stu_ZLIMQ51390,,1675694799526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7434,,,stu_ZLIMQ51390,,1675694808636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7435,,,stu_ZLIMQ51390,,1675694811367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7436,,,stu_ZLIMQ51390,,1675694812749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7437,,,stu_ZLIMQ51390,,1675694814923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7438,,,stu_ZLIMQ51390,,1675694816608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7439,,,stu_ZLIMQ51390,,1675694829234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7440,,,stu_ZLIMQ51390,,1675694832293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7441,,,stu_ZLIMQ51390,,1675694884211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7442,,,stu_ZLIMQ51390,,1675694885929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7443,,,stu_ZLIMQ51390,,1675694896995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7444,,,stu_ZLIMQ51390,,1675694903372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7445,,,stu_ZLIMQ51390,,1675695108068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7446,,,stu_ZLIMQ51390,,1675695112160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7447,,,stu_ZLIMQ51390,,1675695114176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7448,,,stu_ZLIMQ51390,,1675695114197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7449,,,stu_ZLIMQ51390,,1675695124388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7450,,,stu_ZLIMQ51390,,1675695124410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7451,,,stu_ZLIMQ51390,,1675695129119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7452,,,stu_ZLIMQ51390,,1675695133888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7453,,,stu_ZLIMQ51390,,1675693448486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7454,,,stu_ZLIMQ51390,,1675693455124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7455,,,stu_ZLIMQ51390,,1675693460446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7456,,,stu_ZLIMQ51390,,1675693462721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7457,,,stu_ZLIMQ51390,,1675693489849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7458,,,stu_ZLIMQ51390,,1675693561888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7459,,,stu_ZLIMQ51390,,1675693564495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7460,,,stu_ZLIMQ51390,,1675693566329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7461,,,stu_ZLIMQ51390,,1675693568980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7462,,,stu_ZLIMQ51390,,1675693572834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7463,,,stu_ZLIMQ51390,,1675693575047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7464,,,stu_ZLIMQ51390,,1675693578175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7465,,,stu_ZLIMQ51390,,1675693581391,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7466,,,stu_ZLIMQ51390,,1675693583376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7467,,,stu_ZLIMQ51390,,1675693586526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7468,,,stu_ZLIMQ51390,,1675693603446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7469,,,stu_ZLIMQ51390,,1675693605244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7470,,,stu_ZLIMQ51390,,1675693608539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7471,,,stu_ZLIMQ51390,,1675693619814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7472,,,stu_ZLIMQ51390,,1675693623135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7473,,,stu_ZLIMQ51390,,1675693627631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7474,,,stu_ZLIMQ51390,,1675693629837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7475,,,stu_ZLIMQ51390,,1675693634063,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7476,,,stu_ZLIMQ51390,,1675693634085,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7477,,,stu_ZLIMQ51390,,1675693637727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7478,,,stu_ZLIMQ51390,,1675693643360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7479,,,stu_ZLIMQ51390,,1675694503133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7480,,,stu_ZLIMQ51390,,1675694508075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7481,,,stu_ZLIMQ51390,,1675694509799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7482,,,stu_ZLIMQ51390,,1675694511864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7483,,,stu_ZLIMQ51390,,1675694515957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7484,,,stu_ZLIMQ51390,,1675694519430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7485,,,stu_ZLIMQ51390,,1675694520666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7486,,,stu_ZLIMQ51390,,1675694522436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7487,,,stu_ZLIMQ51390,,1675694524874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7488,,,stu_ZLIMQ51390,,1675694529279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7489,,,stu_ZLIMQ51390,,1675694532173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7490,,,stu_ZLIMQ51390,,1675694537136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7491,,,stu_ZLIMQ51390,,1675694545447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7492,,,stu_ZLIMQ51390,,1675694547581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7493,,,stu_ZLIMQ51390,,1675694549890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7494,,,stu_ZLIMQ51390,,1675694559804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7495,,,stu_ZLIMQ51390,,1675694561672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7496,,,stu_ZLIMQ51390,,1675694565039,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7497,,,stu_ZLIMQ51390,,1675694568056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7498,,,stu_ZLIMQ51390,,1675695378881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7499,,,stu_ZLIMQ51390,,1675695382015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7500,,,stu_ZLIMQ51390,,1675695385964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7501,,,stu_ZLIMQ51390,,1675695387771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7502,,,stu_ZLIMQ51390,,1675695390551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7503,,,stu_ZLIMQ51390,,1675695393530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7504,,,stu_ZLIMQ51390,,1675695394790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7505,,,stu_ZLIMQ51390,,1675695397148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7506,,,stu_ZLIMQ51390,,1675695398909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7507,,,stu_ZLIMQ51390,,1675695411853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7508,,,stu_ZLIMQ51390,,1675695414890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7509,,,stu_ZLIMQ51390,,1675695416739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7510,,,stu_ZLIMQ51390,,1675695419352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7511,,,stu_ZLIMQ51390,,1675695430451,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7512,,,stu_ZLIMQ51390,,1675695433445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7513,,,stu_ZLIMQ51390,,1675695580681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7514,,,stu_ZLIMQ51390,,1675695584568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7515,,,stu_ZLIMQ51390,,1675695587419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7516,,,stu_ZLIMQ51390,,1675695591952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7517,,,stu_ZLIMQ51390,,1675695596777,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7518,,,stu_ZLIMQ51390,,1675693839719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7519,,,stu_ZLIMQ51390,,1675693842028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7520,,,stu_ZLIMQ51390,,1675693847012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7521,,,stu_ZLIMQ51390,,1675693848533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7522,,,stu_ZLIMQ51390,,1675693892533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7523,,,stu_ZLIMQ51390,,1675693897059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7524,,,stu_ZLIMQ51390,,1675693901413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7525,,,stu_ZLIMQ51390,,1675693902445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7526,,,stu_ZLIMQ51390,,1675693903399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7527,,,stu_ZLIMQ51390,,1675693909006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7528,,,stu_ZLIMQ51390,,1675693913654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7529,,,stu_ZLIMQ51390,,1675693917544,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7530,,,stu_ZLIMQ51390,,1675693928765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7531,,,stu_ZLIMQ51390,,1675693930415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7532,,,stu_ZLIMQ51390,,1675693933640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7533,,,stu_ZLIMQ51390,,1675693936738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7534,,,stu_ZLIMQ51390,,1675693938449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7535,,,stu_ZLIMQ51390,,1675693942088,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7536,,,stu_ZLIMQ51390,,1675693965196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7537,,,stu_ZLIMQ51390,,1675693968299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7538,,,stu_ZLIMQ51390,,1675693969975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7539,,,stu_ZLIMQ51390,,1675693973369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7540,,,stu_ZLIMQ51390,,1675694023323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7541,,,stu_ZLIMQ51390,,1675694026209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7542,,,stu_ZLIMQ51390,,1675694028649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7543,,,stu_ZLIMQ51390,,1675694030686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7544,,,stu_ZLIMQ51390,,1675694031922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7545,,,stu_ZLIMQ51390,,1675694034142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7546,,,stu_ZLIMQ51390,,1675694037359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7547,,,stu_ZLIMQ51390,,1675694042210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7548,,,stu_ZLIMQ51390,,1675694047818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7549,,,stu_ZLIMQ51390,,1675694055815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7550,,,stu_ZLIMQ51390,,1675694062696,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7551,,,stu_ZLIMQ51390,,1675694064480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7552,,,stu_ZLIMQ51390,,1675694067479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7553,,,stu_ZLIMQ51390,,1675694069903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7554,,,stu_ZLIMQ51390,,1675694073326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7555,,,stu_ZLIMQ51390,,1675694075983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7556,,,stu_ZLIMQ51390,,1675694076001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7557,,,stu_ZLIMQ51390,,1675694081952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7558,,,stu_ZLIMQ51390,,1675694085934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7559,,,stu_ZLIMQ51390,,1675694124268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7560,,,stu_ZLIMQ51390,,1675694124274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7561,,,stu_ZLIMQ51390,,1675694126099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7562,,,stu_ZLIMQ51390,,1675694128612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7563,,,stu_ZLIMQ51390,,1675694130336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7564,,,stu_ZLIMQ51390,,1675694133217,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7565,,,stu_ZLIMQ51390,,1675694196278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7566,,,stu_ZLIMQ51390,,1675694202718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7567,,,stu_ZLIMQ51390,,1675694209843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7568,,,stu_ZLIMQ51390,,1675694218821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7569,,,stu_ZLIMQ51390,,1675694220487,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7570,,,stu_ZLIMQ51390,,1675694221915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7571,,,stu_ZLIMQ51390,,1675694223514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7572,,,stu_ZLIMQ51390,,1675694228709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7573,,,stu_ZLIMQ51390,,1675694232249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7574,,,stu_ZLIMQ51390,,1675694234303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7575,,,stu_ZLIMQ51390,,1675694246111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7576,,,stu_ZLIMQ51390,,1675694248092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7577,,,stu_ZLIMQ51390,,1675694256327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7578,,,stu_ZLIMQ51390,,1675694334636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7579,,,stu_ZLIMQ51390,,1675694355650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7580,,,stu_ZLIMQ51390,,1675694355656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7581,,,stu_ZLIMQ51390,,1675694376429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7582,,,stu_ZLIMQ51390,,1675694376438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7583,,,stu_ZLIMQ51390,,1675694380162,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7584,,,stu_ZLIMQ51390,,1675694385133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7585,,,stu_ZLIMQ51390,,1675694582094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7586,,,stu_ZLIMQ51390,,1675694586784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7587,,,stu_ZLIMQ51390,,1675694591440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7588,,,stu_ZLIMQ51390,,1675694594208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7589,,,stu_ZLIMQ51390,,1675694596811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7590,,,stu_ZLIMQ51390,,1675694599374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7591,,,stu_ZLIMQ51390,,1675694600635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7592,,,stu_ZLIMQ51390,,1675694607332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7593,,,stu_ZLIMQ51390,,1675694609154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7594,,,stu_ZLIMQ51390,,1675694621183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7595,,,stu_ZLIMQ51390,,1675694623849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7596,,,stu_ZLIMQ51390,,1675694627322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7597,,,stu_ZLIMQ51390,,1675694629151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7598,,,stu_ZLIMQ51390,,1675694630936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7599,,,stu_ZLIMQ51390,,1675694633785,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7600,,,stu_ZLIMQ51390,,1675694646906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7601,,,stu_ZLIMQ51390,,1675694648865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7602,,,stu_ZLIMQ51390,,1675694650590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7603,,,stu_ZLIMQ51390,,1675694676631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7604,,,stu_ZLIMQ51390,,1675694682434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7605,,,stu_ZLIMQ51390,,1675694682456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7606,,,stu_ZLIMQ51390,,1675694690645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7607,,,stu_ZLIMQ51390,,1675694697345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7608,,,stu_ZLIMQ51390,,1675694702238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-7609,,,stu_TJWRV40420,,1683834334529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7610,,,stu_TJWRV40420,,1683834334598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7611,,,stu_TJWRV40420,,1683834339029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7612,,,stu_TJWRV40420,,1683834350505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7613,,,stu_TJWRV40420,,1683834356899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7614,,,stu_TJWRV40420,,1683834376650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7615,,,stu_TJWRV40420,,1683834378294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7616,,,stu_TJWRV40420,,1683834378316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7617,,,stu_TJWRV40420,,1683834388374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7618,,,stu_TJWRV40420,,1683834426602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7619,,,stu_TJWRV40420,,1683834430176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7620,,,stu_TJWRV40420,,1683834435625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7621,,,stu_TJWRV40420,,1683834440141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7622,,,stu_TJWRV40420,,1683834443034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7623,,,stu_TJWRV40420,,1683834445569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7624,,,stu_TJWRV40420,,1683834461573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7625,,,stu_TJWRV40420,,1683834464898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7626,,,stu_TJWRV40420,,1683834469947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7627,,,stu_TJWRV40420,,1683834472403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7628,,,stu_TJWRV40420,,1683834490048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7629,,,stu_TJWRV40420,,1683834494364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7630,,,stu_TJWRV40420,,1683834506053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7631,,,stu_TJWRV40420,,1683834511876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7632,,,stu_TJWRV40420,,1683834511887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7633,,,stu_TJWRV40420,,1683834516773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7634,,,stu_TJWRV40420,,1683834516814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7635,,,stu_TJWRV40420,,1683834522123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7636,,,stu_TJWRV40420,,1683834525476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7637,,,stu_TJWRV40420,,1683834550372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7638,,,stu_TJWRV40420,,1683834554876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7639,,,stu_TJWRV40420,,1683834562154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7640,,,stu_TJWRV40420,,1683834568217,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7641,,,stu_TJWRV40420,,1683834570315,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7642,,,stu_TJWRV40420,,1683834573977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7643,,,stu_TJWRV40420,,1683834578445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7644,,,stu_TJWRV40420,,1683864056212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7645,,,stu_TJWRV40420,,1683864061054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7646,,,stu_TJWRV40420,,1683864063401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7647,,,stu_TJWRV40420,,1683864067464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7648,,,stu_TJWRV40420,,1683864076990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7649,,,stu_TJWRV40420,,1683864079691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7650,,,stu_TJWRV40420,,1683864082479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7651,,,stu_TJWRV40420,,1683864102230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7652,,,stu_TJWRV40420,,1683864105109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7653,,,stu_TJWRV40420,,1683864107497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7654,,,stu_TJWRV40420,,1683864114793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-7655,,,stu_UQFFU42380,,1680721274970,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7656,,,stu_UQFFU42380,,1680721274985,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7657,,,stu_UQFFU42380,,1680721276714,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7658,,,stu_UQFFU42380,,1680721284982,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7659,,,stu_UQFFU42380,,1680721289322,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7660,,,stu_UQFFU42380,,1680721293605,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7661,,,stu_UQFFU42380,,1680721296724,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7662,,,stu_UQFFU42380,,1680721298103,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7663,,,stu_UQFFU42380,,1680721353482,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7664,,,stu_UQFFU42380,,1680721357304,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7665,,,stu_UQFFU42380,,1680721360986,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7666,,,stu_UQFFU42380,,1680721363130,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7667,,,stu_UQFFU42380,,1680721364576,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7668,,,stu_UQFFU42380,,1680721369767,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7669,,,stu_UQFFU42380,,1680721397858,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7670,,,stu_UQFFU42380,,1680721401498,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7671,,,stu_UQFFU42380,,1680721405426,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7672,,,stu_UQFFU42380,,1680721411235,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7673,,,stu_UQFFU42380,,1680721413517,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7674,,,stu_UQFFU42380,,1680721418690,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7675,,,stu_UQFFU42380,,1680721423359,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7676,,,stu_UQFFU42380,,1680721427627,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7677,,,stu_UQFFU42380,,1680721430329,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7678,,,stu_UQFFU42380,,1680721431114,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7679,,,stu_UQFFU42380,,1680721431134,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7680,,,stu_UQFFU42380,,1680721435055,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7681,,,stu_UQFFU42380,,1680721439361,,,,,,ratio_proportion_change3,ratio_proportion_change3-189,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7682,,,stu_UQFFU42380,,1680721119022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7683,,,stu_UQFFU42380,,1680721119055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7684,,,stu_UQFFU42380,,1680721123463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7685,,,stu_UQFFU42380,,1680721126651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7686,,,stu_UQFFU42380,,1680721129945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7687,,,stu_UQFFU42380,,1680721131336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7688,,,stu_UQFFU42380,,1680721136303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7689,,,stu_UQFFU42380,,1680721143021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7690,,,stu_UQFFU42380,,1680721146018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7691,,,stu_UQFFU42380,,1680721155700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7692,,,stu_UQFFU42380,,1680721160836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7693,,,stu_UQFFU42380,,1680721165834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7694,,,stu_UQFFU42380,,1680721169446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7695,,,stu_UQFFU42380,,1680721175907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7696,,,stu_UQFFU42380,,1680721180310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7697,,,stu_UQFFU42380,,1680721182353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7698,,,stu_UQFFU42380,,1680721191799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7699,,,stu_UQFFU42380,,1680721194678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7700,,,stu_UQFFU42380,,1680721198846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7701,,,stu_UQFFU42380,,1680721204588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7702,,,stu_UQFFU42380,,1680721206412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7703,,,stu_UQFFU42380,,1680721214066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7704,,,stu_UQFFU42380,,1680721218199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7705,,,stu_UQFFU42380,,1680721221198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7706,,,stu_UQFFU42380,,1680721226411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7707,,,stu_UQFFU42380,,1680721233147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7708,,,stu_UQFFU42380,,1680721238249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7709,,,stu_UQFFU42380,,1680721241862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7710,,,stu_UQFFU42380,,1680721243317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7711,,,stu_UQFFU42380,,1680721245883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7712,,,stu_UQFFU42380,,1680721245968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7713,,,stu_UQFFU42380,,1680721250085,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7714,,,stu_UQFFU42380,,1680634043635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7715,,,stu_UQFFU42380,,1680634043678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7716,,,stu_UQFFU42380,,1680634048411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7717,,,stu_UQFFU42380,,1680634053719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7718,,,stu_UQFFU42380,,1680634070298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7719,,,stu_UQFFU42380,,1680634078044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7720,,,stu_UQFFU42380,,1680634085147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7721,,,stu_UQFFU42380,,1680634086458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7722,,,stu_UQFFU42380,,1680634179225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7723,,,stu_UQFFU42380,,1680634196546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7724,,,stu_UQFFU42380,,1680634200195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7725,,,stu_UQFFU42380,,1680634222997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7726,,,stu_UQFFU42380,,1680634236370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7727,,,stu_UQFFU42380,,1680634242727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7728,,,stu_UQFFU42380,,1680634245196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7729,,,stu_UQFFU42380,,1680634249887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7730,,,stu_UQFFU42380,,1680634256095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7731,,,stu_UQFFU42380,,1680634266365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7732,,,stu_UQFFU42380,,1680634270902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7733,,,stu_UQFFU42380,,1680634276392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7734,,,stu_UQFFU42380,,1680634279593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7735,,,stu_UQFFU42380,,1680634282623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7736,,,stu_UQFFU42380,,1680634284654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7737,,,stu_UQFFU42380,,1680634292706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7738,,,stu_UQFFU42380,,1680634301739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7739,,,stu_UQFFU42380,,1680721478472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7740,,,stu_UQFFU42380,,1680721485730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7741,,,stu_UQFFU42380,,1680721490282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7742,,,stu_UQFFU42380,,1680721492498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7743,,,stu_UQFFU42380,,1680721495422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7744,,,stu_UQFFU42380,,1680721496714,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7745,,,stu_UQFFU42380,,1680721504794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7746,,,stu_UQFFU42380,,1680721506414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7747,,,stu_UQFFU42380,,1680721509915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7748,,,stu_UQFFU42380,,1680721512028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7749,,,stu_UQFFU42380,,1680721514290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7750,,,stu_UQFFU42380,,1680721522598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7751,,,stu_UQFFU42380,,1680721528987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7752,,,stu_UQFFU42380,,1680721532282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7753,,,stu_UQFFU42380,,1680721535590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7754,,,stu_UQFFU42380,,1680721543694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7755,,,stu_UQFFU42380,,1680721553962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7756,,,stu_UQFFU42380,,1680721558440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7757,,,stu_UQFFU42380,,1680721569530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7758,,,stu_UQFFU42380,,1680721574147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7759,,,stu_UQFFU42380,,1680721575798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7760,,,stu_UQFFU42380,,1680721579519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7761,,,stu_UQFFU42380,,1680721583482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-7762,,,stu_WONUL76008,,1682084928047,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7763,,,stu_WONUL76008,,1682084935946,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7764,,,stu_WONUL76008,,1682084968717,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7765,,,stu_WONUL76008,,1682084973790,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7766,,,stu_WONUL76008,,1682084980243,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7767,,,stu_WONUL76008,,1682085032526,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7768,,,stu_WONUL76008,,1682085034170,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7769,,,stu_WONUL76008,,1682085067260,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7770,,,stu_WONUL76008,,1682085069026,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7771,,,stu_WONUL76008,,1682085078619,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7772,,,stu_WONUL76008,,1682085080159,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7773,,,stu_WONUL76008,,1682085207804,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7774,,,stu_WONUL76008,,1682085212461,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7775,,,stu_WONUL76008,,1682085214169,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7776,,,stu_WONUL76008,,1682085217965,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7777,,,stu_WONUL76008,,1682085221447,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7778,,,stu_WONUL76008,,1682085223944,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7779,,,stu_WONUL76008,,1682085225219,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7780,,,stu_WONUL76008,,1682085242540,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7781,,,stu_WONUL76008,,1682085258729,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7782,,,stu_WONUL76008,,1682085269315,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7783,,,stu_WONUL76008,,1682085285702,,,,,,ratio_proportion_change3,ratio_proportion_change3-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7784,,,stu_WONUL76008,,1682033178279,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7785,,,stu_WONUL76008,,1682033192662,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7786,,,stu_WONUL76008,,1682033205947,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7787,,,stu_WONUL76008,,1682033210199,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7788,,,stu_WONUL76008,,1682033223570,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7789,,,stu_WONUL76008,,1682033238295,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7790,,,stu_WONUL76008,,1682033277243,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7791,,,stu_WONUL76008,,1682033279350,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7792,,,stu_WONUL76008,,1682033283033,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7793,,,stu_WONUL76008,,1682033286975,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7794,,,stu_WONUL76008,,1682033288544,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7795,,,stu_WONUL76008,,1682033295965,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7796,,,stu_WONUL76008,,1682033300408,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7797,,,stu_WONUL76008,,1682033340801,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7798,,,stu_WONUL76008,,1682033342969,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7799,,,stu_WONUL76008,,1682033347434,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7800,,,stu_WONUL76008,,1682033402996,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7801,,,stu_WONUL76008,,1682033424850,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7802,,,stu_WONUL76008,,1682033426353,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7803,,,stu_WONUL76008,,1682033454697,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7804,,,stu_WONUL76008,,1682033467789,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7805,,,stu_WONUL76008,,1682033469368,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7806,,,stu_WONUL76008,,1682033477348,,,,,,ratio_proportion_change3,ratio_proportion_change3-050,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7807,,,stu_WONUL76008,,1682034127211,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7808,,,stu_WONUL76008,,1682034131860,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7809,,,stu_WONUL76008,,1682034134572,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7810,,,stu_WONUL76008,,1682034141229,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7811,,,stu_WONUL76008,,1682034144229,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7812,,,stu_WONUL76008,,1682034146488,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7813,,,stu_WONUL76008,,1682034155280,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7814,,,stu_WONUL76008,,1682034157804,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7815,,,stu_WONUL76008,,1682034166874,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7816,,,stu_WONUL76008,,1682034170744,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7817,,,stu_WONUL76008,,1682034172691,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7818,,,stu_WONUL76008,,1682034177675,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7819,,,stu_WONUL76008,,1682034181942,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7820,,,stu_WONUL76008,,1682034181943,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7821,,,stu_WONUL76008,,1682034187351,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7822,,,stu_WONUL76008,,1682034190913,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7823,,,stu_WONUL76008,,1682034193268,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7824,,,stu_WONUL76008,,1682034206992,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7825,,,stu_WONUL76008,,1682034217510,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7826,,,stu_WONUL76008,,1682034219743,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7827,,,stu_WONUL76008,,1682034233084,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7828,,,stu_WONUL76008,,1682034235645,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7829,,,stu_WONUL76008,,1682034239667,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7830,,,stu_WONUL76008,,1682034244248,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7831,,,stu_WONUL76008,,1682033774812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7832,,,stu_WONUL76008,,1682033774839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7833,,,stu_WONUL76008,,1682033779332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7834,,,stu_WONUL76008,,1682033796802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7835,,,stu_WONUL76008,,1682033800383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7836,,,stu_WONUL76008,,1682033806277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7837,,,stu_WONUL76008,,1682033810669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7838,,,stu_WONUL76008,,1682033815061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7839,,,stu_WONUL76008,,1682033820200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7840,,,stu_WONUL76008,,1682033821651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7841,,,stu_WONUL76008,,1682033823678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7842,,,stu_WONUL76008,,1682033827183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7843,,,stu_WONUL76008,,1682033830701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7844,,,stu_WONUL76008,,1682033832851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7845,,,stu_WONUL76008,,1682033837302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7846,,,stu_WONUL76008,,1682033839176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7847,,,stu_WONUL76008,,1682033848076,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7848,,,stu_WONUL76008,,1682033851980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7849,,,stu_WONUL76008,,1682033855746,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7850,,,stu_WONUL76008,,1682033868804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7851,,,stu_WONUL76008,,1682033888262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7852,,,stu_WONUL76008,,1682033910093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7853,,,stu_WONUL76008,,1682033936378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7854,,,stu_WONUL76008,,1682033936408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7855,,,stu_WONUL76008,,1682033953531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7856,,,stu_WONUL76008,,1682033955949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7857,,,stu_WONUL76008,,1682033970246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7858,,,stu_WONUL76008,,1682033980134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7859,,,stu_WONUL76008,,1682034031988,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7860,,,stu_WONUL76008,,1682034033892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7861,,,stu_WONUL76008,,1682034056915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7862,,,stu_WONUL76008,,1682034059214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7863,,,stu_WONUL76008,,1682034063527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7864,,,stu_WONUL76008,,1682034068238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7865,,,stu_WONUL76008,,1682032114047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7866,,,stu_WONUL76008,,1682032114085,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7867,,,stu_WONUL76008,,1682032116521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7868,,,stu_WONUL76008,,1682032121706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7869,,,stu_WONUL76008,,1682032128199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7870,,,stu_WONUL76008,,1682032139251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7871,,,stu_WONUL76008,,1682032143565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7872,,,stu_WONUL76008,,1682032179975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7873,,,stu_WONUL76008,,1682032186573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7874,,,stu_WONUL76008,,1682032191183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7875,,,stu_WONUL76008,,1682032193202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7876,,,stu_WONUL76008,,1682032198738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7877,,,stu_WONUL76008,,1682032210303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7878,,,stu_WONUL76008,,1682032211814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7879,,,stu_WONUL76008,,1682032218856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7880,,,stu_WONUL76008,,1682032223056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7881,,,stu_WONUL76008,,1682032226431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7882,,,stu_WONUL76008,,1682032228350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7883,,,stu_WONUL76008,,1682032253679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7884,,,stu_WONUL76008,,1682032258794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7885,,,stu_WONUL76008,,1682032264472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7886,,,stu_WONUL76008,,1682032269810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7887,,,stu_WONUL76008,,1682032273129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7888,,,stu_WONUL76008,,1682032280609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7889,,,stu_WONUL76008,,1682032280626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7890,,,stu_WONUL76008,,1682032284991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7891,,,stu_WONUL76008,,1682032295513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7892,,,stu_WONUL76008,,1682032308311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7893,,,stu_WONUL76008,,1682032323022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7894,,,stu_WONUL76008,,1682032328376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7895,,,stu_WONUL76008,,1682032347420,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7896,,,stu_WONUL76008,,1682032349125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7897,,,stu_WONUL76008,,1682032375725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7898,,,stu_WONUL76008,,1682032380390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7899,,,stu_WONUL76008,,1682032389321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7900,,,stu_WONUL76008,,1682032393478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7901,,,stu_WONUL76008,,1682032399341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7902,,,stu_WONUL76008,,1682032409822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7903,,,stu_WONUL76008,,1682032900996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7904,,,stu_WONUL76008,,1682032901028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7905,,,stu_WONUL76008,,1682032902865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7906,,,stu_WONUL76008,,1682032910653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7907,,,stu_WONUL76008,,1682032921181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7908,,,stu_WONUL76008,,1682032926043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7909,,,stu_WONUL76008,,1682032929324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7910,,,stu_WONUL76008,,1682032933590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7911,,,stu_WONUL76008,,1682032939043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7912,,,stu_WONUL76008,,1682032963314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7913,,,stu_WONUL76008,,1682032964882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7914,,,stu_WONUL76008,,1682032966801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7915,,,stu_WONUL76008,,1682032972470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7916,,,stu_WONUL76008,,1682032976328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7917,,,stu_WONUL76008,,1682032979619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7918,,,stu_WONUL76008,,1682032985248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7919,,,stu_WONUL76008,,1682032991668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7920,,,stu_WONUL76008,,1682033008317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7921,,,stu_WONUL76008,,1682033028919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7922,,,stu_WONUL76008,,1682033078774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7923,,,stu_WONUL76008,,1682033081268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7924,,,stu_WONUL76008,,1682033088816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7925,,,stu_WONUL76008,,1682033102615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7926,,,stu_WONUL76008,,1682033116618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7927,,,stu_WONUL76008,,1682033118338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7928,,,stu_WONUL76008,,1682033129310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7929,,,stu_WONUL76008,,1682033133012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7930,,,stu_WONUL76008,,1682033133035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7931,,,stu_WONUL76008,,1682033158186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7932,,,stu_WONUL76008,,1682033158205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7933,,,stu_WONUL76008,,1682033165320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7934,,,stu_ZZPZR02489,,1681527066580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7935,,,stu_ZZPZR02489,,1681527066684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7936,,,stu_ZZPZR02489,,1681527069244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7937,,,stu_ZZPZR02489,,1681527255207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7938,,,stu_ZZPZR02489,,1681527255207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7939,,,stu_ZZPZR02489,,1681527255207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7940,,,stu_ZZPZR02489,,1681527255207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7941,,,stu_ZZPZR02489,,1681527259466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7942,,,stu_ZZPZR02489,,1681527262288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7943,,,stu_ZZPZR02489,,1681527264002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7944,,,stu_ZZPZR02489,,1681527264002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7945,,,stu_ZZPZR02489,,1681527264002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7946,,,stu_ZZPZR02489,,1681527264002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7947,,,stu_ZZPZR02489,,1681527268384,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7948,,,stu_ZZPZR02489,,1681527270466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7949,,,stu_ZZPZR02489,,1681527272086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7950,,,stu_ZZPZR02489,,1681527272086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7951,,,stu_ZZPZR02489,,1681527272086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7952,,,stu_ZZPZR02489,,1681527272086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7953,,,stu_ZZPZR02489,,1681527277146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7954,,,stu_ZZPZR02489,,1681527280467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7955,,,stu_ZZPZR02489,,1681527283486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7956,,,stu_ZZPZR02489,,1681527291059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7957,,,stu_ZZPZR02489,,1681527294134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7958,,,stu_ZZPZR02489,,1681527297627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7959,,,stu_ZZPZR02489,,1681527303199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7960,,,stu_ZZPZR02489,,1681527305247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7961,,,stu_ZZPZR02489,,1681527307717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7962,,,stu_ZZPZR02489,,1681527311007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7963,,,stu_ZZPZR02489,,1681527314281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7964,,,stu_ZZPZR02489,,1681527316567,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7965,,,stu_ZZPZR02489,,1681527318705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7966,,,stu_ZZPZR02489,,1681527321924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7967,,,stu_ZZPZR02489,,1681527324819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7968,,,stu_ZZPZR02489,,1681527326580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7969,,,stu_ZZPZR02489,,1681527329057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7970,,,stu_ZZPZR02489,,1681527331692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7971,,,stu_ZZPZR02489,,1681527335607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7972,,,stu_ZZPZR02489,,1681527339115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7973,,,stu_ZZPZR02489,,1681527341408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7974,,,stu_ZZPZR02489,,1681527343606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7975,,,stu_ZZPZR02489,,1681527346963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7976,,,stu_ZZPZR02489,,1681527350589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7977,,,stu_ZZPZR02489,,1681527368222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7978,,,stu_ZZPZR02489,,1681527371529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7979,,,stu_ZZPZR02489,,1681527375145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7980,,,stu_ZZPZR02489,,1681527380313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7981,,,stu_ZZPZR02489,,1681527383078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7982,,,stu_ZZPZR02489,,1681527386718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7983,,,stu_ZZPZR02489,,1681527390409,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7984,,,stu_ZZPZR02489,,1681527393275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7985,,,stu_ZZPZR02489,,1681527396164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7986,,,stu_ZZPZR02489,,1681527396164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7987,,,stu_ZZPZR02489,,1681527396164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7988,,,stu_ZZPZR02489,,1681527396164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7989,,,stu_ZZPZR02489,,1681527399681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7990,,,stu_ZZPZR02489,,1681527403212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7991,,,stu_ZZPZR02489,,1681527406240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7992,,,stu_ZZPZR02489,,1681525340308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7993,,,stu_ZZPZR02489,,1681525340308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7994,,,stu_ZZPZR02489,,1681525340308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7995,,,stu_ZZPZR02489,,1681525340308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7996,,,stu_ZZPZR02489,,1681525343263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7997,,,stu_ZZPZR02489,,1681525346374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7998,,,stu_ZZPZR02489,,1681525350316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-7999,,,stu_ZZPZR02489,,1681525352734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8000,,,stu_ZZPZR02489,,1681525352734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8001,,,stu_ZZPZR02489,,1681525352734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8002,,,stu_ZZPZR02489,,1681525352734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8003,,,stu_ZZPZR02489,,1681525358325,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8004,,,stu_ZZPZR02489,,1681525363747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8005,,,stu_ZZPZR02489,,1681525366732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8006,,,stu_ZZPZR02489,,1681525366732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8007,,,stu_ZZPZR02489,,1681525366732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8008,,,stu_ZZPZR02489,,1681525366732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8009,,,stu_ZZPZR02489,,1681525370708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8010,,,stu_ZZPZR02489,,1681525373970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8011,,,stu_ZZPZR02489,,1681525376137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8012,,,stu_ZZPZR02489,,1681525376137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8013,,,stu_ZZPZR02489,,1681525376137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8014,,,stu_ZZPZR02489,,1681525376137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8015,,,stu_ZZPZR02489,,1681525381259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8016,,,stu_ZZPZR02489,,1681525385860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8017,,,stu_ZZPZR02489,,1681525389166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8018,,,stu_ZZPZR02489,,1681525391187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8019,,,stu_ZZPZR02489,,1681525558228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8020,,,stu_ZZPZR02489,,1681525560377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8021,,,stu_ZZPZR02489,,1681525564172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8022,,,stu_ZZPZR02489,,1681525567590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8023,,,stu_ZZPZR02489,,1681525570338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8024,,,stu_ZZPZR02489,,1681525572235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8025,,,stu_ZZPZR02489,,1681525575857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8026,,,stu_ZZPZR02489,,1681525579066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8027,,,stu_ZZPZR02489,,1681525665631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8028,,,stu_ZZPZR02489,,1681525670675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8029,,,stu_ZZPZR02489,,1681525677597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8030,,,stu_ZZPZR02489,,1681525681918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8031,,,stu_ZZPZR02489,,1681525692951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8032,,,stu_ZZPZR02489,,1681525700168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8033,,,stu_ZZPZR02489,,1681525703478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8034,,,stu_ZZPZR02489,,1681525712074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8035,,,stu_ZZPZR02489,,1681525715874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8036,,,stu_ZZPZR02489,,1681525719216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8037,,,stu_ZZPZR02489,,1681525722713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8038,,,stu_ZZPZR02489,,1681525727113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8039,,,stu_ZZPZR02489,,1681525729206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8040,,,stu_ZZPZR02489,,1681525732441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8041,,,stu_ZZPZR02489,,1681525736108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8042,,,stu_ZZPZR02489,,1681525739787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8043,,,stu_ZZPZR02489,,1681525742686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8044,,,stu_ZZPZR02489,,1681525745203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8045,,,stu_ZZPZR02489,,1681525748333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8046,,,stu_ZZPZR02489,,1681525751418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8047,,,stu_ZZPZR02489,,1681525754086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8048,,,stu_ZZPZR02489,,1681525754086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8049,,,stu_ZZPZR02489,,1681525754086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8050,,,stu_ZZPZR02489,,1681525754086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8051,,,stu_ZZPZR02489,,1681525756721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8052,,,stu_ZZPZR02489,,1681525759956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8053,,,stu_ZZPZR02489,,1681525763581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8054,,,stu_HWQPH31420,,1670006669797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8055,,,stu_HWQPH31420,,1670006669800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8056,,,stu_HWQPH31420,,1670006671078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8057,,,stu_HWQPH31420,,1670006692095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8058,,,stu_HWQPH31420,,1670006701091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8059,,,stu_HWQPH31420,,1670006704923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8060,,,stu_HWQPH31420,,1670006708637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8061,,,stu_HWQPH31420,,1670006711193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8062,,,stu_HWQPH31420,,1670006731697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8063,,,stu_HWQPH31420,,1670006758824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8064,,,stu_HWQPH31420,,1670006765866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8065,,,stu_HWQPH31420,,1670006770493,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8066,,,stu_HWQPH31420,,1670006774457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8067,,,stu_HWQPH31420,,1670006776373,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8068,,,stu_HWQPH31420,,1670006777543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8069,,,stu_HWQPH31420,,1670006779324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8070,,,stu_HWQPH31420,,1670006786138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8071,,,stu_HWQPH31420,,1670006791845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8072,,,stu_HWQPH31420,,1670006795810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8073,,,stu_HWQPH31420,,1670006799804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8074,,,stu_HWQPH31420,,1670006802297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8075,,,stu_HWQPH31420,,1670006804957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8076,,,stu_HWQPH31420,,1670006809867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8077,,,stu_HWQPH31420,,1670006811904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8078,,,stu_HWQPH31420,,1670006824356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8079,,,stu_HWQPH31420,,1670006830354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8080,,,stu_HWQPH31420,,1670006832683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8081,,,stu_HWQPH31420,,1670006834894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8082,,,stu_HWQPH31420,,1670006837617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8083,,,stu_HWQPH31420,,1670006845737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8084,,,stu_HWQPH31420,,1670006845746,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8085,,,stu_HWQPH31420,,1670006849703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8086,,,stu_HWQPH31420,,1670006852686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8087,,,stu_HWQPH31420,,1670006884664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8088,,,stu_HWQPH31420,,1670006887973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8089,,,stu_HWQPH31420,,1670006894744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8090,,,stu_HWQPH31420,,1670006903904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8091,,,stu_HWQPH31420,,1670006907787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8092,,,stu_HWQPH31420,,1670006908990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8093,,,stu_HWQPH31420,,1670006912229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8094,,,stu_HWQPH31420,,1670006914944,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8095,,,stu_HWQPH31420,,1670186407166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8096,,,stu_HWQPH31420,,1670186412885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8097,,,stu_HWQPH31420,,1670186417541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8098,,,stu_HWQPH31420,,1670186421335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8099,,,stu_HWQPH31420,,1670186424303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8100,,,stu_HWQPH31420,,1670186427753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8101,,,stu_HWQPH31420,,1670186429519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8102,,,stu_HWQPH31420,,1670186442883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8103,,,stu_HWQPH31420,,1670186471919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8104,,,stu_HWQPH31420,,1670186475865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8105,,,stu_HWQPH31420,,1670186478972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8106,,,stu_HWQPH31420,,1670186481338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8107,,,stu_HWQPH31420,,1670186484319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8108,,,stu_HWQPH31420,,1670186487679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8109,,,stu_HWQPH31420,,1670186494317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8110,,,stu_HWQPH31420,,1670186495369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8111,,,stu_HWQPH31420,,1670186510155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8112,,,stu_HWQPH31420,,1670186519904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8113,,,stu_HWQPH31420,,1670186550864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8114,,,stu_HWQPH31420,,1670186595505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8115,,,stu_HWQPH31420,,1670186595508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8116,,,stu_HWQPH31420,,1670186600673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8117,,,stu_HWQPH31420,,1670186605501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8118,,,stu_HWQPH31420,,1670430643543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8119,,,stu_HWQPH31420,,1670430648923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8120,,,stu_HWQPH31420,,1670430651728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8121,,,stu_HWQPH31420,,1670430655465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8122,,,stu_HWQPH31420,,1670430657377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8123,,,stu_HWQPH31420,,1670430671521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8124,,,stu_HWQPH31420,,1670430686327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8125,,,stu_HWQPH31420,,1670430693780,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8126,,,stu_HWQPH31420,,1670430703167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8127,,,stu_HWQPH31420,,1670430704549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8128,,,stu_HWQPH31420,,1670430705917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8129,,,stu_HWQPH31420,,1670430707250,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8130,,,stu_HWQPH31420,,1670430755027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8131,,,stu_HWQPH31420,,1670430756779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8132,,,stu_HWQPH31420,,1670430761951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8133,,,stu_HWQPH31420,,1670430763014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8134,,,stu_HWQPH31420,,1670430774890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8135,,,stu_HWQPH31420,,1670430778060,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8136,,,stu_HWQPH31420,,1670430782578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8137,,,stu_HWQPH31420,,1670430815913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8138,,,stu_HWQPH31420,,1670430815917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8139,,,stu_HWQPH31420,,1670430819675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8140,,,stu_HWQPH31420,,1670430825098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8141,,,stu_TWCFA71034,,1682522566432,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8142,,,stu_TWCFA71034,,1682522571737,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8143,,,stu_TWCFA71034,,1682522575722,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8144,,,stu_TWCFA71034,,1682522577930,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8145,,,stu_TWCFA71034,,1682522582519,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8146,,,stu_TWCFA71034,,1682522589223,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8147,,,stu_TWCFA71034,,1682522593191,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8148,,,stu_TWCFA71034,,1682522595267,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8149,,,stu_TWCFA71034,,1682522596853,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8150,,,stu_TWCFA71034,,1682522602682,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8151,,,stu_TWCFA71034,,1682522607413,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8152,,,stu_TWCFA71034,,1682522609953,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8153,,,stu_TWCFA71034,,1682522615378,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8154,,,stu_TWCFA71034,,1682522636312,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8155,,,stu_TWCFA71034,,1682522651627,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8156,,,stu_TWCFA71034,,1682522696589,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8157,,,stu_TWCFA71034,,1682522711018,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8158,,,stu_TWCFA71034,,1682522740940,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8159,,,stu_TWCFA71034,,1682522741567,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8160,,,stu_TWCFA71034,,1682522749711,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8161,,,stu_TWCFA71034,,1682522751762,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8162,,,stu_TWCFA71034,,1682522770318,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8163,,,stu_TWCFA71034,,1682522774073,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8164,,,stu_TWCFA71034,,1682522777891,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8165,,,stu_TWCFA71034,,1682522782446,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8166,,,stu_TWCFA71034,,1683127067485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8167,,,stu_TWCFA71034,,1683127069983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8168,,,stu_TWCFA71034,,1683127073762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8169,,,stu_TWCFA71034,,1683127079082,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8170,,,stu_TWCFA71034,,1683127080711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8171,,,stu_TWCFA71034,,1683127114979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8172,,,stu_TWCFA71034,,1683127115720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8173,,,stu_TWCFA71034,,1683127123821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8174,,,stu_TWCFA71034,,1683127129122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8175,,,stu_TWCFA71034,,1683127154308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8176,,,stu_TWCFA71034,,1682523585077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8177,,,stu_TWCFA71034,,1682523593608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8178,,,stu_TWCFA71034,,1682523605311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8179,,,stu_TWCFA71034,,1682523607707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8180,,,stu_TWCFA71034,,1682523609819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8181,,,stu_TWCFA71034,,1682523634426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8182,,,stu_TWCFA71034,,1682523718139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8183,,,stu_TWCFA71034,,1682523719142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8184,,,stu_TWCFA71034,,1682523727564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8185,,,stu_TWCFA71034,,1682523739551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8186,,,stu_TWCFA71034,,1682523742015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8187,,,stu_TWCFA71034,,1682523751115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8188,,,stu_AZSXI91837,,1681232564796,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8189,,,stu_AZSXI91837,,1681232568308,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8190,,,stu_AZSXI91837,,1681232573136,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8191,,,stu_AZSXI91837,,1681232574885,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8192,,,stu_AZSXI91837,,1681232577472,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8193,,,stu_AZSXI91837,,1681232579740,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8194,,,stu_AZSXI91837,,1681232580653,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8195,,,stu_AZSXI91837,,1681232583153,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8196,,,stu_AZSXI91837,,1681232583795,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8197,,,stu_AZSXI91837,,1681232602317,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8198,,,stu_AZSXI91837,,1681232605212,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8199,,,stu_AZSXI91837,,1681232609418,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8200,,,stu_AZSXI91837,,1681232610285,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8201,,,stu_AZSXI91837,,1681232620856,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8202,,,stu_AZSXI91837,,1681232623001,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8203,,,stu_AZSXI91837,,1681232625548,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8204,,,stu_AZSXI91837,,1681232630730,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8205,,,stu_AZSXI91837,,1681232632521,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8206,,,stu_AZSXI91837,,1681318401965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8207,,,stu_AZSXI91837,,1681318404293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8208,,,stu_AZSXI91837,,1681318406185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8209,,,stu_AZSXI91837,,1681318406761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8210,,,stu_AZSXI91837,,1681318409118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8211,,,stu_AZSXI91837,,1681318410429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8212,,,stu_AZSXI91837,,1681318411170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8213,,,stu_AZSXI91837,,1681318413133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8214,,,stu_AZSXI91837,,1681318413711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8215,,,stu_AZSXI91837,,1681318424313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8216,,,stu_AZSXI91837,,1681318425051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8217,,,stu_AZSXI91837,,1681318427176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8218,,,stu_AZSXI91837,,1681318433909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8219,,,stu_AZSXI91837,,1681318312733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8220,,,stu_AZSXI91837,,1681318315865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8221,,,stu_AZSXI91837,,1681318320757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8222,,,stu_AZSXI91837,,1681318321626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8223,,,stu_AZSXI91837,,1681318323361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8224,,,stu_AZSXI91837,,1681318327573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8225,,,stu_AZSXI91837,,1681318328462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8226,,,stu_AZSXI91837,,1681318329799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8227,,,stu_AZSXI91837,,1681318330369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8228,,,stu_AZSXI91837,,1681318335535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8229,,,stu_AZSXI91837,,1681318338898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8230,,,stu_AZSXI91837,,1681318341307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8231,,,stu_AZSXI91837,,1681318344744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-8232,,,stu_FQWBO02989,,1680108651877,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8233,,,stu_FQWBO02989,,1680108653655,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8234,,,stu_FQWBO02989,,1680108654971,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8235,,,stu_FQWBO02989,,1680108658039,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8236,,,stu_FQWBO02989,,1680108660577,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8237,,,stu_FQWBO02989,,1680108665597,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8238,,,stu_FQWBO02989,,1680108671142,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8239,,,stu_FQWBO02989,,1680108672513,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8240,,,stu_FQWBO02989,,1680108674298,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8241,,,stu_FQWBO02989,,1680108678969,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8242,,,stu_FQWBO02989,,1680108689870,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8243,,,stu_FQWBO02989,,1680108694223,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8244,,,stu_FQWBO02989,,1680108694266,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8245,,,stu_FQWBO02989,,1680108698102,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8246,,,stu_FQWBO02989,,1680108706517,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8247,,,stu_FUJVY34118,,1682910367506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8248,,,stu_FUJVY34118,,1682910367512,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8249,,,stu_FUJVY34118,,1682910371497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8250,,,stu_FUJVY34118,,1682910375571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8251,,,stu_FUJVY34118,,1682910385136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8252,,,stu_FUJVY34118,,1682910387674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8253,,,stu_FUJVY34118,,1682910391617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8254,,,stu_FUJVY34118,,1682910393742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8255,,,stu_FUJVY34118,,1682910395934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8256,,,stu_FUJVY34118,,1682910402274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8257,,,stu_FUJVY34118,,1682910404088,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8258,,,stu_FUJVY34118,,1682910406712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8259,,,stu_FUJVY34118,,1682910421129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8260,,,stu_FUJVY34118,,1682910426876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8261,,,stu_FUJVY34118,,1682910432801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8262,,,stu_FUJVY34118,,1682910438419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8263,,,stu_UHVOE21453,,1684254786121,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8264,,,stu_UHVOE21453,,1684254790656,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8265,,,stu_UHVOE21453,,1684254799058,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8266,,,stu_UHVOE21453,,1684254803834,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8267,,,stu_UHVOE21453,,1684254811152,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8268,,,stu_UHVOE21453,,1684254814338,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8269,,,stu_UHVOE21453,,1684254826673,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8270,,,stu_UHVOE21453,,1684254828657,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8271,,,stu_UHVOE21453,,1684254832223,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8272,,,stu_UHVOE21453,,1684254838817,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8273,,,stu_UHVOE21453,,1684254853343,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8274,,,stu_UHVOE21453,,1684254856120,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8275,,,stu_UHVOE21453,,1684254890919,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8276,,,stu_UHVOE21453,,1684254897108,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8277,,,stu_UHVOE21453,,1684254904973,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8278,,,stu_UHVOE21453,,1684254911877,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8279,,,stu_UHVOE21453,,1684254914734,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8280,,,stu_UHVOE21453,,1684254926230,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8281,,,stu_UHVOE21453,,1684254972745,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8282,,,stu_UHVOE21453,,1684255059120,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8283,,,stu_UHVOE21453,,1684255074186,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8284,,,stu_UHVOE21453,,1684255093467,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8285,,,stu_UHVOE21453,,1684255093497,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8286,,,stu_UHVOE21453,,1684255111899,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8287,,,stu_UHVOE21453,,1684255114250,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8288,,,stu_UHVOE21453,,1684255122114,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-8289,,,stu_NOCEY39201,,1678214435522,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8290,,,stu_NOCEY39201,,1678214440096,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8291,,,stu_NOCEY39201,,1678214444805,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8292,,,stu_NOCEY39201,,1678214448527,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8293,,,stu_NOCEY39201,,1678214450236,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8294,,,stu_NOCEY39201,,1678214455588,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8295,,,stu_NOCEY39201,,1678214456649,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8296,,,stu_NOCEY39201,,1678214462524,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8297,,,stu_NOCEY39201,,1678214464825,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8298,,,stu_NOCEY39201,,1678214466411,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8299,,,stu_NOCEY39201,,1678214468543,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8300,,,stu_NOCEY39201,,1678214470910,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8301,,,stu_NOCEY39201,,1678214472877,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8302,,,stu_NOCEY39201,,1678214476900,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8303,,,stu_NOCEY39201,,1678214479260,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8304,,,stu_NOCEY39201,,1678214482518,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8305,,,stu_NOCEY39201,,1678214484836,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8306,,,stu_NOCEY39201,,1678214487639,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8307,,,stu_NOCEY39201,,1678214490871,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8308,,,stu_NOCEY39201,,1678214497500,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8309,,,stu_NOCEY39201,,1678214504197,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8310,,,stu_NOCEY39201,,1678214506942,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8311,,,stu_NOCEY39201,,1678214506944,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8312,,,stu_NOCEY39201,,1678214530094,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8313,,,stu_NOCEY39201,,1678214531874,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8314,,,stu_NOCEY39201,,1678214535560,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8315,,,stu_NOCEY39201,,1678214544177,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8316,,,stu_NOCEY39201,,1678214547424,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8317,,,stu_NOCEY39201,,1678214550950,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8318,,,stu_NOCEY39201,,1678214550951,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8319,,,stu_NOCEY39201,,1678214554498,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8320,,,stu_NOCEY39201,,1678214557281,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8321,,,stu_NOCEY39201,,1678298723531,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8322,,,stu_NOCEY39201,,1678298726650,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8323,,,stu_NOCEY39201,,1678298728544,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8324,,,stu_NOCEY39201,,1678298730918,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8325,,,stu_NOCEY39201,,1678298732300,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8326,,,stu_NOCEY39201,,1678298734786,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8327,,,stu_NOCEY39201,,1678298735516,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8328,,,stu_NOCEY39201,,1678298740811,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8329,,,stu_NOCEY39201,,1678298755111,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8330,,,stu_NOCEY39201,,1678298756664,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8331,,,stu_NOCEY39201,,1678298756672,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8332,,,stu_NOCEY39201,,1678298761212,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8333,,,stu_NOCEY39201,,1678298764681,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8334,,,stu_NOCEY39201,,1678298767499,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8335,,,stu_NOCEY39201,,1678298770826,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8336,,,stu_NOCEY39201,,1678298775607,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8337,,,stu_NOCEY39201,,1678298778021,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8338,,,stu_NOCEY39201,,1678298779686,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8339,,,stu_NOCEY39201,,1678298783049,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8340,,,stu_NOCEY39201,,1678298787012,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8341,,,stu_NOCEY39201,,1678298789752,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8342,,,stu_NOCEY39201,,1678298793929,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8343,,,stu_NOCEY39201,,1678298798797,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8344,,,stu_NOCEY39201,,1678298800722,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8345,,,stu_NOCEY39201,,1678298800785,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8346,,,stu_NOCEY39201,,1678298804494,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8347,,,stu_NOCEY39201,,1678298809181,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8348,,,stu_NOCEY39201,,1678298811436,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8349,,,stu_NOCEY39201,,1678298812669,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8350,,,stu_NOCEY39201,,1678298819372,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8351,,,stu_NOCEY39201,,1678298819424,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8352,,,stu_NOCEY39201,,1678298824707,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8353,,,stu_NOCEY39201,,1678298824711,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8354,,,stu_NOCEY39201,,1678298830584,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8355,,,stu_NOCEY39201,,1678298832083,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8356,,,stu_NOCEY39201,,1678298835119,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8357,,,stu_NOCEY39201,,1678298843534,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8358,,,stu_NOCEY39201,,1678298846750,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8359,,,stu_NOCEY39201,,1678298848990,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8360,,,stu_NOCEY39201,,1678298851088,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8361,,,stu_NOCEY39201,,1678298856062,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8362,,,stu_NOCEY39201,,1678298856065,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8363,,,stu_NOCEY39201,,1678298859763,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8364,,,stu_NOCEY39201,,1678298867975,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8365,,,stu_NOCEY39201,,1678298867978,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,8,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8366,,,stu_NOCEY39201,,1678298869591,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,9,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8367,,,stu_NOCEY39201,,1678299013898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8368,,,stu_NOCEY39201,,1678299016660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8369,,,stu_NOCEY39201,,1678299019621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8370,,,stu_NOCEY39201,,1678299022515,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8371,,,stu_NOCEY39201,,1678299024489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8372,,,stu_NOCEY39201,,1678299026284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8373,,,stu_NOCEY39201,,1678299028473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8374,,,stu_NOCEY39201,,1678299029214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8375,,,stu_NOCEY39201,,1678299041367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8376,,,stu_NOCEY39201,,1678299042847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8377,,,stu_NOCEY39201,,1678299046149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8378,,,stu_NOCEY39201,,1678299048042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8379,,,stu_NOCEY39201,,1678299050965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8380,,,stu_NOCEY39201,,1678299053897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8381,,,stu_NOCEY39201,,1678299057966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8382,,,stu_NOCEY39201,,1678299062182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8383,,,stu_NOCEY39201,,1678299063955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8384,,,stu_NOCEY39201,,1678299070936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8385,,,stu_NOCEY39201,,1678299074141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8386,,,stu_NOCEY39201,,1678299079881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8387,,,stu_NOCEY39201,,1678299082410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8388,,,stu_NOCEY39201,,1678299084644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8389,,,stu_NOCEY39201,,1678299084646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8390,,,stu_NOCEY39201,,1678299088249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8391,,,stu_NOCEY39201,,1678299088304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8392,,,stu_NOCEY39201,,1678299092846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8393,,,stu_NOCEY39201,,1678299095762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8394,,,stu_NOCEY39201,,1678299098254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8395,,,stu_NOCEY39201,,1678299102079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8396,,,stu_NOCEY39201,,1678299103787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8397,,,stu_NOCEY39201,,1678299107357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8398,,,stu_NOCEY39201,,1678299111674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8399,,,stu_NOCEY39201,,1678299111674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8400,,,stu_NOCEY39201,,1678299127418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8401,,,stu_NOCEY39201,,1678299127427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8402,,,stu_NOCEY39201,,1678299131522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8403,,,stu_NOCEY39201,,1678299136725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8404,,,stu_NOCEY39201,,1678299136790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8405,,,stu_NOCEY39201,,1678299139055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-8406,,,stu_DXQOU02713,,1676332371310,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8407,,,stu_DXQOU02713,,1676332377651,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8408,,,stu_DXQOU02713,,1676332384174,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8409,,,stu_DXQOU02713,,1676332387322,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8410,,,stu_DXQOU02713,,1676332391522,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8411,,,stu_DXQOU02713,,1676332394786,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8412,,,stu_DXQOU02713,,1676332401842,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8413,,,stu_DXQOU02713,,1676332408330,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8414,,,stu_DXQOU02713,,1676332412382,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8415,,,stu_DXQOU02713,,1676332425044,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8416,,,stu_DXQOU02713,,1676332433602,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8417,,,stu_DXQOU02713,,1676332434844,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8418,,,stu_DXQOU02713,,1676332438926,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8419,,,stu_DXQOU02713,,1676332445684,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8420,,,stu_DXQOU02713,,1676332449445,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8421,,,stu_DXQOU02713,,1676332451696,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8422,,,stu_DXQOU02713,,1676332453705,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8423,,,stu_DXQOU02713,,1676332458592,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8424,,,stu_DXQOU02713,,1676332461528,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8425,,,stu_DXQOU02713,,1676332464476,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8426,,,stu_DXQOU02713,,1676332467728,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8427,,,stu_DXQOU02713,,1676332473135,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8428,,,stu_DXQOU02713,,1676332495516,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8429,,,stu_DXQOU02713,,1676332498789,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8430,,,stu_DXQOU02713,,1676332500901,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8431,,,stu_DXQOU02713,,1676332505267,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8432,,,stu_DXQOU02713,,1676332508224,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8433,,,stu_DXQOU02713,,1676505767628,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8434,,,stu_DXQOU02713,,1676505771550,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8435,,,stu_DXQOU02713,,1676505774017,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8436,,,stu_DXQOU02713,,1676505775854,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8437,,,stu_DXQOU02713,,1676505777961,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8438,,,stu_DXQOU02713,,1676505779629,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8439,,,stu_DXQOU02713,,1676505784351,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8440,,,stu_DXQOU02713,,1676505787499,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8441,,,stu_DXQOU02713,,1676505789441,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8442,,,stu_DXQOU02713,,1676505791145,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8443,,,stu_DXQOU02713,,1676505794311,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8444,,,stu_DXQOU02713,,1676505796214,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8445,,,stu_DXQOU02713,,1676505797968,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8446,,,stu_DXQOU02713,,1676505803574,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8447,,,stu_DXQOU02713,,1676505806580,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8448,,,stu_DXQOU02713,,1676505808088,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8449,,,stu_DXQOU02713,,1676505810157,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8450,,,stu_DXQOU02713,,1676505812693,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8451,,,stu_DXQOU02713,,1676505822965,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8452,,,stu_DXQOU02713,,1676505829022,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8453,,,stu_DXQOU02713,,1676505831794,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8454,,,stu_DXQOU02713,,1676505835000,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8455,,,stu_DXQOU02713,,1676505837889,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8456,,,stu_DXQOU02713,,1676505858779,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8457,,,stu_DXQOU02713,,1676505861319,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8458,,,stu_DXQOU02713,,1676505862389,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8459,,,stu_DXQOU02713,,1676505865602,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8460,,,stu_DXQOU02713,,1676505874090,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8461,,,stu_DXQOU02713,,1676505511915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8462,,,stu_DXQOU02713,,1676505511943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8463,,,stu_DXQOU02713,,1676505513043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8464,,,stu_DXQOU02713,,1676505516193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8465,,,stu_DXQOU02713,,1676505523517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8466,,,stu_DXQOU02713,,1676505526263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8467,,,stu_DXQOU02713,,1676505527607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8468,,,stu_DXQOU02713,,1676505528756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8469,,,stu_DXQOU02713,,1676505532586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8470,,,stu_DXQOU02713,,1676505533627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8471,,,stu_DXQOU02713,,1676505540908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8472,,,stu_DXQOU02713,,1676505548331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8473,,,stu_DXQOU02713,,1676505550631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8474,,,stu_DXQOU02713,,1676505558674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8475,,,stu_DXQOU02713,,1676505561591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8476,,,stu_DXQOU02713,,1676505567921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8477,,,stu_DXQOU02713,,1676505578635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8478,,,stu_DXQOU02713,,1676505586578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8479,,,stu_DXQOU02713,,1676505589719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8480,,,stu_DXQOU02713,,1676505617253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8481,,,stu_DXQOU02713,,1676505619843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8482,,,stu_DXQOU02713,,1676505624028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8483,,,stu_DXQOU02713,,1676505629426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8484,,,stu_KTSBC82903,,1676764613914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8485,,,stu_KTSBC82903,,1676764620832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8486,,,stu_KTSBC82903,,1676764636522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8487,,,stu_KTSBC82903,,1676764639403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8488,,,stu_KTSBC82903,,1676764639426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8489,,,stu_KTSBC82903,,1676764647962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8490,,,stu_KTSBC82903,,1676764655069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8491,,,stu_KTSBC82903,,1676764659507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8492,,,stu_KTSBC82903,,1676764666141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8493,,,stu_KTSBC82903,,1676764675888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8494,,,stu_KTSBC82903,,1676764684106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8495,,,stu_KTSBC82903,,1676764687781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8496,,,stu_KTSBC82903,,1676764693603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8497,,,stu_KTSBC82903,,1676764709964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8498,,,stu_KTSBC82903,,1676764717054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-8499,,,stu_BRFXF12177,,1680272073509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8500,,,stu_BRFXF12177,,1680272081229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8501,,,stu_BRFXF12177,,1680272084848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8502,,,stu_BRFXF12177,,1680272086592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8503,,,stu_BRFXF12177,,1680272126790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8504,,,stu_BRFXF12177,,1680272130167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8505,,,stu_BRFXF12177,,1680272131824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8506,,,stu_BRFXF12177,,1680272132908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8507,,,stu_BRFXF12177,,1680272134503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8508,,,stu_BRFXF12177,,1680272135914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8509,,,stu_BRFXF12177,,1680272141849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8510,,,stu_BRFXF12177,,1680272147302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8511,,,stu_BRFXF12177,,1680272150729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8512,,,stu_BRFXF12177,,1680272154064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8513,,,stu_BRFXF12177,,1680272158196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8514,,,stu_BRFXF12177,,1680272185342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8515,,,stu_BRFXF12177,,1680272186508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8516,,,stu_BRFXF12177,,1680272187637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8517,,,stu_BRFXF12177,,1680272195876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8518,,,stu_BRFXF12177,,1680272213304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8519,,,stu_BRFXF12177,,1680272214293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8520,,,stu_BRFXF12177,,1680272214329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8521,,,stu_BRFXF12177,,1680272218011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8522,,,stu_BRFXF12177,,1680272222795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8523,,,stu_BRFXF12177,,1680287776772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8524,,,stu_BRFXF12177,,1680287789389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8525,,,stu_BRFXF12177,,1680287796635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8526,,,stu_BRFXF12177,,1680287799334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8527,,,stu_BRFXF12177,,1680287805529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8528,,,stu_BRFXF12177,,1680287810952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8529,,,stu_BRFXF12177,,1680287813755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8530,,,stu_BRFXF12177,,1680287814916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8531,,,stu_BRFXF12177,,1680287820657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8532,,,stu_BRFXF12177,,1680287821536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8533,,,stu_BRFXF12177,,1680287832168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8534,,,stu_BRFXF12177,,1680287844931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8535,,,stu_BRFXF12177,,1680287847083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8536,,,stu_BRFXF12177,,1680287849894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8537,,,stu_BRFXF12177,,1680287851577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8538,,,stu_BRFXF12177,,1680287853394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8539,,,stu_BRFXF12177,,1680287856457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8540,,,stu_BRFXF12177,,1680287859987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8541,,,stu_BRFXF12177,,1680289404081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8542,,,stu_BRFXF12177,,1680289407649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8543,,,stu_BRFXF12177,,1680289410499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8544,,,stu_BRFXF12177,,1680289413541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8545,,,stu_BRFXF12177,,1680289415429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8546,,,stu_BRFXF12177,,1680289417756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8547,,,stu_BRFXF12177,,1680289419937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8548,,,stu_BRFXF12177,,1680289420597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8549,,,stu_BRFXF12177,,1680289421979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8550,,,stu_BRFXF12177,,1680289423246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8551,,,stu_BRFXF12177,,1680289426867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8552,,,stu_BRFXF12177,,1680289430999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8553,,,stu_BRFXF12177,,1680289436021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8554,,,stu_BRFXF12177,,1680289436986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8555,,,stu_BRFXF12177,,1680289442845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8556,,,stu_BRFXF12177,,1680289459185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8557,,,stu_BRFXF12177,,1680289460148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8558,,,stu_BRFXF12177,,1680289461765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8559,,,stu_BRFXF12177,,1680289463069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8560,,,stu_BRFXF12177,,1680289466988,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8561,,,stu_BRFXF12177,,1680288210194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8562,,,stu_BRFXF12177,,1680288210228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8563,,,stu_BRFXF12177,,1680288212565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8564,,,stu_BRFXF12177,,1680288290314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8565,,,stu_BRFXF12177,,1680288294694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8566,,,stu_BRFXF12177,,1680288296135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8567,,,stu_BRFXF12177,,1680288302437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8568,,,stu_BRFXF12177,,1680288306199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8569,,,stu_BRFXF12177,,1680288309660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8570,,,stu_BRFXF12177,,1680288311119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8571,,,stu_BRFXF12177,,1680288314628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8572,,,stu_BRFXF12177,,1680288321804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8573,,,stu_BRFXF12177,,1680288323348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8574,,,stu_BRFXF12177,,1680288324453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8575,,,stu_BRFXF12177,,1680288334121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8576,,,stu_BRFXF12177,,1680288344100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8577,,,stu_BRFXF12177,,1680288347088,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8578,,,stu_NSTAM16508,,1677256671700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8579,,,stu_NSTAM16508,,1677256671733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8580,,,stu_NSTAM16508,,1677256673758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8581,,,stu_NSTAM16508,,1677256677735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8582,,,stu_NSTAM16508,,1677256684794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8583,,,stu_NSTAM16508,,1677256694429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8584,,,stu_NSTAM16508,,1677256700514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8585,,,stu_NSTAM16508,,1677256704103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8586,,,stu_NSTAM16508,,1677256708536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8587,,,stu_NSTAM16508,,1677256716768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8588,,,stu_NSTAM16508,,1677256724475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8589,,,stu_NSTAM16508,,1677256726323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8590,,,stu_NSTAM16508,,1677256744607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8591,,,stu_NSTAM16508,,1677256751096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8592,,,stu_NSTAM16508,,1677256754931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8593,,,stu_NSTAM16508,,1677256758496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8594,,,stu_NSTAM16508,,1677256761188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8595,,,stu_NSTAM16508,,1677256763401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8596,,,stu_NSTAM16508,,1677256778150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8597,,,stu_NSTAM16508,,1677256783857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8598,,,stu_NSTAM16508,,1677256789201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8599,,,stu_NSTAM16508,,1677256810520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8600,,,stu_NSTAM16508,,1677256814508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8601,,,stu_NSTAM16508,,1677256816987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8602,,,stu_NSTAM16508,,1677256821931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8603,,,stu_NSTAM16508,,1677256829398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8604,,,stu_NSTAM16508,,1677185779015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8605,,,stu_NSTAM16508,,1677185783160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8606,,,stu_NSTAM16508,,1677185794807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8607,,,stu_NSTAM16508,,1677185797553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8608,,,stu_NSTAM16508,,1677185798217,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8609,,,stu_NSTAM16508,,1677185800283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8610,,,stu_NSTAM16508,,1677185802766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8611,,,stu_NSTAM16508,,1677185805280,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8612,,,stu_NSTAM16508,,1677185815720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8613,,,stu_NSTAM16508,,1677185817579,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8614,,,stu_NSTAM16508,,1677185826651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8615,,,stu_NSTAM16508,,1677185828238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8616,,,stu_NSTAM16508,,1677185832020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8617,,,stu_NSTAM16508,,1677185833902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8618,,,stu_NSTAM16508,,1677185836194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8619,,,stu_NSTAM16508,,1677185839396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8620,,,stu_NSTAM16508,,1677185841742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8621,,,stu_NSTAM16508,,1677185844627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8622,,,stu_NSTAM16508,,1677185846442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8623,,,stu_NSTAM16508,,1677185850619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8624,,,stu_NSTAM16508,,1677185850646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8625,,,stu_NSTAM16508,,1677185855847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8626,,,stu_NSTAM16508,,1677185855849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8627,,,stu_NSTAM16508,,1677185880034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8628,,,stu_NSTAM16508,,1677185884242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8629,,,stu_NSTAM16508,,1677185887592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8630,,,stu_NSTAM16508,,1677185903940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8631,,,stu_NSTAM16508,,1677185906277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8632,,,stu_NSTAM16508,,1677185906916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8633,,,stu_NSTAM16508,,1677185915725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8634,,,stu_NSTAM16508,,1677185920188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8635,,,stu_NSTAM16508,,1677185922050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8636,,,stu_NSTAM16508,,1677185925946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8637,,,stu_NSTAM16508,,1677185929748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8638,,,stu_NSTAM16508,,1677511332582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8639,,,stu_NSTAM16508,,1677511355376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8640,,,stu_NSTAM16508,,1677511360010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8641,,,stu_NSTAM16508,,1677511361417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8642,,,stu_NSTAM16508,,1677511364393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8643,,,stu_NSTAM16508,,1677511371421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8644,,,stu_NSTAM16508,,1677511373898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8645,,,stu_NSTAM16508,,1677511374693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8646,,,stu_NSTAM16508,,1677511396193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8647,,,stu_NSTAM16508,,1677511398894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8648,,,stu_NSTAM16508,,1677511406019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8649,,,stu_NSTAM16508,,1677511409915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8650,,,stu_NSTAM16508,,1677511413071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8651,,,stu_NSTAM16508,,1677511415073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8652,,,stu_NSTAM16508,,1677511416064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8653,,,stu_NSTAM16508,,1677511437496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8654,,,stu_NSTAM16508,,1677511442663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8655,,,stu_NSTAM16508,,1677511445629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8656,,,stu_NSTAM16508,,1677511449140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8657,,,stu_NSTAM16508,,1677511453112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8658,,,stu_NSTAM16508,,1677511457962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8659,,,stu_NSTAM16508,,1677511460352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8660,,,stu_NSTAM16508,,1677511472490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8661,,,stu_NSTAM16508,,1677511481802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8662,,,stu_NSTAM16508,,1677511481827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8663,,,stu_NSTAM16508,,1677511487328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8664,,,stu_NSTAM16508,,1677511490577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8665,,,stu_NSTAM16508,,1677511506839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8666,,,stu_NSTAM16508,,1677511522700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8667,,,stu_NSTAM16508,,1677511526787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8668,,,stu_NSTAM16508,,1677511529929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8669,,,stu_NSTAM16508,,1677511531482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8670,,,stu_NSTAM16508,,1677511534579,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8671,,,stu_NSTAM16508,,1677511536469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8672,,,stu_NSTAM16508,,1677511537097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8673,,,stu_NSTAM16508,,1677511540449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8674,,,stu_NSTAM16508,,1677511542466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8675,,,stu_NSTAM16508,,1677511543365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8676,,,stu_NSTAM16508,,1677511546094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8677,,,stu_NSTAM16508,,1677511549064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8678,,,stu_NSTAM16508,,1677511549724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8679,,,stu_NSTAM16508,,1677511552866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8680,,,stu_NSTAM16508,,1677511553783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8681,,,stu_NSTAM16508,,1677511557795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8682,,,stu_NSTAM16508,,1677511566285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8683,,,stu_NSTAM16508,,1677511591107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8684,,,stu_NSTAM16508,,1677511593307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8685,,,stu_NSTAM16508,,1677511608574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8686,,,stu_NSTAM16508,,1677511610550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8687,,,stu_NSTAM16508,,1677511614104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8688,,,stu_NSTAM16508,,1677511625774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-8689,,,stu_YCBKL84342,,1666886515735,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8690,,,stu_YCBKL84342,,1666886519888,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8691,,,stu_YCBKL84342,,1666886523610,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8692,,,stu_YCBKL84342,,1666886527780,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8693,,,stu_YCBKL84342,,1666886528893,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8694,,,stu_YCBKL84342,,1666886531268,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8695,,,stu_YCBKL84342,,1666886533132,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8696,,,stu_YCBKL84342,,1666886537715,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8697,,,stu_YCBKL84342,,1666886541241,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8698,,,stu_YCBKL84342,,1666886545818,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8699,,,stu_YCBKL84342,,1666886547184,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8700,,,stu_YCBKL84342,,1666886549430,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8701,,,stu_YCBKL84342,,1666886553729,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8702,,,stu_YCBKL84342,,1666886555949,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8703,,,stu_YCBKL84342,,1666886557390,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8704,,,stu_YCBKL84342,,1666886562406,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8705,,,stu_YCBKL84342,,1666969588146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8706,,,stu_YCBKL84342,,1666969588177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8707,,,stu_YCBKL84342,,1666969591570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8708,,,stu_YCBKL84342,,1666969597340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8709,,,stu_YCBKL84342,,1666969604933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8710,,,stu_YCBKL84342,,1666969606754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8711,,,stu_YCBKL84342,,1666969619159,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8712,,,stu_YCBKL84342,,1666969625933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8713,,,stu_YCBKL84342,,1666969628086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8714,,,stu_YCBKL84342,,1666969632092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8715,,,stu_YCBKL84342,,1666969639583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8716,,,stu_YCBKL84342,,1666969645150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8717,,,stu_YCBKL84342,,1666969649685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8718,,,stu_YCBKL84342,,1666969656412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8719,,,stu_YCBKL84342,,1666969662035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8720,,,stu_YCBKL84342,,1666969664298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8721,,,stu_YCBKL84342,,1666969670358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8722,,,stu_YCBKL84342,,1666969677343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8723,,,stu_YCBKL84342,,1666969679379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8724,,,stu_YCBKL84342,,1666969684801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8725,,,stu_YCBKL84342,,1666969688107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8726,,,stu_YCBKL84342,,1666886134001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8727,,,stu_YCBKL84342,,1666886138583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8728,,,stu_YCBKL84342,,1666886142411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8729,,,stu_YCBKL84342,,1666886147264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8730,,,stu_YCBKL84342,,1666886149724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8731,,,stu_YCBKL84342,,1666886153016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8732,,,stu_YCBKL84342,,1666886165471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8733,,,stu_YCBKL84342,,1666886171493,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8734,,,stu_YCBKL84342,,1666886173569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8735,,,stu_YCBKL84342,,1666886177383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8736,,,stu_YCBKL84342,,1666886199513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8737,,,stu_YCBKL84342,,1666886217885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8738,,,stu_YCBKL84342,,1666886221489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8739,,,stu_YCBKL84342,,1666886223433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8740,,,stu_YCBKL84342,,1666886233907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8741,,,stu_YCBKL84342,,1666886242542,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8742,,,stu_YCBKL84342,,1666886242633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8743,,,stu_YCBKL84342,,1666886247526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8744,,,stu_YCBKL84342,,1666886253234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8745,,,stu_YCBKL84342,,1666886573295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8746,,,stu_YCBKL84342,,1666886573329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8747,,,stu_YCBKL84342,,1666886578225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8748,,,stu_YCBKL84342,,1666886581073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8749,,,stu_YCBKL84342,,1666886583851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8750,,,stu_YCBKL84342,,1666886585498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8751,,,stu_YCBKL84342,,1666886589962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8752,,,stu_YCBKL84342,,1666886591460,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8753,,,stu_YCBKL84342,,1666886593668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8754,,,stu_YCBKL84342,,1666886595721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8755,,,stu_YCBKL84342,,1666886596795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8756,,,stu_YCBKL84342,,1666886602354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8757,,,stu_YCBKL84342,,1666886613856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8758,,,stu_YCBKL84342,,1666886615295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8759,,,stu_YCBKL84342,,1666886618225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8760,,,stu_YCBKL84342,,1666886622974,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8761,,,stu_YCBKL84342,,1666886627348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8762,,,stu_YCBKL84342,,1666886631421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8763,,,stu_YCBKL84342,,1666886633271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8764,,,stu_YCBKL84342,,1666886636913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8765,,,stu_YCBKL84342,,1666886640006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8766,,,stu_YCBKL84342,,1666893037376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8767,,,stu_YCBKL84342,,1666893042752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8768,,,stu_YCBKL84342,,1666893049112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8769,,,stu_YCBKL84342,,1666893076494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8770,,,stu_YCBKL84342,,1666893113030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8771,,,stu_YCBKL84342,,1666893116127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8772,,,stu_YCBKL84342,,1666893127769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8773,,,stu_YCBKL84342,,1666893130859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8774,,,stu_YCBKL84342,,1666893144005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8775,,,stu_YCBKL84342,,1666893145642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8776,,,stu_YCBKL84342,,1666893151883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8777,,,stu_YCBKL84342,,1666893158479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8778,,,stu_YCBKL84342,,1666893160748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8779,,,stu_YCBKL84342,,1666893172951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8780,,,stu_YCBKL84342,,1666886669902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8781,,,stu_YCBKL84342,,1666886672833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8782,,,stu_YCBKL84342,,1666886676201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8783,,,stu_YCBKL84342,,1666886684307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8784,,,stu_YCBKL84342,,1666886686028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8785,,,stu_YCBKL84342,,1666886689244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8786,,,stu_YCBKL84342,,1666886692663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8787,,,stu_YCBKL84342,,1666886708966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8788,,,stu_YCBKL84342,,1666886713732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8789,,,stu_YCBKL84342,,1666886715754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8790,,,stu_YCBKL84342,,1666886720368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8791,,,stu_YCBKL84342,,1666886724408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8792,,,stu_YCBKL84342,,1666886727529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8793,,,stu_YCBKL84342,,1666886728724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8794,,,stu_YCBKL84342,,1666886736129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-8795,,,stu_YKLVK99975,,1666621089105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8796,,,stu_YKLVK99975,,1666621091426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8797,,,stu_YKLVK99975,,1666621096298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8798,,,stu_YKLVK99975,,1666621097947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8799,,,stu_YKLVK99975,,1666621100854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8800,,,stu_YKLVK99975,,1666621103128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8801,,,stu_YKLVK99975,,1666621106594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8802,,,stu_YKLVK99975,,1666621109637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8803,,,stu_YKLVK99975,,1666621112157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8804,,,stu_YKLVK99975,,1666621128416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8805,,,stu_YKLVK99975,,1666621131929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8806,,,stu_YKLVK99975,,1666621200358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8807,,,stu_YKLVK99975,,1666621203993,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8808,,,stu_YKLVK99975,,1666620130549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8809,,,stu_YKLVK99975,,1666620135642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8810,,,stu_YKLVK99975,,1666620163598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8811,,,stu_YKLVK99975,,1666620169206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8812,,,stu_YKLVK99975,,1666620171445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8813,,,stu_YKLVK99975,,1666620196134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8814,,,stu_YKLVK99975,,1666620201894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8815,,,stu_YKLVK99975,,1666620204649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8816,,,stu_YKLVK99975,,1666620209716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8817,,,stu_YKLVK99975,,1666620214912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8818,,,stu_YKLVK99975,,1666620244669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-8819,,,stu_EOBPE80160,,1667686144022,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8820,,,stu_EOBPE80160,,1667686158584,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8821,,,stu_EOBPE80160,,1667686162703,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8822,,,stu_EOBPE80160,,1667686164324,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8823,,,stu_EOBPE80160,,1667686166218,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8824,,,stu_EOBPE80160,,1667686168560,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8825,,,stu_EOBPE80160,,1667686177946,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8826,,,stu_EOBPE80160,,1667686178872,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8827,,,stu_EOBPE80160,,1667686183535,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8828,,,stu_EOBPE80160,,1667686185071,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8829,,,stu_EOBPE80160,,1667686188796,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8830,,,stu_EOBPE80160,,1667686192376,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8831,,,stu_EOBPE80160,,1667686193845,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8832,,,stu_EOBPE80160,,1667686203945,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8833,,,stu_EOBPE80160,,1667686205304,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8834,,,stu_EOBPE80160,,1667686208383,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8835,,,stu_EOBPE80160,,1667686213052,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8836,,,stu_EOBPE80160,,1667686213070,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8837,,,stu_EOBPE80160,,1667686219245,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8838,,,stu_EOBPE80160,,1667686232329,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8839,,,stu_EOBPE80160,,1667686235815,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8840,,,stu_EOBPE80160,,1667686236668,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8841,,,stu_EOBPE80160,,1667686253486,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8842,,,stu_EOBPE80160,,1667686262647,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8843,,,stu_EOBPE80160,,1667686266712,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8844,,,stu_EOBPE80160,,1667686266712,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8845,,,stu_EOBPE80160,,1667686266712,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8846,,,stu_EOBPE80160,,1667686266712,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8847,,,stu_EOBPE80160,,1667686269535,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8848,,,stu_EOBPE80160,,1667686299320,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8849,,,stu_EOBPE80160,,1667686300404,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8850,,,stu_EOBPE80160,,1667686301728,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8851,,,stu_EOBPE80160,,1667686301743,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8852,,,stu_EOBPE80160,,1667686305725,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8853,,,stu_EOBPE80160,,1667686376516,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8854,,,stu_EOBPE80160,,1667686793642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8855,,,stu_EOBPE80160,,1667686795538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8856,,,stu_EOBPE80160,,1667686801263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8857,,,stu_EOBPE80160,,1667686802370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8858,,,stu_EOBPE80160,,1667686803923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8859,,,stu_EOBPE80160,,1667686804811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8860,,,stu_EOBPE80160,,1667686805800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8861,,,stu_EOBPE80160,,1667686807441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8862,,,stu_EOBPE80160,,1667686809604,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8863,,,stu_EOBPE80160,,1667686829603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8864,,,stu_EOBPE80160,,1667686830551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8865,,,stu_EOBPE80160,,1667686831953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8866,,,stu_EOBPE80160,,1667686833415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8867,,,stu_EOBPE80160,,1667686834186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8868,,,stu_EOBPE80160,,1667686835557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8869,,,stu_EOBPE80160,,1667686836677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8870,,,stu_EOBPE80160,,1667686838760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8871,,,stu_EOBPE80160,,1667686839576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8872,,,stu_EOBPE80160,,1667686843819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8873,,,stu_EOBPE80160,,1667686846416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8874,,,stu_EOBPE80160,,1667686853901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8875,,,stu_EOBPE80160,,1667686855511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8876,,,stu_EOBPE80160,,1667686856992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8877,,,stu_EOBPE80160,,1667686866974,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8878,,,stu_EOBPE80160,,1667686866976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8879,,,stu_EOBPE80160,,1667686872237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8880,,,stu_EOBPE80160,,1667686872359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8881,,,stu_EOBPE80160,,1667686879796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8882,,,stu_EOBPE80160,,1667686879812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8883,,,stu_EOBPE80160,,1667686883462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8884,,,stu_FAMON54941,,1667231182267,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8885,,,stu_FAMON54941,,1667231186731,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8886,,,stu_FAMON54941,,1667231189518,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8887,,,stu_FAMON54941,,1667231200299,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8888,,,stu_FAMON54941,,1667231203458,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8889,,,stu_FAMON54941,,1667231206203,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8890,,,stu_FAMON54941,,1667231216629,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8891,,,stu_FAMON54941,,1667231219232,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8892,,,stu_FAMON54941,,1667231222920,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8893,,,stu_FAMON54941,,1667231224650,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8894,,,stu_FAMON54941,,1667231227395,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8895,,,stu_FAMON54941,,1667231233971,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8896,,,stu_FAMON54941,,1667231242829,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8897,,,stu_FAMON54941,,1667231245793,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8898,,,stu_FAMON54941,,1667231248597,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8899,,,stu_FAMON54941,,1667231252217,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8900,,,stu_FAMON54941,,1667231259693,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8901,,,stu_FAMON54941,,1667231261527,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8902,,,stu_FAMON54941,,1667231264820,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8903,,,stu_FAMON54941,,1667231265975,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8904,,,stu_FAMON54941,,1667231270882,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8905,,,stu_FAMON54941,,1667231276850,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8906,,,stu_FAMON54941,,1667231282780,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8907,,,stu_FAMON54941,,1667231288416,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8908,,,stu_FAMON54941,,1667231292132,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8909,,,stu_FAMON54941,,1667231295732,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8910,,,stu_FAMON54941,,1667231299243,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8911,,,stu_FAMON54941,,1667231306196,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8912,,,stu_FAMON54941,,1667231318025,,,,,,ratio_proportion_change3,ratio_proportion_change3-196,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8913,,,stu_FAMON54941,,1666973112841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8914,,,stu_FAMON54941,,1666973116002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8915,,,stu_FAMON54941,,1666973123364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8916,,,stu_FAMON54941,,1666973126433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8917,,,stu_FAMON54941,,1666973128189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8918,,,stu_FAMON54941,,1666973130999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8919,,,stu_FAMON54941,,1666973135586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8920,,,stu_FAMON54941,,1666973138660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8921,,,stu_FAMON54941,,1666973140271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8922,,,stu_FAMON54941,,1666973159961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8923,,,stu_FAMON54941,,1666973162804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8924,,,stu_FAMON54941,,1666973169177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8925,,,stu_FAMON54941,,1666973177009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8926,,,stu_FAMON54941,,1666973179430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8927,,,stu_FAMON54941,,1666973183038,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8928,,,stu_FAMON54941,,1666973187114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8929,,,stu_FAMON54941,,1666973187129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8930,,,stu_FAMON54941,,1666973190283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8931,,,stu_FAMON54941,,1666973192949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8932,,,stu_FAMON54941,,1666973196066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8933,,,stu_FAMON54941,,1666973197398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8934,,,stu_FAMON54941,,1666973200790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8935,,,stu_FAMON54941,,1666973202713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8936,,,stu_FAMON54941,,1666973206778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8937,,,stu_FAMON54941,,1666973207849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8938,,,stu_FAMON54941,,1666973208928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8939,,,stu_FAMON54941,,1666973208964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8940,,,stu_FAMON54941,,1666973212907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8941,,,stu_FAMON54941,,1666973215426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8942,,,stu_FAMON54941,,1666973224964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8943,,,stu_FAMON54941,,1666973231821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8944,,,stu_FAMON54941,,1666973233172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8945,,,stu_FAMON54941,,1666973243553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8946,,,stu_FAMON54941,,1666973243685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8947,,,stu_FAMON54941,,1666973247912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8948,,,stu_FAMON54941,,1666973251598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8949,,,stu_HFRCP19685,,1668725246667,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8950,,,stu_HFRCP19685,,1668725246849,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8951,,,stu_HFRCP19685,,1668725248485,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8952,,,stu_HFRCP19685,,1668725251680,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8953,,,stu_HFRCP19685,,1668725254717,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8954,,,stu_HFRCP19685,,1668725256973,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8955,,,stu_HFRCP19685,,1668725258789,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8956,,,stu_HFRCP19685,,1668725261984,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8957,,,stu_HFRCP19685,,1668725263527,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8958,,,stu_HFRCP19685,,1668725266617,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8959,,,stu_HFRCP19685,,1668725269249,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8960,,,stu_HFRCP19685,,1668725272852,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8961,,,stu_HFRCP19685,,1668725274695,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8962,,,stu_HFRCP19685,,1668725276419,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8963,,,stu_HFRCP19685,,1668725288084,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8964,,,stu_HFRCP19685,,1668725296571,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8965,,,stu_HFRCP19685,,1668725310590,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8966,,,stu_HFRCP19685,,1668725315457,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-8967,,,stu_HJNRF49374,,1669141139361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8968,,,stu_HJNRF49374,,1669141139429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8969,,,stu_HJNRF49374,,1669141143994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8970,,,stu_HJNRF49374,,1669141149362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8971,,,stu_HJNRF49374,,1669141152246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8972,,,stu_HJNRF49374,,1669141153809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8973,,,stu_HJNRF49374,,1669141153831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8974,,,stu_HJNRF49374,,1669141156522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8975,,,stu_HJNRF49374,,1669141158587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8976,,,stu_HJNRF49374,,1669141164797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8977,,,stu_HJNRF49374,,1669141167680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8978,,,stu_HJNRF49374,,1669141169089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8979,,,stu_HJNRF49374,,1669141171361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8980,,,stu_HJNRF49374,,1669141176864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8981,,,stu_HJNRF49374,,1669141178091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8982,,,stu_HJNRF49374,,1669141179123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8983,,,stu_HJNRF49374,,1669141180436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8984,,,stu_HJNRF49374,,1669141182864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8985,,,stu_HJNRF49374,,1669141186968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8986,,,stu_HJNRF49374,,1669141188508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8987,,,stu_HJNRF49374,,1669141191657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8988,,,stu_HJNRF49374,,1669141194411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8989,,,stu_HJNRF49374,,1669141196499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8990,,,stu_HJNRF49374,,1669141201230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8991,,,stu_HJNRF49374,,1669141260638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8992,,,stu_HJNRF49374,,1669141262069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8993,,,stu_HJNRF49374,,1669141262092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8994,,,stu_HJNRF49374,,1669141264943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8995,,,stu_HJNRF49374,,1669141264944,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8996,,,stu_HJNRF49374,,1669141268286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8997,,,stu_HJNRF49374,,1669141271015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8998,,,stu_HJNRF49374,,1669070374481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-8999,,,stu_HJNRF49374,,1669070379020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9000,,,stu_HJNRF49374,,1669070380830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9001,,,stu_HJNRF49374,,1669070381587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9002,,,stu_HJNRF49374,,1669070383550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9003,,,stu_HJNRF49374,,1669070385948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9004,,,stu_HJNRF49374,,1669070386925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9005,,,stu_HJNRF49374,,1669070388558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9006,,,stu_HJNRF49374,,1669070390173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9007,,,stu_HJNRF49374,,1669070392545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9008,,,stu_HJNRF49374,,1669070395366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9009,,,stu_HJNRF49374,,1669070398072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9010,,,stu_HJNRF49374,,1669070399586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9011,,,stu_HJNRF49374,,1669070400698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9012,,,stu_HJNRF49374,,1669070403832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9013,,,stu_HJNRF49374,,1669070404742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9014,,,stu_HJNRF49374,,1669070408706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9015,,,stu_HJNRF49374,,1669070410672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9016,,,stu_HJNRF49374,,1669070417300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9017,,,stu_HJNRF49374,,1669070419872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9018,,,stu_HJNRF49374,,1669070421870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9019,,,stu_HJNRF49374,,1669070421877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9020,,,stu_HJNRF49374,,1669070425680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9021,,,stu_HJNRF49374,,1669070430851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9022,,,stu_HJNRF49374,,1669141339374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9023,,,stu_HJNRF49374,,1669141339433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9024,,,stu_HJNRF49374,,1669141341978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9025,,,stu_HJNRF49374,,1669141341978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9026,,,stu_HJNRF49374,,1669141343316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9027,,,stu_HJNRF49374,,1669141348059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9028,,,stu_HJNRF49374,,1669141350289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9029,,,stu_HJNRF49374,,1669141351328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9030,,,stu_HJNRF49374,,1669141353743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9031,,,stu_HJNRF49374,,1669141377876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9032,,,stu_HJNRF49374,,1669141383553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9033,,,stu_HJNRF49374,,1669141385629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9034,,,stu_HJNRF49374,,1669141385642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9035,,,stu_HJNRF49374,,1669141393378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9036,,,stu_HJNRF49374,,1669141400732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9037,,,stu_HJNRF49374,,1669141404083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9038,,,stu_HJNRF49374,,1669141408231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9039,,,stu_HJNRF49374,,1669141409925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9040,,,stu_HJNRF49374,,1669141410718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9041,,,stu_HJNRF49374,,1669141412773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9042,,,stu_HJNRF49374,,1669141414123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9043,,,stu_HJNRF49374,,1669141418176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9044,,,stu_HJNRF49374,,1669141420653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9045,,,stu_HJNRF49374,,1669141423711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9046,,,stu_HJNRF49374,,1669141425503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9047,,,stu_HJNRF49374,,1669141430376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9048,,,stu_HJNRF49374,,1669141436019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9049,,,stu_HJNRF49374,,1669141436972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9050,,,stu_HJNRF49374,,1669141441715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9051,,,stu_HJNRF49374,,1669141441729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9052,,,stu_HJNRF49374,,1669141445888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9053,,,stu_HJNRF49374,,1669141448542,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9054,,,stu_NVKUB42619,,1682474109461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9055,,,stu_NVKUB42619,,1682474109677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9056,,,stu_NVKUB42619,,1682474110773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9057,,,stu_NVKUB42619,,1682474120207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9058,,,stu_NVKUB42619,,1682474124289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9059,,,stu_NVKUB42619,,1682474126649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9060,,,stu_NVKUB42619,,1682474129784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9061,,,stu_NVKUB42619,,1682474139339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9062,,,stu_NVKUB42619,,1682474178869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9063,,,stu_NVKUB42619,,1682474180222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9064,,,stu_NVKUB42619,,1682474182502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9065,,,stu_NVKUB42619,,1682474190616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9066,,,stu_NVKUB42619,,1682474201999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9067,,,stu_NVKUB42619,,1682474207559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9068,,,stu_NVKUB42619,,1682474219058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9069,,,stu_NVKUB42619,,1682474224434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9070,,,stu_NVKUB42619,,1682474236027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9071,,,stu_NVKUB42619,,1682474236034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9072,,,stu_NVKUB42619,,1682474239851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9073,,,stu_NVKUB42619,,1682474244327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-030,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9074,,,stu_NVKUB42619,,1682474259603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9075,,,stu_NVKUB42619,,1682474263795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9076,,,stu_NVKUB42619,,1682474272870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9077,,,stu_NVKUB42619,,1682474275457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9078,,,stu_NVKUB42619,,1682474275789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9079,,,stu_NVKUB42619,,1682474280554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9080,,,stu_NVKUB42619,,1682474280573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9081,,,stu_NVKUB42619,,1682474286826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9082,,,stu_NVKUB42619,,1682474297908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9083,,,stu_NVKUB42619,,1682474302791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9084,,,stu_NVKUB42619,,1682474327748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9085,,,stu_NVKUB42619,,1682474378795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9086,,,stu_NVKUB42619,,1682474410076,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9087,,,stu_NVKUB42619,,1682474410079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9088,,,stu_NVKUB42619,,1682474410748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9089,,,stu_NVKUB42619,,1682474410953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9090,,,stu_NVKUB42619,,1682474424344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9091,,,stu_NVKUB42619,,1682474427551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9092,,,stu_NVKUB42619,,1682474429762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9093,,,stu_NVKUB42619,,1682474449131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9094,,,stu_NVKUB42619,,1682474459943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9095,,,stu_NVKUB42619,,1682474468097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9096,,,stu_NVKUB42619,,1682474468132,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9097,,,stu_NVKUB42619,,1682474472802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9098,,,stu_NVKUB42619,,1682474504295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-9099,,,stu_TZFZR77390,,1679509566539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9100,,,stu_TZFZR77390,,1679509571001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9101,,,stu_TZFZR77390,,1679509574128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9102,,,stu_TZFZR77390,,1679509575239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9103,,,stu_TZFZR77390,,1679509577166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9104,,,stu_TZFZR77390,,1679509578618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9105,,,stu_TZFZR77390,,1679509580582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9106,,,stu_TZFZR77390,,1679509582555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9107,,,stu_TZFZR77390,,1679509583555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9108,,,stu_TZFZR77390,,1679509584688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9109,,,stu_TZFZR77390,,1679509585560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9110,,,stu_TZFZR77390,,1679509586341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9111,,,stu_TZFZR77390,,1679509586431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9112,,,stu_TZFZR77390,,1679509586922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9113,,,stu_TZFZR77390,,1679509586968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9114,,,stu_TZFZR77390,,1679509591081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9115,,,stu_TZFZR77390,,1679509593508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9116,,,stu_TZFZR77390,,1679509595639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9117,,,stu_TZFZR77390,,1679509598254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9118,,,stu_TZFZR77390,,1679509599893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9119,,,stu_TZFZR77390,,1679509603188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9120,,,stu_TZFZR77390,,1679509604981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9121,,,stu_TZFZR77390,,1679509605907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9122,,,stu_TZFZR77390,,1679509608136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9123,,,stu_TZFZR77390,,1679509610112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9124,,,stu_TZFZR77390,,1679509613204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9125,,,stu_TZFZR77390,,1679509616302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9126,,,stu_TZFZR77390,,1679509617858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9127,,,stu_TZFZR77390,,1679509617885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9128,,,stu_TZFZR77390,,1679509621707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9129,,,stu_TZFZR77390,,1679509624906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9130,,,stu_TZFZR77390,,1679509628857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9131,,,stu_TZFZR77390,,1679509633055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9132,,,stu_TZFZR77390,,1679509635193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9133,,,stu_TZFZR77390,,1679509638888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9134,,,stu_TZFZR77390,,1679509638908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9135,,,stu_TZFZR77390,,1679509642741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9136,,,stu_TZFZR77390,,1679509646204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9137,,,stu_TZFZR77390,,1678905927672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9138,,,stu_TZFZR77390,,1678905930983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9139,,,stu_TZFZR77390,,1678905932739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9140,,,stu_TZFZR77390,,1678905934859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9141,,,stu_TZFZR77390,,1678905937908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9142,,,stu_TZFZR77390,,1678905938650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9143,,,stu_TZFZR77390,,1678905940180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9144,,,stu_TZFZR77390,,1678905941333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9145,,,stu_TZFZR77390,,1678905941348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9146,,,stu_TZFZR77390,,1678905942055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9147,,,stu_TZFZR77390,,1678905942079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9148,,,stu_TZFZR77390,,1678905945512,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9149,,,stu_TZFZR77390,,1678905948845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9150,,,stu_TZFZR77390,,1678905950826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9151,,,stu_TZFZR77390,,1678905954605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9152,,,stu_TZFZR77390,,1678905956580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9153,,,stu_TZFZR77390,,1678905959209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9154,,,stu_TZFZR77390,,1678905962739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9155,,,stu_TZFZR77390,,1678905964838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9156,,,stu_TZFZR77390,,1678905969413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9157,,,stu_TZFZR77390,,1678905971735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9158,,,stu_TZFZR77390,,1678905974059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9159,,,stu_TZFZR77390,,1678905978302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9160,,,stu_TZFZR77390,,1678905986235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9161,,,stu_TZFZR77390,,1678905990006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9162,,,stu_TZFZR77390,,1678905993793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9163,,,stu_TZFZR77390,,1678905994710,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9164,,,stu_TZFZR77390,,1678905995232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9165,,,stu_TZFZR77390,,1678905995313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9166,,,stu_TZFZR77390,,1678905996046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9167,,,stu_TZFZR77390,,1678905996083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9168,,,stu_TZFZR77390,,1678905998511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9169,,,stu_TZFZR77390,,1678906001873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9170,,,stu_TZFZR77390,,1678906002942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9171,,,stu_TZFZR77390,,1678906005786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9172,,,stu_TZFZR77390,,1678906010018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9173,,,stu_TZFZR77390,,1678906013207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9174,,,stu_TZFZR77390,,1678906015307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9175,,,stu_TZFZR77390,,1678906019660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9176,,,stu_TZFZR77390,,1678906023723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9177,,,stu_TZFZR77390,,1678303869119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9178,,,stu_TZFZR77390,,1678303872338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9179,,,stu_TZFZR77390,,1678303880804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9180,,,stu_TZFZR77390,,1678303884061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9181,,,stu_TZFZR77390,,1678303897307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9182,,,stu_TZFZR77390,,1678303898016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9183,,,stu_TZFZR77390,,1678303898050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9184,,,stu_TZFZR77390,,1678303898345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9185,,,stu_TZFZR77390,,1678303898379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9186,,,stu_TZFZR77390,,1678303901633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9187,,,stu_TZFZR77390,,1678303903345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9188,,,stu_TZFZR77390,,1678303909395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9189,,,stu_TZFZR77390,,1678303914262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9190,,,stu_TZFZR77390,,1678303915489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9191,,,stu_TZFZR77390,,1678303922851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9192,,,stu_TZFZR77390,,1678303922864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9193,,,stu_TZFZR77390,,1678303927287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9194,,,stu_TZFZR77390,,1678303929307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9195,,,stu_TZFZR77390,,1678303933586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9196,,,stu_TZFZR77390,,1678303939215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9197,,,stu_TZFZR77390,,1678303939714,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9198,,,stu_TZFZR77390,,1678303940177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9199,,,stu_TZFZR77390,,1678303940195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9200,,,stu_TZFZR77390,,1678303944763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9201,,,stu_TZFZR77390,,1678303948441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9202,,,stu_TZFZR77390,,1678303953648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9203,,,stu_TZFZR77390,,1678303957675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9204,,,stu_TZFZR77390,,1678303960700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9205,,,stu_TZFZR77390,,1678303964960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9206,,,stu_TZFZR77390,,1678303967222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9207,,,stu_TZFZR77390,,1678303970129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9208,,,stu_TZFZR77390,,1678303972335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9209,,,stu_TZFZR77390,,1678303972338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9210,,,stu_TZFZR77390,,1678303975926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9211,,,stu_TZFZR77390,,1678303979915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9212,,,stu_TZFZR77390,,1678303982414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9213,,,stu_TZFZR77390,,1678303984030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9214,,,stu_TZFZR77390,,1678303985425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9215,,,stu_TZFZR77390,,1678303985881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9216,,,stu_TZFZR77390,,1678303985909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9217,,,stu_TZFZR77390,,1678303986501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9218,,,stu_TZFZR77390,,1678303986519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9219,,,stu_TZFZR77390,,1678303991550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9220,,,stu_TZFZR77390,,1678303994214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9221,,,stu_TZFZR77390,,1678303998955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9222,,,stu_TZFZR77390,,1678304006137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9223,,,stu_TZFZR77390,,1678304006821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9224,,,stu_TZFZR77390,,1678304006848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9225,,,stu_TZFZR77390,,1678304010837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9226,,,stu_TZFZR77390,,1678304014102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9227,,,stu_TZFZR77390,,1678304017358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9228,,,stu_TZFZR77390,,1678304019133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9229,,,stu_TZFZR77390,,1678304020001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9230,,,stu_TZFZR77390,,1678304020050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9231,,,stu_TZFZR77390,,1678304020455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9232,,,stu_TZFZR77390,,1678304020520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9233,,,stu_TZFZR77390,,1678304024102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9234,,,stu_TZFZR77390,,1678304026109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9235,,,stu_TZFZR77390,,1678304028204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9236,,,stu_TZFZR77390,,1678304032212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9237,,,stu_TZFZR77390,,1678304032433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9238,,,stu_TZFZR77390,,1678304036626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9239,,,stu_TZFZR77390,,1678304042203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9240,,,stu_TZFZR77390,,1679509059863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9241,,,stu_TZFZR77390,,1679509064397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9242,,,stu_TZFZR77390,,1679509070098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9243,,,stu_TZFZR77390,,1679509083122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9244,,,stu_TZFZR77390,,1679509086792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9245,,,stu_TZFZR77390,,1679509086793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9246,,,stu_TZFZR77390,,1679509089957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9247,,,stu_TZFZR77390,,1679509094155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9248,,,stu_TZFZR77390,,1679509293268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9249,,,stu_TZFZR77390,,1679509300234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9250,,,stu_TZFZR77390,,1679509301841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9251,,,stu_TZFZR77390,,1679509303032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9252,,,stu_TZFZR77390,,1679509305285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9253,,,stu_TZFZR77390,,1679509305973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9254,,,stu_TZFZR77390,,1679509305995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9255,,,stu_TZFZR77390,,1679509310865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9256,,,stu_TZFZR77390,,1679509314214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9257,,,stu_TZFZR77390,,1679509419134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9258,,,stu_TZFZR77390,,1679509423803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9259,,,stu_TZFZR77390,,1679509427386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9260,,,stu_TZFZR77390,,1679509428238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9261,,,stu_TZFZR77390,,1679509431849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9262,,,stu_TZFZR77390,,1679509431875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9263,,,stu_TZFZR77390,,1679509432576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9264,,,stu_TZFZR77390,,1679509432655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9265,,,stu_TZFZR77390,,1679509440429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9266,,,stu_TZFZR77390,,1679509442763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9267,,,stu_TZFZR77390,,1679509446492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9268,,,stu_TZFZR77390,,1679509449340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9269,,,stu_TZFZR77390,,1679509451646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9270,,,stu_TZFZR77390,,1679509452400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9271,,,stu_TZFZR77390,,1679509452480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9272,,,stu_TZFZR77390,,1679509455577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9273,,,stu_TZFZR77390,,1679509458752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9274,,,stu_TZFZR77390,,1679509467067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9275,,,stu_TZFZR77390,,1679509467933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9276,,,stu_TZFZR77390,,1679509468783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9277,,,stu_TZFZR77390,,1679509468827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9278,,,stu_TZFZR77390,,1679509473536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9279,,,stu_TZFZR77390,,1679509478079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9280,,,stu_TZFZR77390,,1679509482187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9281,,,stu_TZFZR77390,,1679509483298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9282,,,stu_TZFZR77390,,1679509485696,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9283,,,stu_TZFZR77390,,1679509485720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9284,,,stu_TZFZR77390,,1679509489536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9285,,,stu_TZFZR77390,,1679509493239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9286,,,stu_TZFZR77390,,1679509544034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9287,,,stu_TZFZR77390,,1679509544758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9288,,,stu_TZFZR77390,,1679509545365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9289,,,stu_TZFZR77390,,1679509545403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9290,,,stu_TZFZR77390,,1679509548490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9291,,,stu_TZFZR77390,,1679509551213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9292,,,stu_TZFZR77390,,1678820651372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9293,,,stu_TZFZR77390,,1678820651373,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9294,,,stu_TZFZR77390,,1678820653703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9295,,,stu_TZFZR77390,,1678820657265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9296,,,stu_TZFZR77390,,1678820659730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9297,,,stu_TZFZR77390,,1678820662403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9298,,,stu_TZFZR77390,,1678820666493,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9299,,,stu_TZFZR77390,,1678820667101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9300,,,stu_TZFZR77390,,1678820667132,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9301,,,stu_TZFZR77390,,1678820672263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9302,,,stu_TZFZR77390,,1678820733039,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9303,,,stu_TZFZR77390,,1678820733880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9304,,,stu_TZFZR77390,,1678820738378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9305,,,stu_TZFZR77390,,1678820740214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9306,,,stu_TZFZR77390,,1678820742566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9307,,,stu_TZFZR77390,,1678820742578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9308,,,stu_TZFZR77390,,1678820743260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9309,,,stu_TZFZR77390,,1678820743358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9310,,,stu_TZFZR77390,,1678820747578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9311,,,stu_TZFZR77390,,1678820749932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9312,,,stu_TZFZR77390,,1678820751642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9313,,,stu_TZFZR77390,,1678820751645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9314,,,stu_TZFZR77390,,1678820756191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9315,,,stu_TZFZR77390,,1678820758590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9316,,,stu_TZFZR77390,,1678820759435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9317,,,stu_TZFZR77390,,1678820762501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9318,,,stu_TZFZR77390,,1678820763497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9319,,,stu_TZFZR77390,,1678820763499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9320,,,stu_TZFZR77390,,1678820768960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9321,,,stu_TZFZR77390,,1678820772406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9322,,,stu_TZFZR77390,,1678820789976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9323,,,stu_TZFZR77390,,1678820790678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9324,,,stu_TZFZR77390,,1678820791275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9325,,,stu_TZFZR77390,,1678820791299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9326,,,stu_TZFZR77390,,1678820791823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9327,,,stu_TZFZR77390,,1678820791856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9328,,,stu_TZFZR77390,,1678820795755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9329,,,stu_TZFZR77390,,1678820798739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9330,,,stu_TZFZR77390,,1678820803212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9331,,,stu_TZFZR77390,,1678820805695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9332,,,stu_TZFZR77390,,1678820805710,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9333,,,stu_TZFZR77390,,1678820810160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9334,,,stu_TZFZR77390,,1678820812835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9335,,,stu_TZFZR77390,,1678820814990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9336,,,stu_TZFZR77390,,1678820817363,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9337,,,stu_TZFZR77390,,1678820820056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9338,,,stu_TZFZR77390,,1678820823791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9339,,,stu_TZFZR77390,,1678820827239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9340,,,stu_TZFZR77390,,1678820827829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9341,,,stu_TZFZR77390,,1678820828600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9342,,,stu_TZFZR77390,,1678820828652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9343,,,stu_TZFZR77390,,1678820829109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9344,,,stu_TZFZR77390,,1678820829142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9345,,,stu_TZFZR77390,,1678820833023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9346,,,stu_TZFZR77390,,1678820837670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9347,,,stu_TZFZR77390,,1678820840123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9348,,,stu_TZFZR77390,,1678820840778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9349,,,stu_TZFZR77390,,1678820841542,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9350,,,stu_TZFZR77390,,1678820841551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9351,,,stu_TZFZR77390,,1678820845768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9352,,,stu_TZFZR77390,,1678820849635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9353,,,stu_TZFZR77390,,1678820851967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9354,,,stu_TZFZR77390,,1678820860107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9355,,,stu_TZFZR77390,,1678820863491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9356,,,stu_TZFZR77390,,1678820863522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9357,,,stu_TZFZR77390,,1678820868245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9358,,,stu_TZFZR77390,,1678820872353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9359,,,stu_TZFZR77390,,1678904605109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9360,,,stu_TZFZR77390,,1678904605127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9361,,,stu_TZFZR77390,,1678904606536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9362,,,stu_TZFZR77390,,1678904680425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9363,,,stu_TZFZR77390,,1678904685240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9364,,,stu_TZFZR77390,,1678904690158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9365,,,stu_TZFZR77390,,1678904692514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9366,,,stu_TZFZR77390,,1678904695440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9367,,,stu_TZFZR77390,,1678904716779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9368,,,stu_TZFZR77390,,1678904716798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9369,,,stu_TZFZR77390,,1678904720219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9370,,,stu_TZFZR77390,,1678904721571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9371,,,stu_TZFZR77390,,1678904723556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9372,,,stu_TZFZR77390,,1678904724936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9373,,,stu_TZFZR77390,,1678904726428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9374,,,stu_TZFZR77390,,1678904726437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9375,,,stu_TZFZR77390,,1678904730986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9376,,,stu_TZFZR77390,,1678904733708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9377,,,stu_TZFZR77390,,1678904735120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9378,,,stu_TZFZR77390,,1678904736504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9379,,,stu_TZFZR77390,,1678904738836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9380,,,stu_TZFZR77390,,1678904740070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9381,,,stu_TZFZR77390,,1678904741276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9382,,,stu_TZFZR77390,,1678904747175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9383,,,stu_TZFZR77390,,1678904750029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9384,,,stu_TZFZR77390,,1678904751175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9385,,,stu_TZFZR77390,,1678904753345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9386,,,stu_TZFZR77390,,1678904754324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9387,,,stu_TZFZR77390,,1678904756355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9388,,,stu_TZFZR77390,,1678904758204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9389,,,stu_TZFZR77390,,1678904760272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9390,,,stu_TZFZR77390,,1678904764111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9391,,,stu_TZFZR77390,,1678904768054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9392,,,stu_TZFZR77390,,1678904769152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9393,,,stu_TZFZR77390,,1678904769815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9394,,,stu_TZFZR77390,,1678904769943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9395,,,stu_TZFZR77390,,1678904774146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9396,,,stu_TZFZR77390,,1678904777609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9397,,,stu_TZFZR77390,,1678904783406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9398,,,stu_TZFZR77390,,1678904784413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9399,,,stu_TZFZR77390,,1678904785908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9400,,,stu_TZFZR77390,,1678904788551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9401,,,stu_TZFZR77390,,1678904792002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9402,,,stu_TZFZR77390,,1678904802301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9403,,,stu_TZFZR77390,,1678904808884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-9404,,,stu_LGZZW03088,,1682611833361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9405,,,stu_LGZZW03088,,1682611837794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9406,,,stu_LGZZW03088,,1682611842741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9407,,,stu_LGZZW03088,,1682611845660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9408,,,stu_LGZZW03088,,1682611905888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9409,,,stu_LGZZW03088,,1682611906215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9410,,,stu_LGZZW03088,,1682611906640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9411,,,stu_LGZZW03088,,1682611907202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9412,,,stu_LGZZW03088,,1682611907636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9413,,,stu_LGZZW03088,,1682611908113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9414,,,stu_LGZZW03088,,1682611908549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9415,,,stu_LGZZW03088,,1682611909114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9416,,,stu_LGZZW03088,,1682611909121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9417,,,stu_LGZZW03088,,1682611909459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9418,,,stu_LGZZW03088,,1682611909896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9419,,,stu_LGZZW03088,,1683301833148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9420,,,stu_LGZZW03088,,1683301833182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9421,,,stu_LGZZW03088,,1683301838262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9422,,,stu_LGZZW03088,,1683301842673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9423,,,stu_LGZZW03088,,1683301848121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9424,,,stu_LGZZW03088,,1683301865465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9425,,,stu_LGZZW03088,,1683301871219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9426,,,stu_LGZZW03088,,1683301874461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9427,,,stu_LGZZW03088,,1683301876908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9428,,,stu_LGZZW03088,,1683301884987,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9429,,,stu_LGZZW03088,,1683301895970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9430,,,stu_LGZZW03088,,1683301900457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9431,,,stu_LGZZW03088,,1683301903195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9432,,,stu_LGZZW03088,,1683301903211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9433,,,stu_LGZZW03088,,1683301907056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9434,,,stu_LGZZW03088,,1683301931792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9435,,,stu_OGCIP07265,,1681310753565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9436,,,stu_OGCIP07265,,1681310759205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9437,,,stu_OGCIP07265,,1681310768516,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9438,,,stu_OGCIP07265,,1681310774971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9439,,,stu_OGCIP07265,,1681310778440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9440,,,stu_OGCIP07265,,1681310919270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9441,,,stu_OGCIP07265,,1681310926375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9442,,,stu_OGCIP07265,,1681310927932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9443,,,stu_OGCIP07265,,1681310930818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9444,,,stu_OGCIP07265,,1681310941079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9445,,,stu_OGCIP07265,,1681310944126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-9446,,,stu_AXGYU07193,,1681677289416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9447,,,stu_AXGYU07193,,1681677293297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9448,,,stu_AXGYU07193,,1681677296509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9449,,,stu_AXGYU07193,,1681677298207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9450,,,stu_AXGYU07193,,1681677319075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9451,,,stu_AXGYU07193,,1681677336945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9452,,,stu_AXGYU07193,,1681677376262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9453,,,stu_AXGYU07193,,1681677379026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9454,,,stu_AXGYU07193,,1681677392203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9455,,,stu_AXGYU07193,,1681677393786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9456,,,stu_AXGYU07193,,1681677397394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9457,,,stu_AXGYU07193,,1681677401176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9458,,,stu_AXGYU07193,,1681677401446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9459,,,stu_AXGYU07193,,1681677410977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9460,,,stu_AXGYU07193,,1681677416819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9461,,,stu_AXGYU07193,,1681677417896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9462,,,stu_AXGYU07193,,1681677421598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9463,,,stu_AXGYU07193,,1681677429077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9464,,,stu_AXGYU07193,,1681677510788,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9465,,,stu_AXGYU07193,,1681677510803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9466,,,stu_AXGYU07193,,1681677512020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9467,,,stu_AXGYU07193,,1681677520449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9468,,,stu_AXGYU07193,,1681677522991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9469,,,stu_AXGYU07193,,1681677524953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9470,,,stu_AXGYU07193,,1681677542262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9471,,,stu_AXGYU07193,,1681677546439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9472,,,stu_AXGYU07193,,1681677548888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9473,,,stu_AXGYU07193,,1681677571147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9474,,,stu_AXGYU07193,,1681677577079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9475,,,stu_AXGYU07193,,1681677591783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9476,,,stu_AXGYU07193,,1681677593099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9477,,,stu_AXGYU07193,,1681677600058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9478,,,stu_AXGYU07193,,1681677603236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9479,,,stu_AXGYU07193,,1681677604255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9480,,,stu_AXGYU07193,,1681677612096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9481,,,stu_AXGYU07193,,1681677630786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9482,,,stu_AXGYU07193,,1681677635603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-9483,,,stu_GHFYA99600,,1682441585756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9484,,,stu_GHFYA99600,,1682441592261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9485,,,stu_GHFYA99600,,1682441594511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9486,,,stu_GHFYA99600,,1682441596336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9487,,,stu_GHFYA99600,,1682441611165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9488,,,stu_GHFYA99600,,1682441617004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9489,,,stu_GHFYA99600,,1682441618498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9490,,,stu_GHFYA99600,,1682441620652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9491,,,stu_GHFYA99600,,1682441623160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9492,,,stu_GHFYA99600,,1682441625492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9493,,,stu_GHFYA99600,,1682441628678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9494,,,stu_GHFYA99600,,1682441630966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9495,,,stu_GHFYA99600,,1682441634792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9496,,,stu_GHFYA99600,,1682441636768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9497,,,stu_GHFYA99600,,1682441639948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9498,,,stu_GHFYA99600,,1682441642467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9499,,,stu_GHFYA99600,,1682441645937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9500,,,stu_GHFYA99600,,1682441646921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9501,,,stu_GHFYA99600,,1682441658955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9502,,,stu_GHFYA99600,,1682441668342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9503,,,stu_GHFYA99600,,1682441670217,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9504,,,stu_GHFYA99600,,1682441681458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-9505,,,stu_BPVYM46306,,1676643973933,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9506,,,stu_BPVYM46306,,1676643982049,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9507,,,stu_BPVYM46306,,1676644001782,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9508,,,stu_BPVYM46306,,1676644025597,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9509,,,stu_BPVYM46306,,1676644029686,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9510,,,stu_BPVYM46306,,1676644045817,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9511,,,stu_BPVYM46306,,1676644045817,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9512,,,stu_BPVYM46306,,1676644051331,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9513,,,stu_BPVYM46306,,1676644065166,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9514,,,stu_BPVYM46306,,1676644065166,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9515,,,stu_BPVYM46306,,1676644065166,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9516,,,stu_BPVYM46306,,1676644065166,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9517,,,stu_BPVYM46306,,1676644075169,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9518,,,stu_BPVYM46306,,1676644079419,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9519,,,stu_BPVYM46306,,1676644083527,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9520,,,stu_BPVYM46306,,1676644092010,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9521,,,stu_BPVYM46306,,1676644119562,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9522,,,stu_BPVYM46306,,1676644331824,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9523,,,stu_BPVYM46306,,1676644343717,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9524,,,stu_BPVYM46306,,1676644345249,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9525,,,stu_BPVYM46306,,1676644422148,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9526,,,stu_BPVYM46306,,1676644424412,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9527,,,stu_BPVYM46306,,1676644427563,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9528,,,stu_BPVYM46306,,1676644430430,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9529,,,stu_BPVYM46306,,1676644448772,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9530,,,stu_BPVYM46306,,1676644450795,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9531,,,stu_BPVYM46306,,1676644467698,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9532,,,stu_BPVYM46306,,1676644470341,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9533,,,stu_BPVYM46306,,1676644472950,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9534,,,stu_BPVYM46306,,1676644475242,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9535,,,stu_BPVYM46306,,1676644479673,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9536,,,stu_BPVYM46306,,1676644490203,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9537,,,stu_BPVYM46306,,1676644518316,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9538,,,stu_BPVYM46306,,1676644520425,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9539,,,stu_BPVYM46306,,1676644523805,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9540,,,stu_BPVYM46306,,1676644526141,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9541,,,stu_BPVYM46306,,1676644535490,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9542,,,stu_BPVYM46306,,1676644539846,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9543,,,stu_BPVYM46306,,1676644542274,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9544,,,stu_BPVYM46306,,1676644545895,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9545,,,stu_BPVYM46306,,1676644548479,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9546,,,stu_BPVYM46306,,1676644583931,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9547,,,stu_BPVYM46306,,1676644586220,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9548,,,stu_BPVYM46306,,1676644589666,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9549,,,stu_BPVYM46306,,1676644591850,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9550,,,stu_BPVYM46306,,1676644594325,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9551,,,stu_BPVYM46306,,1676644596010,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9552,,,stu_BPVYM46306,,1676644600029,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9553,,,stu_BPVYM46306,,1676644602634,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9554,,,stu_BPVYM46306,,1676644606183,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9555,,,stu_BPVYM46306,,1676644608623,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9556,,,stu_BPVYM46306,,1676738144040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9557,,,stu_BPVYM46306,,1676738156759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9558,,,stu_BPVYM46306,,1676738170640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9559,,,stu_BPVYM46306,,1676738172706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9560,,,stu_BPVYM46306,,1676738177598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9561,,,stu_BPVYM46306,,1676738179129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9562,,,stu_BPVYM46306,,1676738184114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9563,,,stu_BPVYM46306,,1676738185053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9564,,,stu_BPVYM46306,,1676738193513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9565,,,stu_BPVYM46306,,1676738212645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9566,,,stu_BPVYM46306,,1676738214277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9567,,,stu_BPVYM46306,,1676738216671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9568,,,stu_BPVYM46306,,1676738218836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9569,,,stu_BPVYM46306,,1676738238804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9570,,,stu_BPVYM46306,,1676738253240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9571,,,stu_BPVYM46306,,1676738254489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9572,,,stu_BPVYM46306,,1676738265791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9573,,,stu_BPVYM46306,,1676738268106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9574,,,stu_BPVYM46306,,1676738271523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9575,,,stu_BPVYM46306,,1676738274381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9576,,,stu_BPVYM46306,,1676751495526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9577,,,stu_BPVYM46306,,1676751498362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9578,,,stu_BPVYM46306,,1676751501375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9579,,,stu_BPVYM46306,,1676751502153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9580,,,stu_BPVYM46306,,1676751504786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9581,,,stu_BPVYM46306,,1676751506082,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9582,,,stu_BPVYM46306,,1676751510182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9583,,,stu_BPVYM46306,,1676751510814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9584,,,stu_BPVYM46306,,1676751512158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9585,,,stu_BPVYM46306,,1676751515894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9586,,,stu_BPVYM46306,,1676751517330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9587,,,stu_BPVYM46306,,1676751519147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9588,,,stu_BPVYM46306,,1676751520715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9589,,,stu_BPVYM46306,,1676751530083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9590,,,stu_BPVYM46306,,1676751535308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9591,,,stu_BPVYM46306,,1676751559896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9592,,,stu_BPVYM46306,,1676751564726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9593,,,stu_BPVYM46306,,1676751566235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9594,,,stu_BPVYM46306,,1676751569512,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9595,,,stu_BPVYM46306,,1676751571947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9596,,,stu_BPVYM46306,,1676742348118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9597,,,stu_BPVYM46306,,1676742358318,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9598,,,stu_BPVYM46306,,1676742360588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9599,,,stu_BPVYM46306,,1676742362375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9600,,,stu_BPVYM46306,,1676742365436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9601,,,stu_BPVYM46306,,1676742367778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9602,,,stu_BPVYM46306,,1676742372054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9603,,,stu_BPVYM46306,,1676742373205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9604,,,stu_BPVYM46306,,1676742377135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9605,,,stu_BPVYM46306,,1676742381580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9606,,,stu_BPVYM46306,,1676742383066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9607,,,stu_BPVYM46306,,1676742385317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9608,,,stu_BPVYM46306,,1676742387205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9609,,,stu_BPVYM46306,,1676742398043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9610,,,stu_BPVYM46306,,1676742402383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9611,,,stu_BPVYM46306,,1676742405721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9612,,,stu_BPVYM46306,,1676742415244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9613,,,stu_HHUVP76723,,1684760513548,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9614,,,stu_HHUVP76723,,1684760517399,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9615,,,stu_HHUVP76723,,1684760521350,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9616,,,stu_HHUVP76723,,1684760523317,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9617,,,stu_HHUVP76723,,1684760526439,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9618,,,stu_HHUVP76723,,1684760534170,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9619,,,stu_HHUVP76723,,1684760536123,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9620,,,stu_HHUVP76723,,1684760538167,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9621,,,stu_HHUVP76723,,1684760538952,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9622,,,stu_HHUVP76723,,1684760549788,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9623,,,stu_HHUVP76723,,1684760552094,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9624,,,stu_HHUVP76723,,1684760556770,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9625,,,stu_HHUVP76723,,1684760559248,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9626,,,stu_HHUVP76723,,1684760619420,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9627,,,stu_HHUVP76723,,1684760621010,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9628,,,stu_HHUVP76723,,1684760625001,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9629,,,stu_HHUVP76723,,1684760640227,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9630,,,stu_HHUVP76723,,1684501889928,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9631,,,stu_HHUVP76723,,1684501889967,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9632,,,stu_HHUVP76723,,1684501892524,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9633,,,stu_HHUVP76723,,1684501895465,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9634,,,stu_HHUVP76723,,1684501900978,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9635,,,stu_HHUVP76723,,1684501902933,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9636,,,stu_HHUVP76723,,1684501906861,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9637,,,stu_HHUVP76723,,1684501911640,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9638,,,stu_HHUVP76723,,1684501913099,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9639,,,stu_HHUVP76723,,1684501917371,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9640,,,stu_HHUVP76723,,1684501922993,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9641,,,stu_HHUVP76723,,1684501924350,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9642,,,stu_HHUVP76723,,1684501929544,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9643,,,stu_HHUVP76723,,1684501942944,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9644,,,stu_HHUVP76723,,1684501945557,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9645,,,stu_HHUVP76723,,1684501951482,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9646,,,stu_HHUVP76723,,1684501954493,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9647,,,stu_HHUVP76723,,1684501956480,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9648,,,stu_HHUVP76723,,1684501959790,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9649,,,stu_HHUVP76723,,1684501959792,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9650,,,stu_HHUVP76723,,1684501966705,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9651,,,stu_HHUVP76723,,1684501973875,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9652,,,stu_HHUVP76723,,1684501978427,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9653,,,stu_HHUVP76723,,1684501981368,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9654,,,stu_HHUVP76723,,1684501985319,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9655,,,stu_HHUVP76723,,1684502260417,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9656,,,stu_HHUVP76723,,1684502264849,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9657,,,stu_HHUVP76723,,1684502291732,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9658,,,stu_HHUVP76723,,1684502292870,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9659,,,stu_HHUVP76723,,1684502295345,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9660,,,stu_HHUVP76723,,1684502320726,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9661,,,stu_HHUVP76723,,1684502325584,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9662,,,stu_HHUVP76723,,1684502332745,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9663,,,stu_HHUVP76723,,1684502334349,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9664,,,stu_HHUVP76723,,1684502336939,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9665,,,stu_HHUVP76723,,1684502348715,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9666,,,stu_HHUVP76723,,1684502353168,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9667,,,stu_HHUVP76723,,1684502360931,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9668,,,stu_HHUVP76723,,1684502363396,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9669,,,stu_HHUVP76723,,1684502366364,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9670,,,stu_HHUVP76723,,1684502367564,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9671,,,stu_HHUVP76723,,1684502371952,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9672,,,stu_HHUVP76723,,1684502373352,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9673,,,stu_HHUVP76723,,1684501541488,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9674,,,stu_HHUVP76723,,1684501546485,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9675,,,stu_HHUVP76723,,1684501554286,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9676,,,stu_HHUVP76723,,1684501556403,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9677,,,stu_HHUVP76723,,1684501558726,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9678,,,stu_HHUVP76723,,1684501562061,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9679,,,stu_HHUVP76723,,1684501566022,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9680,,,stu_HHUVP76723,,1684501567879,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9681,,,stu_HHUVP76723,,1684501572285,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9682,,,stu_HHUVP76723,,1684501575376,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9683,,,stu_HHUVP76723,,1684501577357,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9684,,,stu_HHUVP76723,,1684501579298,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9685,,,stu_HHUVP76723,,1684501588242,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9686,,,stu_HHUVP76723,,1684501592698,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9687,,,stu_HHUVP76723,,1684501596961,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9688,,,stu_HHUVP76723,,1684501604517,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9689,,,stu_HHUVP76723,,1684501606159,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9690,,,stu_HHUVP76723,,1684501609067,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9691,,,stu_HHUVP76723,,1684501609068,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9692,,,stu_HHUVP76723,,1684501613018,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9693,,,stu_HHUVP76723,,1684501617829,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9694,,,stu_HHUVP76723,,1684501629157,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9695,,,stu_HHUVP76723,,1684501630123,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9696,,,stu_HHUVP76723,,1684501639889,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9697,,,stu_HHUVP76723,,1684501661178,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9698,,,stu_HHUVP76723,,1684501663085,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9699,,,stu_HHUVP76723,,1684501666775,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9700,,,stu_HHUVP76723,,1684501670137,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9701,,,stu_HHUVP76723,,1684760834846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9702,,,stu_HHUVP76723,,1684760834894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9703,,,stu_HHUVP76723,,1684760836677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9704,,,stu_HHUVP76723,,1684760839754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9705,,,stu_HHUVP76723,,1684760843529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9706,,,stu_HHUVP76723,,1684760844233,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9707,,,stu_HHUVP76723,,1684760846543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9708,,,stu_HHUVP76723,,1684760848042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9709,,,stu_HHUVP76723,,1684760850462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9710,,,stu_HHUVP76723,,1684760852121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9711,,,stu_HHUVP76723,,1684760852877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9712,,,stu_HHUVP76723,,1684760863829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9713,,,stu_HHUVP76723,,1684760867718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9714,,,stu_HHUVP76723,,1684760884370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9715,,,stu_HHUVP76723,,1684760887259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9716,,,stu_HHUVP76723,,1684760432015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9717,,,stu_HHUVP76723,,1684760432099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9718,,,stu_HHUVP76723,,1684760433942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9719,,,stu_HHUVP76723,,1684760436753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9720,,,stu_HHUVP76723,,1684760441025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9721,,,stu_HHUVP76723,,1684760444457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9722,,,stu_HHUVP76723,,1684760445701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9723,,,stu_HHUVP76723,,1684760448421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9724,,,stu_HHUVP76723,,1684760460994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9725,,,stu_HHUVP76723,,1684760462959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9726,,,stu_HHUVP76723,,1684760464632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9727,,,stu_HHUVP76723,,1684760465978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9728,,,stu_HHUVP76723,,1684760474047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9729,,,stu_HHUVP76723,,1684760476858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9730,,,stu_HHUVP76723,,1684760479802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9731,,,stu_HHUVP76723,,1684760481387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9732,,,stu_HHUVP76723,,1684760485966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9733,,,stu_HHUVP76723,,1684760485984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9734,,,stu_HHUVP76723,,1684760489448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9735,,,stu_HHUVP76723,,1684760492822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9736,,,stu_HHUVP76723,,1684502001227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9737,,,stu_HHUVP76723,,1684502001234,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9738,,,stu_HHUVP76723,,1684502003627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9739,,,stu_HHUVP76723,,1684502010274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9740,,,stu_HHUVP76723,,1684502012616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9741,,,stu_HHUVP76723,,1684502015476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9742,,,stu_HHUVP76723,,1684502017025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9743,,,stu_HHUVP76723,,1684502020418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9744,,,stu_HHUVP76723,,1684502023827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9745,,,stu_HHUVP76723,,1684502028442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9746,,,stu_HHUVP76723,,1684502030635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9747,,,stu_HHUVP76723,,1684502031744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9748,,,stu_HHUVP76723,,1684502047659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9749,,,stu_HHUVP76723,,1684502052280,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9750,,,stu_HHUVP76723,,1684502055832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9751,,,stu_HHUVP76723,,1684502061165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9752,,,stu_HHUVP76723,,1684502063549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9753,,,stu_HHUVP76723,,1684502067221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9754,,,stu_HHUVP76723,,1684502069665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9755,,,stu_HHUVP76723,,1684502072725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9756,,,stu_HHUVP76723,,1684502078635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-9757,,,stu_TYIKL64122,,1683827117592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9758,,,stu_TYIKL64122,,1683827119684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9759,,,stu_TYIKL64122,,1683827122336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9760,,,stu_TYIKL64122,,1683827123843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9761,,,stu_TYIKL64122,,1683827128600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9762,,,stu_TYIKL64122,,1683827136316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9763,,,stu_TYIKL64122,,1683827137699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9764,,,stu_TYIKL64122,,1683827141473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9765,,,stu_TYIKL64122,,1683827143508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9766,,,stu_TYIKL64122,,1683827145417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9767,,,stu_TYIKL64122,,1683827146171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9768,,,stu_TYIKL64122,,1683827147900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9769,,,stu_TYIKL64122,,1683827148807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9770,,,stu_TYIKL64122,,1683827155574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9771,,,stu_TYIKL64122,,1683827158231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9772,,,stu_TYIKL64122,,1683827160831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9773,,,stu_TYIKL64122,,1683827165533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9774,,,stu_TYIKL64122,,1683827418946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9775,,,stu_TYIKL64122,,1683827420608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9776,,,stu_TYIKL64122,,1683827421324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9777,,,stu_TYIKL64122,,1683827423431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9778,,,stu_TYIKL64122,,1683827425218,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9779,,,stu_TYIKL64122,,1683827426670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9780,,,stu_TYIKL64122,,1683827428132,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9781,,,stu_TYIKL64122,,1683827429461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9782,,,stu_TYIKL64122,,1683827430365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9783,,,stu_TYIKL64122,,1683827438559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9784,,,stu_TYIKL64122,,1683827439919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9785,,,stu_TYIKL64122,,1683827443963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9786,,,stu_TYIKL64122,,1683827454307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-9787,,,stu_JUDSQ88824,,1670811208440,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9788,,,stu_JUDSQ88824,,1670811208517,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9789,,,stu_JUDSQ88824,,1670811211290,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9790,,,stu_JUDSQ88824,,1670811223351,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9791,,,stu_JUDSQ88824,,1670811225856,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9792,,,stu_JUDSQ88824,,1670811234328,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9793,,,stu_JUDSQ88824,,1670811236855,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9794,,,stu_JUDSQ88824,,1670811239599,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9795,,,stu_JUDSQ88824,,1670811243465,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9796,,,stu_JUDSQ88824,,1670811246631,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9797,,,stu_JUDSQ88824,,1670811249650,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9798,,,stu_JUDSQ88824,,1670811253006,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9799,,,stu_JUDSQ88824,,1670811256812,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9800,,,stu_JUDSQ88824,,1670811261819,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9801,,,stu_JUDSQ88824,,1670811287051,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9802,,,stu_JUDSQ88824,,1670811304409,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9803,,,stu_JUDSQ88824,,1670811306676,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9804,,,stu_JUDSQ88824,,1670811312725,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9805,,,stu_JUDSQ88824,,1670811318680,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9806,,,stu_JUDSQ88824,,1670811320655,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9807,,,stu_JUDSQ88824,,1670811336643,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9808,,,stu_JUDSQ88824,,1670811341216,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9809,,,stu_JUDSQ88824,,1670811353256,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9810,,,stu_JUDSQ88824,,1670811356265,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9811,,,stu_JUDSQ88824,,1670811358373,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9812,,,stu_JUDSQ88824,,1670811363570,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9813,,,stu_JUDSQ88824,,1670811372848,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9814,,,stu_JUDSQ88824,,1670811832046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9815,,,stu_JUDSQ88824,,1670811832126,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9816,,,stu_JUDSQ88824,,1670811834739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9817,,,stu_JUDSQ88824,,1670811848669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9818,,,stu_JUDSQ88824,,1670811853688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9819,,,stu_JUDSQ88824,,1670811856066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9820,,,stu_JUDSQ88824,,1670811860008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9821,,,stu_JUDSQ88824,,1670811869188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9822,,,stu_JUDSQ88824,,1670811873011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9823,,,stu_JUDSQ88824,,1670811873019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9824,,,stu_JUDSQ88824,,1670811877584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9825,,,stu_JUDSQ88824,,1670811877586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9826,,,stu_JUDSQ88824,,1670811884651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,5,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9827,,,stu_JUDSQ88824,,1670811886892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9828,,,stu_JUDSQ88824,,1670811895042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9829,,,stu_JUDSQ88824,,1670811896850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9830,,,stu_JUDSQ88824,,1670811915428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9831,,,stu_JUDSQ88824,,1670811917724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9832,,,stu_JUDSQ88824,,1670811923723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9833,,,stu_JUDSQ88824,,1670811928581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9834,,,stu_JUDSQ88824,,1670811931552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9835,,,stu_JUDSQ88824,,1670811936982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9836,,,stu_JUDSQ88824,,1670811940470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9837,,,stu_JUDSQ88824,,1670811948588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9838,,,stu_JUDSQ88824,,1670811965465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9839,,,stu_JUDSQ88824,,1670811969900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9840,,,stu_JUDSQ88824,,1670811973285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9841,,,stu_JUDSQ88824,,1670811978815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9842,,,stu_JUDSQ88824,,1670811985457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9843,,,stu_JUDSQ88824,,1670811693881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9844,,,stu_JUDSQ88824,,1670811709215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9845,,,stu_JUDSQ88824,,1670811716481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9846,,,stu_JUDSQ88824,,1670811720683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9847,,,stu_JUDSQ88824,,1670811723537,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9848,,,stu_JUDSQ88824,,1670811731562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9849,,,stu_JUDSQ88824,,1670811733887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9850,,,stu_JUDSQ88824,,1670811735961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9851,,,stu_JUDSQ88824,,1670811737610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9852,,,stu_JUDSQ88824,,1670811740856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9853,,,stu_JUDSQ88824,,1670811745291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9854,,,stu_JUDSQ88824,,1670811749239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9855,,,stu_JUDSQ88824,,1670811754163,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9856,,,stu_JUDSQ88824,,1670811756712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9857,,,stu_JUDSQ88824,,1670811772960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9858,,,stu_JUDSQ88824,,1670811777430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9859,,,stu_JUDSQ88824,,1670811779136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9860,,,stu_JUDSQ88824,,1670811801666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9861,,,stu_JUDSQ88824,,1670811807132,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9862,,,stu_JUDSQ88824,,1670811808853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9863,,,stu_JUDSQ88824,,1670811813870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9864,,,stu_JUDSQ88824,,1670811821004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-9865,,,stu_YHBFN60187,,1669962962103,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9866,,,stu_YHBFN60187,,1669962964099,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9867,,,stu_YHBFN60187,,1669962965456,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9868,,,stu_YHBFN60187,,1669962966543,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9869,,,stu_YHBFN60187,,1669962969430,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9870,,,stu_YHBFN60187,,1669962970811,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9871,,,stu_YHBFN60187,,1669962973711,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9872,,,stu_YHBFN60187,,1669962975047,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9873,,,stu_YHBFN60187,,1669962976280,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9874,,,stu_YHBFN60187,,1669962981195,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9875,,,stu_YHBFN60187,,1669962982185,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9876,,,stu_YHBFN60187,,1669962983790,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9877,,,stu_YHBFN60187,,1669962985063,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9878,,,stu_YHBFN60187,,1669962987425,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9879,,,stu_YHBFN60187,,1669962992802,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9880,,,stu_YHBFN60187,,1669962995689,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9881,,,stu_YHBFN60187,,1669962996964,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9882,,,stu_YHBFN60187,,1669963002889,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9883,,,stu_YHBFN60187,,1669962715124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9884,,,stu_YHBFN60187,,1669962717112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9885,,,stu_YHBFN60187,,1669962719023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9886,,,stu_YHBFN60187,,1669962725855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9887,,,stu_YHBFN60187,,1669962731530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9888,,,stu_YHBFN60187,,1669962733166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9889,,,stu_YHBFN60187,,1669962735417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9890,,,stu_YHBFN60187,,1669962736897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9891,,,stu_YHBFN60187,,1669962738517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9892,,,stu_YHBFN60187,,1669962741030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9893,,,stu_YHBFN60187,,1669962746671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9894,,,stu_YHBFN60187,,1669962750992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9895,,,stu_YHBFN60187,,1669962753899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9896,,,stu_YHBFN60187,,1669962761127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9897,,,stu_YHBFN60187,,1669962762362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9898,,,stu_YHBFN60187,,1669962766227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9899,,,stu_YHBFN60187,,1669962768133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9900,,,stu_YHBFN60187,,1669962773457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9901,,,stu_YHBFN60187,,1669962024448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9902,,,stu_YHBFN60187,,1669962029764,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9903,,,stu_YHBFN60187,,1669962035044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9904,,,stu_YHBFN60187,,1669962043825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9905,,,stu_YHBFN60187,,1669962046019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9906,,,stu_YHBFN60187,,1669962048485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9907,,,stu_YHBFN60187,,1669962058143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9908,,,stu_YHBFN60187,,1669962059786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9909,,,stu_YHBFN60187,,1669962065674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9910,,,stu_YHBFN60187,,1669962069381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9911,,,stu_YHBFN60187,,1669962076001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9912,,,stu_YHBFN60187,,1669962078836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9913,,,stu_YHBFN60187,,1669962080480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9914,,,stu_YHBFN60187,,1669962086660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9915,,,stu_YHBFN60187,,1669962089732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9916,,,stu_YHBFN60187,,1669962089806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9917,,,stu_YHBFN60187,,1669962097402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9918,,,stu_YHBFN60187,,1669962103013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9919,,,stu_YHBFN60187,,1669962104657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9920,,,stu_YHBFN60187,,1669962141730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9921,,,stu_YHBFN60187,,1669962144573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9922,,,stu_YHBFN60187,,1669962147348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9923,,,stu_YHBFN60187,,1669962148773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9924,,,stu_YHBFN60187,,1669962166602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9925,,,stu_YHBFN60187,,1669962173621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,GRADUATED,
-9926,,,stu_PHDXR99709,,1678203276505,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9927,,,stu_PHDXR99709,,1678203276553,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9928,,,stu_PHDXR99709,,1678203278324,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9929,,,stu_PHDXR99709,,1678203283937,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9930,,,stu_PHDXR99709,,1678203291300,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9931,,,stu_PHDXR99709,,1678203291300,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9932,,,stu_PHDXR99709,,1678203291300,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9933,,,stu_PHDXR99709,,1678203291300,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9934,,,stu_PHDXR99709,,1678203301068,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9935,,,stu_PHDXR99709,,1678203304551,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9936,,,stu_PHDXR99709,,1678203311299,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9937,,,stu_PHDXR99709,,1678203311299,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9938,,,stu_PHDXR99709,,1678203311299,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9939,,,stu_PHDXR99709,,1678203311299,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9940,,,stu_PHDXR99709,,1678203315853,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9941,,,stu_PHDXR99709,,1678203317903,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9942,,,stu_PHDXR99709,,1678203320243,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9943,,,stu_PHDXR99709,,1678203321935,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9944,,,stu_PHDXR99709,,1678203341401,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9945,,,stu_PHDXR99709,,1678203344390,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9946,,,stu_PHDXR99709,,1678203347860,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9947,,,stu_PHDXR99709,,1678203353319,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9948,,,stu_PHDXR99709,,1678203356274,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9949,,,stu_PHDXR99709,,1678203358500,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9950,,,stu_PHDXR99709,,1678203362063,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9951,,,stu_PHDXR99709,,1678203365160,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9952,,,stu_PHDXR99709,,1678203386401,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9953,,,stu_PHDXR99709,,1678203392843,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9954,,,stu_PHDXR99709,,1678203395719,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9955,,,stu_PHDXR99709,,1678203402243,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9956,,,stu_PHDXR99709,,1678203404603,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9957,,,stu_PHDXR99709,,1678203406270,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9958,,,stu_PHDXR99709,,1678203408022,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9959,,,stu_PHDXR99709,,1678203418673,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9960,,,stu_PHDXR99709,,1678203421801,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9961,,,stu_PHDXR99709,,1678203423995,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9962,,,stu_PHDXR99709,,1678203427520,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9963,,,stu_PHDXR99709,,1678203430657,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9964,,,stu_PHDXR99709,,1678203433388,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9965,,,stu_PHDXR99709,,1678203436869,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9966,,,stu_PHDXR99709,,1678203439390,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9967,,,stu_PHDXR99709,,1678203462799,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9968,,,stu_PHDXR99709,,1678203466856,,,,,,ratio_proportion_change3,ratio_proportion_change3-155,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9969,,,stu_PHDXR99709,,1678309923301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9970,,,stu_PHDXR99709,,1678309923358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9971,,,stu_PHDXR99709,,1678309925159,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9972,,,stu_PHDXR99709,,1678309929370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9973,,,stu_PHDXR99709,,1678309931705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9974,,,stu_PHDXR99709,,1678309931705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9975,,,stu_PHDXR99709,,1678309931705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9976,,,stu_PHDXR99709,,1678309931705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9977,,,stu_PHDXR99709,,1678309935712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9978,,,stu_PHDXR99709,,1678309938095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9979,,,stu_PHDXR99709,,1678309939128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9980,,,stu_PHDXR99709,,1678309939128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9981,,,stu_PHDXR99709,,1678309939128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9982,,,stu_PHDXR99709,,1678309939128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9983,,,stu_PHDXR99709,,1678309943619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9984,,,stu_PHDXR99709,,1678309947529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9985,,,stu_PHDXR99709,,1678309951400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9986,,,stu_PHDXR99709,,1678309952489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9987,,,stu_PHDXR99709,,1678309972909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9988,,,stu_PHDXR99709,,1678309974393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9989,,,stu_PHDXR99709,,1678309977853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9990,,,stu_PHDXR99709,,1678309979756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9991,,,stu_PHDXR99709,,1678309981478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9992,,,stu_PHDXR99709,,1678309984095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9993,,,stu_PHDXR99709,,1678309985566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9994,,,stu_PHDXR99709,,1678309989098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9995,,,stu_PHDXR99709,,1678309991648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9996,,,stu_PHDXR99709,,1678309996682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9997,,,stu_PHDXR99709,,1678310000847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9998,,,stu_PHDXR99709,,1678310002295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-9999,,,stu_PHDXR99709,,1678310006389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10000,,,stu_PHDXR99709,,1678310008005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10001,,,stu_PHDXR99709,,1678310024586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10002,,,stu_PHDXR99709,,1678310027525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10003,,,stu_PHDXR99709,,1678310029397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10004,,,stu_PHDXR99709,,1678310034017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10005,,,stu_PHDXR99709,,1678310036522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10006,,,stu_PHDXR99709,,1678310040654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10007,,,stu_PHDXR99709,,1678310040654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10008,,,stu_PHDXR99709,,1678310040654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10009,,,stu_PHDXR99709,,1678310040654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10010,,,stu_PHDXR99709,,1678310041962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10011,,,stu_PHDXR99709,,1678310045496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10012,,,stu_PHDXR99709,,1678310049719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10013,,,stu_PHDXR99709,,1678204371993,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10014,,,stu_PHDXR99709,,1678204372047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10015,,,stu_PHDXR99709,,1678204375174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10016,,,stu_PHDXR99709,,1678204378733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10017,,,stu_PHDXR99709,,1678204378733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10018,,,stu_PHDXR99709,,1678204378733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10019,,,stu_PHDXR99709,,1678204378733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10020,,,stu_PHDXR99709,,1678204382900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10021,,,stu_PHDXR99709,,1678204387022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10022,,,stu_PHDXR99709,,1678204394678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10023,,,stu_PHDXR99709,,1678204394678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10024,,,stu_PHDXR99709,,1678204394678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10025,,,stu_PHDXR99709,,1678204394678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10026,,,stu_PHDXR99709,,1678204399004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10027,,,stu_PHDXR99709,,1678204402150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10028,,,stu_PHDXR99709,,1678204403438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10029,,,stu_PHDXR99709,,1678204403438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10030,,,stu_PHDXR99709,,1678204403438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10031,,,stu_PHDXR99709,,1678204403438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10032,,,stu_PHDXR99709,,1678204408212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10033,,,stu_PHDXR99709,,1678204415222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10034,,,stu_PHDXR99709,,1678204444982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10035,,,stu_PHDXR99709,,1678204447684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10036,,,stu_PHDXR99709,,1678204450075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10037,,,stu_PHDXR99709,,1678204451851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10038,,,stu_PHDXR99709,,1678204456389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10039,,,stu_PHDXR99709,,1678204459114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10040,,,stu_PHDXR99709,,1678204460222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10041,,,stu_PHDXR99709,,1678204471054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10042,,,stu_PHDXR99709,,1678204476669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10043,,,stu_PHDXR99709,,1678204480057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10044,,,stu_PHDXR99709,,1678204485239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10045,,,stu_PHDXR99709,,1678204486450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10046,,,stu_PHDXR99709,,1678204488678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10047,,,stu_PHDXR99709,,1678204503986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10048,,,stu_PHDXR99709,,1678204513849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10049,,,stu_PHDXR99709,,1678204515809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10050,,,stu_PHDXR99709,,1678204519112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10051,,,stu_PHDXR99709,,1678204523290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10052,,,stu_PHDXR99709,,1678204525561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10053,,,stu_PHDXR99709,,1678204532293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10054,,,stu_PHDXR99709,,1678204533893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10055,,,stu_PHDXR99709,,1678204538043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10056,,,stu_PHDXR99709,,1678204545329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10057,,,stu_PHDXR99709,,1678464299365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10058,,,stu_PHDXR99709,,1678464299399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10059,,,stu_PHDXR99709,,1678464301142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10060,,,stu_PHDXR99709,,1678464304335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10061,,,stu_PHDXR99709,,1678464304335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10062,,,stu_PHDXR99709,,1678464304335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10063,,,stu_PHDXR99709,,1678464304335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10064,,,stu_PHDXR99709,,1678464310804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10065,,,stu_PHDXR99709,,1678464314229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10066,,,stu_PHDXR99709,,1678464321406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10067,,,stu_PHDXR99709,,1678464321406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10068,,,stu_PHDXR99709,,1678464321406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10069,,,stu_PHDXR99709,,1678464321406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10070,,,stu_PHDXR99709,,1678464326899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10071,,,stu_PHDXR99709,,1678464336966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10072,,,stu_PHDXR99709,,1678464340646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10073,,,stu_PHDXR99709,,1678464343357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10074,,,stu_PHDXR99709,,1678464350473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10075,,,stu_PHDXR99709,,1678464356179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10076,,,stu_PHDXR99709,,1678464359445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10077,,,stu_PHDXR99709,,1678464361922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10078,,,stu_PHDXR99709,,1678464362967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10079,,,stu_PHDXR99709,,1678464366670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10080,,,stu_PHDXR99709,,1678464382610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10081,,,stu_PHDXR99709,,1678464387625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10082,,,stu_PHDXR99709,,1678464391120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10083,,,stu_PHDXR99709,,1678464392972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10084,,,stu_PHDXR99709,,1678464394737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10085,,,stu_PHDXR99709,,1678464397402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10086,,,stu_PHDXR99709,,1678464404068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10087,,,stu_PHDXR99709,,1678464406893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10088,,,stu_PHDXR99709,,1678464423243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10089,,,stu_PHDXR99709,,1678464424322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10090,,,stu_PHDXR99709,,1678464427041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10091,,,stu_PHDXR99709,,1678464428444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10092,,,stu_PHDXR99709,,1678464434953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10093,,,stu_PHDXR99709,,1678464437964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10094,,,stu_PHDXR99709,,1678464440066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10095,,,stu_PHDXR99709,,1678464456915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10096,,,stu_PHDXR99709,,1678464490899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10097,,,stu_PHDXR99709,,1678464492617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10098,,,stu_PHDXR99709,,1678464538847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10099,,,stu_PHDXR99709,,1678464547324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10100,,,stu_PHDXR99709,,1678464552021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10101,,,stu_PHDXR99709,,1678464554662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10102,,,stu_PHDXR99709,,1678202943668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10103,,,stu_PHDXR99709,,1678202951623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10104,,,stu_PHDXR99709,,1678202955331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10105,,,stu_PHDXR99709,,1678202957580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10106,,,stu_PHDXR99709,,1678202960545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10107,,,stu_PHDXR99709,,1678202962100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10108,,,stu_PHDXR99709,,1678202966758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10109,,,stu_PHDXR99709,,1678202968645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10110,,,stu_PHDXR99709,,1678202972884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10111,,,stu_PHDXR99709,,1678202974695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10112,,,stu_PHDXR99709,,1678202975753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10113,,,stu_PHDXR99709,,1678202985080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10114,,,stu_PHDXR99709,,1678202990400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10115,,,stu_PHDXR99709,,1678202992191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10116,,,stu_PHDXR99709,,1678202995797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10117,,,stu_PHDXR99709,,1678202998712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10118,,,stu_PHDXR99709,,1678203000240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10119,,,stu_PHDXR99709,,1678203004681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10120,,,stu_PHDXR99709,,1678203014230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10121,,,stu_PHDXR99709,,1678203014240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10122,,,stu_PHDXR99709,,1678203016892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10123,,,stu_PHDXR99709,,1678203021297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10124,,,stu_PHDXR99709,,1678203024662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10125,,,stu_PHDXR99709,,1678203029192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10126,,,stu_PHDXR99709,,1678203031303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10127,,,stu_PHDXR99709,,1678203051708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10128,,,stu_PHDXR99709,,1678203054734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10129,,,stu_PHDXR99709,,1678203056815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10130,,,stu_PHDXR99709,,1678203060216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10131,,,stu_PHDXR99709,,1678203062502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10132,,,stu_PHDXR99709,,1678203064771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10133,,,stu_PHDXR99709,,1678203070340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10134,,,stu_PHDXR99709,,1678203071648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10135,,,stu_PHDXR99709,,1678203075054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10136,,,stu_PHDXR99709,,1678203078208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10137,,,stu_PHDXR99709,,1678204134898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10138,,,stu_PHDXR99709,,1678204139641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10139,,,stu_PHDXR99709,,1678204144958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10140,,,stu_PHDXR99709,,1678204144958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10141,,,stu_PHDXR99709,,1678204144958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10142,,,stu_PHDXR99709,,1678204144958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10143,,,stu_PHDXR99709,,1678204149284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10144,,,stu_PHDXR99709,,1678204152142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10145,,,stu_PHDXR99709,,1678204163080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10146,,,stu_PHDXR99709,,1678204163080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10147,,,stu_PHDXR99709,,1678204163080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10148,,,stu_PHDXR99709,,1678204163080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10149,,,stu_PHDXR99709,,1678204172353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10150,,,stu_PHDXR99709,,1678204178036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10151,,,stu_PHDXR99709,,1678204182360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10152,,,stu_PHDXR99709,,1678204184586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10153,,,stu_PHDXR99709,,1678204260939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10154,,,stu_PHDXR99709,,1678204265543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10155,,,stu_PHDXR99709,,1678204268633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10156,,,stu_PHDXR99709,,1678204270456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10157,,,stu_PHDXR99709,,1678204271547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10158,,,stu_PHDXR99709,,1678204282793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10159,,,stu_PHDXR99709,,1678204286227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10160,,,stu_PHDXR99709,,1678204289329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10161,,,stu_PHDXR99709,,1678204291612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10162,,,stu_PHDXR99709,,1678204294209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10163,,,stu_PHDXR99709,,1678204294992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10164,,,stu_PHDXR99709,,1678204300648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10165,,,stu_PHDXR99709,,1678204310296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10166,,,stu_PHDXR99709,,1678204313055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10167,,,stu_PHDXR99709,,1678204315190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10168,,,stu_PHDXR99709,,1678204322506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10169,,,stu_PHDXR99709,,1678204324572,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10170,,,stu_PHDXR99709,,1678204325691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10171,,,stu_PHDXR99709,,1678204328793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10172,,,stu_PHDXR99709,,1678204330387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10173,,,stu_PHDXR99709,,1678204334559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10174,,,stu_PHDXR99709,,1678204336373,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10175,,,stu_PHDXR99709,,1678310349262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10176,,,stu_PHDXR99709,,1678310349368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10177,,,stu_PHDXR99709,,1678310350841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10178,,,stu_PHDXR99709,,1678310373399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10179,,,stu_PHDXR99709,,1678310373399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10180,,,stu_PHDXR99709,,1678310373399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10181,,,stu_PHDXR99709,,1678310373399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10182,,,stu_PHDXR99709,,1678310377659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10183,,,stu_PHDXR99709,,1678310380901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10184,,,stu_PHDXR99709,,1678310389525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10185,,,stu_PHDXR99709,,1678310389525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10186,,,stu_PHDXR99709,,1678310389525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10187,,,stu_PHDXR99709,,1678310389525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10188,,,stu_PHDXR99709,,1678310393817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10189,,,stu_PHDXR99709,,1678310396557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10190,,,stu_PHDXR99709,,1678310401117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10191,,,stu_PHDXR99709,,1678310506516,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10192,,,stu_PHDXR99709,,1678310511545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10193,,,stu_PHDXR99709,,1678310514752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10194,,,stu_PHDXR99709,,1678310517475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10195,,,stu_PHDXR99709,,1678310526786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10196,,,stu_PHDXR99709,,1678310528340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10197,,,stu_PHDXR99709,,1678310533171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10198,,,stu_PHDXR99709,,1678310542195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10199,,,stu_PHDXR99709,,1678310543972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10200,,,stu_PHDXR99709,,1678310545180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10201,,,stu_PHDXR99709,,1678310546606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10202,,,stu_PHDXR99709,,1678310550078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10203,,,stu_PHDXR99709,,1678310552749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10204,,,stu_PHDXR99709,,1678310586490,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10205,,,stu_PHDXR99709,,1678310587184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10206,,,stu_PHDXR99709,,1678310590307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10207,,,stu_PHDXR99709,,1678310592168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10208,,,stu_PHDXR99709,,1678310607078,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10209,,,stu_PHDXR99709,,1678310610521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10210,,,stu_PHDXR99709,,1678310613389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10211,,,stu_PHDXR99709,,1678310617051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10212,,,stu_PHDXR99709,,1678310630359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10213,,,stu_PHDXR99709,,1678310632050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10214,,,stu_PHDXR99709,,1678310636735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10215,,,stu_PHDXR99709,,1678310644706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-10216,,,stu_NMMRL86719,,1673462929782,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10217,,,stu_NMMRL86719,,1673462934780,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10218,,,stu_NMMRL86719,,1673462936247,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10219,,,stu_NMMRL86719,,1673462939298,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10220,,,stu_NMMRL86719,,1673462940915,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10221,,,stu_NMMRL86719,,1673462945758,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10222,,,stu_NMMRL86719,,1673462947325,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10223,,,stu_NMMRL86719,,1673462948500,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10224,,,stu_NMMRL86719,,1673462949500,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10225,,,stu_NMMRL86719,,1673462954626,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10226,,,stu_NMMRL86719,,1673462964773,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10227,,,stu_NMMRL86719,,1673462969330,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10228,,,stu_NMMRL86719,,1673462978469,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10229,,,stu_NMMRL86719,,1673462986387,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10230,,,stu_NMMRL86719,,1673462989044,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10231,,,stu_NMMRL86719,,1673462999411,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10232,,,stu_QSALM60484,,1675272892061,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10233,,,stu_QSALM60484,,1675272892124,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10234,,,stu_QSALM60484,,1675272894236,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10235,,,stu_QSALM60484,,1675272898200,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10236,,,stu_QSALM60484,,1675272900627,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10237,,,stu_QSALM60484,,1675272902917,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10238,,,stu_QSALM60484,,1675272906911,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10239,,,stu_QSALM60484,,1675272926436,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10240,,,stu_QSALM60484,,1675272927718,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10241,,,stu_QSALM60484,,1675272932444,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10242,,,stu_QSALM60484,,1675272934189,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10243,,,stu_QSALM60484,,1675272954486,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10244,,,stu_QSALM60484,,1675272958031,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10245,,,stu_QSALM60484,,1675272978626,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10246,,,stu_QSALM60484,,1675272983961,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10247,,,stu_QSALM60484,,1675272989037,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10248,,,stu_QSALM60484,,1675273001573,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10249,,,stu_QSALM60484,,1675273018650,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10250,,,stu_QSALM60484,,1674845617784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10251,,,stu_QSALM60484,,1674845617911,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10252,,,stu_QSALM60484,,1674845619797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10253,,,stu_QSALM60484,,1674845622149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10254,,,stu_QSALM60484,,1674845631637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10255,,,stu_QSALM60484,,1674845635868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10256,,,stu_QSALM60484,,1674845641746,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10257,,,stu_QSALM60484,,1674845645251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10258,,,stu_QSALM60484,,1674845661779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10259,,,stu_QSALM60484,,1674845662751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10260,,,stu_QSALM60484,,1674845662751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10261,,,stu_QSALM60484,,1674845662751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10262,,,stu_QSALM60484,,1674845662751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10263,,,stu_QSALM60484,,1674845663963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10264,,,stu_QSALM60484,,1674845664818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10265,,,stu_QSALM60484,,1674845666379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10266,,,stu_QSALM60484,,1674845690243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10267,,,stu_QSALM60484,,1674845691134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10268,,,stu_QSALM60484,,1674845691448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10269,,,stu_QSALM60484,,1674845693389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10270,,,stu_QSALM60484,,1674845697858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10271,,,stu_QSALM60484,,1674845697905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10272,,,stu_QSALM60484,,1674845698224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10273,,,stu_QSALM60484,,1674845698607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10274,,,stu_QSALM60484,,1674845699648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10275,,,stu_QSALM60484,,1674845700813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10276,,,stu_QSALM60484,,1674845701889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10277,,,stu_QSALM60484,,1674845703230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10278,,,stu_QSALM60484,,1674845703265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10279,,,stu_QSALM60484,,1674845705824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10280,,,stu_QSALM60484,,1674845709157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10281,,,stu_QSALM60484,,1674845709161,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10282,,,stu_QSALM60484,,1674845713001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10283,,,stu_QSALM60484,,1674845715869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10284,,,stu_QSALM60484,,1674845720023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10285,,,stu_QSALM60484,,1674845723946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10286,,,stu_QSALM60484,,1674845733430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10287,,,stu_QSALM60484,,1674845735424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10288,,,stu_QSALM60484,,1674845741562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10289,,,stu_QSALM60484,,1674845748725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10290,,,stu_QSALM60484,,1674845751992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10291,,,stu_QSALM60484,,1674845754484,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10292,,,stu_QSALM60484,,1674845754507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10293,,,stu_QSALM60484,,1674845759294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10294,,,stu_QSALM60484,,1674845766385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10295,,,stu_QSALM60484,,1674845770809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10296,,,stu_QSALM60484,,1674845775882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10297,,,stu_QSALM60484,,1674845779558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10298,,,stu_QSALM60484,,1674845793422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10299,,,stu_QSALM60484,,1674845793425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10300,,,stu_QSALM60484,,1674845797300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10301,,,stu_QSALM60484,,1674845799382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10302,,,stu_QSALM60484,,1675359224404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10303,,,stu_QSALM60484,,1675359224476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10304,,,stu_QSALM60484,,1675359226213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10305,,,stu_QSALM60484,,1675359232769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10306,,,stu_QSALM60484,,1675359236791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10307,,,stu_QSALM60484,,1675359240158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10308,,,stu_QSALM60484,,1675359241802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10309,,,stu_QSALM60484,,1675359243862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10310,,,stu_QSALM60484,,1675359246426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10311,,,stu_QSALM60484,,1675359267571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10312,,,stu_QSALM60484,,1675359268654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10313,,,stu_QSALM60484,,1675359285155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10314,,,stu_QSALM60484,,1675359287392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10315,,,stu_QSALM60484,,1675359291363,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10316,,,stu_QSALM60484,,1675359297930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10317,,,stu_QSALM60484,,1675359299791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10318,,,stu_QSALM60484,,1675359303347,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10319,,,stu_QSALM60484,,1675359307849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10320,,,stu_QSALM60484,,1675359384317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10321,,,stu_QSALM60484,,1675359384424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10322,,,stu_QSALM60484,,1675359385615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10323,,,stu_QSALM60484,,1675359389875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10324,,,stu_QSALM60484,,1675359394130,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10325,,,stu_QSALM60484,,1675359399202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10326,,,stu_QSALM60484,,1675359402762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10327,,,stu_QSALM60484,,1675359419545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10328,,,stu_QSALM60484,,1675359420708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10329,,,stu_QSALM60484,,1675359425504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10330,,,stu_QSALM60484,,1675359426865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10331,,,stu_QSALM60484,,1675359429601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10332,,,stu_QSALM60484,,1675359440802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10333,,,stu_QSALM60484,,1675359444806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10334,,,stu_QSALM60484,,1675359450239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-10335,,,stu_NBFKX66061,,1684773761926,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10336,,,stu_NBFKX66061,,1684773768876,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10337,,,stu_NBFKX66061,,1684773775695,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10338,,,stu_NBFKX66061,,1684773783424,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10339,,,stu_NBFKX66061,,1684773792252,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10340,,,stu_NBFKX66061,,1684773796453,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10341,,,stu_NBFKX66061,,1684773799801,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10342,,,stu_NBFKX66061,,1684773823575,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10343,,,stu_NBFKX66061,,1684773824396,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10344,,,stu_NBFKX66061,,1684773832575,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10345,,,stu_NBFKX66061,,1684773835882,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10346,,,stu_NBFKX66061,,1684773873727,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10347,,,stu_IKOQX00819,,1666967932877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10348,,,stu_IKOQX00819,,1666967939098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10349,,,stu_IKOQX00819,,1666967947551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10350,,,stu_IKOQX00819,,1666967953092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10351,,,stu_IKOQX00819,,1666967955604,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10352,,,stu_IKOQX00819,,1666967959177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10353,,,stu_IKOQX00819,,1666967967068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10354,,,stu_IKOQX00819,,1666967968875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10355,,,stu_IKOQX00819,,1666967992985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10356,,,stu_IKOQX00819,,1666967997286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10357,,,stu_IKOQX00819,,1666968000260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10358,,,stu_IKOQX00819,,1666968010565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10359,,,stu_IKOQX00819,,1666968010623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10360,,,stu_IKOQX00819,,1666968015951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10361,,,stu_IKOQX00819,,1666968020827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10362,,,stu_IKOQX00819,,1666968028771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10363,,,stu_IKOQX00819,,1666968036740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10364,,,stu_IKOQX00819,,1666968050121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10365,,,stu_IKOQX00819,,1666968053601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10366,,,stu_IKOQX00819,,1666968057251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10367,,,stu_IKOQX00819,,1666968071181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10368,,,stu_IKOQX00819,,1667308942402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10369,,,stu_IKOQX00819,,1667308946934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10370,,,stu_IKOQX00819,,1667308984047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10371,,,stu_IKOQX00819,,1667308990289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10372,,,stu_IKOQX00819,,1667308992173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10373,,,stu_IKOQX00819,,1667308999035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10374,,,stu_IKOQX00819,,1667309001247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10375,,,stu_IKOQX00819,,1667309003886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10376,,,stu_IKOQX00819,,1667309006458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10377,,,stu_IKOQX00819,,1667309047199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10378,,,stu_IKOQX00819,,1667309074761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10379,,,stu_IKOQX00819,,1667309080256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10380,,,stu_IKOQX00819,,1667309090449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10381,,,stu_IKOQX00819,,1667309094484,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10382,,,stu_IKOQX00819,,1667309106889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10383,,,stu_IKOQX00819,,1667308821196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10384,,,stu_IKOQX00819,,1667308825450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10385,,,stu_IKOQX00819,,1667308832943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10386,,,stu_IKOQX00819,,1667308836807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10387,,,stu_IKOQX00819,,1667308846928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10388,,,stu_IKOQX00819,,1667308851532,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10389,,,stu_IKOQX00819,,1667308853000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10390,,,stu_IKOQX00819,,1667308892634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10391,,,stu_IKOQX00819,,1667308905583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10392,,,stu_IKOQX00819,,1667308917747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10393,,,stu_IKOQX00819,,1667308920345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10394,,,stu_IKOQX00819,,1667308924982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10395,,,stu_IKOQX00819,,1667308929016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-10396,,,stu_KYWNL75747,,1684344359741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10397,,,stu_KYWNL75747,,1684344368693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10398,,,stu_KYWNL75747,,1684344384967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10399,,,stu_KYWNL75747,,1684344388480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10400,,,stu_KYWNL75747,,1684344408255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10401,,,stu_KYWNL75747,,1684344411954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10402,,,stu_KYWNL75747,,1684344420354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10403,,,stu_KYWNL75747,,1684344422011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10404,,,stu_KYWNL75747,,1684344424881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10405,,,stu_KYWNL75747,,1684344428458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10406,,,stu_KYWNL75747,,1684344433604,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10407,,,stu_KYWNL75747,,1684344437036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10408,,,stu_KYWNL75747,,1684344449102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10409,,,stu_KYWNL75747,,1684344461506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10410,,,stu_KYWNL75747,,1684344473328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10411,,,stu_KYWNL75747,,1684344478041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10412,,,stu_KYWNL75747,,1684344483535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10413,,,stu_KYWNL75747,,1684344499068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10414,,,stu_KYWNL75747,,1684344506871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10415,,,stu_KYWNL75747,,1684344511741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10416,,,stu_KYWNL75747,,1684344530722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10417,,,stu_KYWNL75747,,1684344627654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10418,,,stu_KYWNL75747,,1684344631606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10419,,,stu_KYWNL75747,,1684344631614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10420,,,stu_KYWNL75747,,1684344640243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10421,,,stu_KYWNL75747,,1684344643042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10422,,,stu_KYWNL75747,,1684350315918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10423,,,stu_KYWNL75747,,1684350318489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10424,,,stu_KYWNL75747,,1684350327502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10425,,,stu_KYWNL75747,,1684350329928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10426,,,stu_KYWNL75747,,1684350332192,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10427,,,stu_KYWNL75747,,1684350334975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10428,,,stu_KYWNL75747,,1684350340323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10429,,,stu_KYWNL75747,,1684350343304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10430,,,stu_KYWNL75747,,1684350346444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10431,,,stu_KYWNL75747,,1684350349646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10432,,,stu_KYWNL75747,,1684350351965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10433,,,stu_KYWNL75747,,1684350356056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10434,,,stu_KYWNL75747,,1684350359127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10435,,,stu_KYWNL75747,,1684350359757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10436,,,stu_KYWNL75747,,1684350368388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10437,,,stu_KYWNL75747,,1684350376649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10438,,,stu_KYWNL75747,,1684350381353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10439,,,stu_KYWNL75747,,1684350384800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10440,,,stu_KYWNL75747,,1684350387704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10441,,,stu_KYWNL75747,,1684350390838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-10442,,,stu_IBTJP66016,,1668055252428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10443,,,stu_IBTJP66016,,1668055255858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10444,,,stu_IBTJP66016,,1668055266808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10445,,,stu_IBTJP66016,,1668055268215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10446,,,stu_IBTJP66016,,1668055271848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10447,,,stu_IBTJP66016,,1668055275048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10448,,,stu_IBTJP66016,,1668055276445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10449,,,stu_IBTJP66016,,1668055279484,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10450,,,stu_IBTJP66016,,1668055286703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10451,,,stu_IBTJP66016,,1668055299681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10452,,,stu_IBTJP66016,,1668055307266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10453,,,stu_IBTJP66016,,1668055311732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10454,,,stu_IBTJP66016,,1668055316205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10455,,,stu_IBTJP66016,,1668055345568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10456,,,stu_IBTJP66016,,1668055349928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10457,,,stu_IBTJP66016,,1668055351310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10458,,,stu_IBTJP66016,,1668055358454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10459,,,stu_IBTJP66016,,1668055360839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-10460,,,stu_LNKGD30298,,1677772655686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10461,,,stu_LNKGD30298,,1677772655726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10462,,,stu_LNKGD30298,,1677772658552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10463,,,stu_LNKGD30298,,1677772674065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10464,,,stu_LNKGD30298,,1677772691644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10465,,,stu_LNKGD30298,,1677772694288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10466,,,stu_LNKGD30298,,1677772699533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10467,,,stu_LNKGD30298,,1677772703168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10468,,,stu_LNKGD30298,,1677772705375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10469,,,stu_LNKGD30298,,1677772709120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10470,,,stu_LNKGD30298,,1677772715688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10471,,,stu_LNKGD30298,,1677772721865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10472,,,stu_LNKGD30298,,1677772724475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10473,,,stu_LNKGD30298,,1677772726427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10474,,,stu_LNKGD30298,,1677772729607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10475,,,stu_LNKGD30298,,1677772733113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10476,,,stu_LNKGD30298,,1677772739658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10477,,,stu_LNKGD30298,,1677772743573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10478,,,stu_LNKGD30298,,1677772746966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10479,,,stu_LNKGD30298,,1677772750829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10480,,,stu_LNKGD30298,,1677772755752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10481,,,stu_LNKGD30298,,1677772771446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10482,,,stu_LNKGD30298,,1677772777016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10483,,,stu_LNKGD30298,,1677772798758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10484,,,stu_LNKGD30298,,1677772801935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10485,,,stu_LNKGD30298,,1677772805919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10486,,,stu_LNKGD30298,,1677772809449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10487,,,stu_LNKGD30298,,1677772809491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10488,,,stu_LNKGD30298,,1677772814471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10489,,,stu_LNKGD30298,,1677772814475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10490,,,stu_LNKGD30298,,1677772819943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10491,,,stu_LNKGD30298,,1677772832855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10492,,,stu_LNKGD30298,,1677790002513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10493,,,stu_LNKGD30298,,1677790012171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10494,,,stu_LNKGD30298,,1677790016691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10495,,,stu_LNKGD30298,,1677790047155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10496,,,stu_LNKGD30298,,1677790050352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10497,,,stu_LNKGD30298,,1677790052853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10498,,,stu_LNKGD30298,,1677790056546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10499,,,stu_LNKGD30298,,1677790057281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10500,,,stu_LNKGD30298,,1677790059559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10501,,,stu_LNKGD30298,,1677790188684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10502,,,stu_LNKGD30298,,1677790271922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10503,,,stu_LNKGD30298,,1677790276608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10504,,,stu_LNKGD30298,,1677790280917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10505,,,stu_LNKGD30298,,1677790288312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10506,,,stu_LNKGD30298,,1677790293839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10507,,,stu_LNKGD30298,,1677790297724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10508,,,stu_LNKGD30298,,1677790321700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10509,,,stu_LNKGD30298,,1677790324642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10510,,,stu_LNKGD30298,,1677790359395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10511,,,stu_LNKGD30298,,1677790363185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10512,,,stu_LNKGD30298,,1677790368635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10513,,,stu_LNKGD30298,,1677790368665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10514,,,stu_LNKGD30298,,1677790374102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10515,,,stu_LNKGD30298,,1677790376729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10516,,,stu_LNKGD30298,,1677704238484,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10517,,,stu_LNKGD30298,,1677704238518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10518,,,stu_LNKGD30298,,1677704241011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10519,,,stu_LNKGD30298,,1677704248541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10520,,,stu_LNKGD30298,,1677704425680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10521,,,stu_LNKGD30298,,1677704425680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10522,,,stu_LNKGD30298,,1677704425680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10523,,,stu_LNKGD30298,,1677704425680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10524,,,stu_LNKGD30298,,1677704429681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10525,,,stu_LNKGD30298,,1677704433601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10526,,,stu_LNKGD30298,,1677704438305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10527,,,stu_LNKGD30298,,1677704438305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10528,,,stu_LNKGD30298,,1677704438305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10529,,,stu_LNKGD30298,,1677704438305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10530,,,stu_LNKGD30298,,1677704442994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10531,,,stu_LNKGD30298,,1677704445997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10532,,,stu_LNKGD30298,,1677704449635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10533,,,stu_LNKGD30298,,1677704451535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10534,,,stu_LNKGD30298,,1677704554216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10535,,,stu_LNKGD30298,,1677704559136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10536,,,stu_LNKGD30298,,1677704561470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10537,,,stu_LNKGD30298,,1677704561498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10538,,,stu_LNKGD30298,,1677704563811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10539,,,stu_LNKGD30298,,1677704563837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10540,,,stu_LNKGD30298,,1677704569235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10541,,,stu_LNKGD30298,,1677704573647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10542,,,stu_LNKGD30298,,1677704577083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10543,,,stu_LNKGD30298,,1677704607736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10544,,,stu_LNKGD30298,,1677704614396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10545,,,stu_LNKGD30298,,1677704616915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10546,,,stu_LNKGD30298,,1677704618771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10547,,,stu_LNKGD30298,,1677704621377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10548,,,stu_LNKGD30298,,1677704623829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10549,,,stu_LNKGD30298,,1677704629165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10550,,,stu_LNKGD30298,,1677704633737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10551,,,stu_LNKGD30298,,1677704637942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10552,,,stu_LNKGD30298,,1677704639145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10553,,,stu_LNKGD30298,,1677704643658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10554,,,stu_LNKGD30298,,1677704643690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10555,,,stu_LNKGD30298,,1677704648410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10556,,,stu_LNKGD30298,,1677704653643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10557,,,stu_LNKGD30298,,1677704661352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10558,,,stu_LNKGD30298,,1677704666650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10559,,,stu_LNKGD30298,,1677704695351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10560,,,stu_LNKGD30298,,1677704699159,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10561,,,stu_LNKGD30298,,1677704702528,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10562,,,stu_LNKGD30298,,1677704705872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10563,,,stu_LNKGD30298,,1677704712235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10564,,,stu_LNKGD30298,,1677704719306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10565,,,stu_LNKGD30298,,1677704720785,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10566,,,stu_LNKGD30298,,1677704725473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10567,,,stu_LNKGD30298,,1677704728978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10568,,,stu_LNKGD30298,,1677704749784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10569,,,stu_LNKGD30298,,1677704756861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10570,,,stu_LNKGD30298,,1677704761296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10571,,,stu_LNKGD30298,,1677704762796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10572,,,stu_LNKGD30298,,1677704766627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10573,,,stu_LNKGD30298,,1677704766666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10574,,,stu_LNKGD30298,,1677704772634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10575,,,stu_LNKGD30298,,1677704775816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10576,,,stu_LNKGD30298,,1677861733582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10577,,,stu_LNKGD30298,,1677861738820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10578,,,stu_LNKGD30298,,1677861744524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10579,,,stu_LNKGD30298,,1677861748795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10580,,,stu_LNKGD30298,,1677861751916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10581,,,stu_LNKGD30298,,1677861754547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10582,,,stu_LNKGD30298,,1677861756174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10583,,,stu_LNKGD30298,,1677861759014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10584,,,stu_LNKGD30298,,1677861759778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10585,,,stu_LNKGD30298,,1677861786524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10586,,,stu_LNKGD30298,,1677861787943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10587,,,stu_LNKGD30298,,1677861790369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10588,,,stu_LNKGD30298,,1677861792377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10589,,,stu_LNKGD30298,,1677861799917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10590,,,stu_LNKGD30298,,1677861805350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10591,,,stu_LNKGD30298,,1677861822890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10592,,,stu_LNKGD30298,,1677861825056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10593,,,stu_LNKGD30298,,1677861845715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10594,,,stu_LNKGD30298,,1677861847739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10595,,,stu_LNKGD30298,,1677861855901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10596,,,stu_LNKGD30298,,1677790443247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10597,,,stu_LNKGD30298,,1677790451374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10598,,,stu_LNKGD30298,,1677790453563,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10599,,,stu_LNKGD30298,,1677790454535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10600,,,stu_LNKGD30298,,1677790456913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10601,,,stu_LNKGD30298,,1677790459354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10602,,,stu_LNKGD30298,,1677790465028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10603,,,stu_LNKGD30298,,1677790466864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10604,,,stu_LNKGD30298,,1677790467875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10605,,,stu_LNKGD30298,,1677790469710,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10606,,,stu_LNKGD30298,,1677790471333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10607,,,stu_LNKGD30298,,1677790475762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10608,,,stu_LNKGD30298,,1677790479694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10609,,,stu_LNKGD30298,,1677790484342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10610,,,stu_LNKGD30298,,1677790487578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10611,,,stu_LNKGD30298,,1677790490226,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10612,,,stu_LNKGD30298,,1677790491377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10613,,,stu_LNKGD30298,,1677790497431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10614,,,stu_LNKGD30298,,1677790506016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10615,,,stu_LNKGD30298,,1677790510155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10616,,,stu_LNKGD30298,,1677790510175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10617,,,stu_LNKGD30298,,1677790510890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10618,,,stu_LNKGD30298,,1677790510919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10619,,,stu_LNKGD30298,,1677790558155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10620,,,stu_LNKGD30298,,1677790560223,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-068,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10621,,,stu_VPJTJ99370,,1678216940596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10622,,,stu_VPJTJ99370,,1678216962165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10623,,,stu_VPJTJ99370,,1678216967999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10624,,,stu_VPJTJ99370,,1678216974522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10625,,,stu_VPJTJ99370,,1678216990275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10626,,,stu_VPJTJ99370,,1678217001452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10627,,,stu_VPJTJ99370,,1678217006974,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10628,,,stu_VPJTJ99370,,1678217023396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10629,,,stu_VPJTJ99370,,1678217023450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10630,,,stu_VPJTJ99370,,1678217027827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10631,,,stu_VPJTJ99370,,1678217031892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10632,,,stu_VPJTJ99370,,1678217051522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10633,,,stu_VPJTJ99370,,1678217082143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10634,,,stu_VPJTJ99370,,1678217085007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10635,,,stu_VPJTJ99370,,1678217092216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10636,,,stu_VPJTJ99370,,1678217103991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10637,,,stu_VPJTJ99370,,1678217111920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10638,,,stu_VPJTJ99370,,1678217122348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10639,,,stu_VPJTJ99370,,1678217122378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10640,,,stu_VPJTJ99370,,1678217126896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10641,,,stu_VPJTJ99370,,1678217135750,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10642,,,stu_VPJTJ99370,,1678475550658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10643,,,stu_VPJTJ99370,,1678475550665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10644,,,stu_VPJTJ99370,,1678475557117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10645,,,stu_VPJTJ99370,,1678475587354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10646,,,stu_VPJTJ99370,,1678475589570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10647,,,stu_VPJTJ99370,,1678475591538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10648,,,stu_VPJTJ99370,,1678475596240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10649,,,stu_VPJTJ99370,,1678475605988,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10650,,,stu_VPJTJ99370,,1678475607948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10651,,,stu_VPJTJ99370,,1678475620237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10652,,,stu_VPJTJ99370,,1678475699800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10653,,,stu_VPJTJ99370,,1678475702959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10654,,,stu_VPJTJ99370,,1678475712986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10655,,,stu_VPJTJ99370,,1678475712986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10656,,,stu_VPJTJ99370,,1678475719359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-10657,,,stu_DOLPP55562,,1666625765639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10658,,,stu_DOLPP55562,,1666625775423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10659,,,stu_DOLPP55562,,1666625782055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10660,,,stu_DOLPP55562,,1666625786941,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10661,,,stu_DOLPP55562,,1666625792650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10662,,,stu_DOLPP55562,,1666625797214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10663,,,stu_DOLPP55562,,1666625799493,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10664,,,stu_DOLPP55562,,1666625813267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10665,,,stu_DOLPP55562,,1666625818620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10666,,,stu_DOLPP55562,,1666625826245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10667,,,stu_DOLPP55562,,1666625843656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10668,,,stu_GUSLG55829,,1666620910384,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10669,,,stu_GUSLG55829,,1666620915144,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10670,,,stu_GUSLG55829,,1666620916368,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10671,,,stu_GUSLG55829,,1666620919007,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10672,,,stu_GUSLG55829,,1666620927089,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10673,,,stu_GUSLG55829,,1666620929413,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10674,,,stu_GUSLG55829,,1666620937443,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10675,,,stu_GUSLG55829,,1666620939415,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10676,,,stu_GUSLG55829,,1666620951708,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10677,,,stu_GUSLG55829,,1666620958658,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10678,,,stu_GUSLG55829,,1666620962948,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10679,,,stu_GUSLG55829,,1666620973525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10680,,,stu_GUSLG55829,,1666620976629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10681,,,stu_GUSLG55829,,1666620977781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10682,,,stu_GUSLG55829,,1666620990620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10683,,,stu_GUSLG55829,,1666620993580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10684,,,stu_GUSLG55829,,1666620995824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10685,,,stu_GUSLG55829,,1666620996954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10686,,,stu_GUSLG55829,,1666620999214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10687,,,stu_GUSLG55829,,1666621000496,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10688,,,stu_GUSLG55829,,1666621010779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10689,,,stu_GUSLG55829,,1666621015114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10690,,,stu_GUSLG55829,,1666621016373,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10691,,,stu_GUSLG55829,,1666621020096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10692,,,stu_GUSLG55829,,1666621022836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10693,,,stu_GUSLG55829,,1666620647305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10694,,,stu_GUSLG55829,,1666620649878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10695,,,stu_GUSLG55829,,1666620651883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10696,,,stu_GUSLG55829,,1666620655189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10697,,,stu_GUSLG55829,,1666620660053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10698,,,stu_GUSLG55829,,1666620662181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10699,,,stu_GUSLG55829,,1666620668191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10700,,,stu_GUSLG55829,,1666620668753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10701,,,stu_GUSLG55829,,1666620670213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10702,,,stu_GUSLG55829,,1666620673948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10703,,,stu_GUSLG55829,,1666620677059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10704,,,stu_GUSLG55829,,1666620677990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10705,,,stu_GUSLG55829,,1666620682160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10706,,,stu_GUSLG55829,,1666620685852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10707,,,stu_GUSLG55829,,1666620685874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10708,,,stu_GUSLG55829,,1666620690985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10709,,,stu_GUSLG55829,,1666620757716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10710,,,stu_GUSLG55829,,1666620759629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10711,,,stu_GUSLG55829,,1666620763029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10712,,,stu_GUSLG55829,,1666620765419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10713,,,stu_GUSLG55829,,1666620767657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10714,,,stu_GUSLG55829,,1666620770762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10715,,,stu_GUSLG55829,,1666620773104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10716,,,stu_GUSLG55829,,1666620774048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10717,,,stu_GUSLG55829,,1666620780398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10718,,,stu_GUSLG55829,,1666620785423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10719,,,stu_GUSLG55829,,1666620793054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10720,,,stu_GUSLG55829,,1666620795006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10721,,,stu_GUSLG55829,,1666620800329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10722,,,stu_GUSLG55829,,1666620809729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10723,,,stu_GUSLG55829,,1666620809757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10724,,,stu_GUSLG55829,,1666620820210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10725,,,stu_GUSLG55829,,1666620820210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10726,,,stu_GUSLG55829,,1666620825029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-10727,,,stu_ZPILJ57870,,1677091804993,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10728,,,stu_ZPILJ57870,,1677091814938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10729,,,stu_ZPILJ57870,,1677091818454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10730,,,stu_ZPILJ57870,,1677091821576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10731,,,stu_ZPILJ57870,,1677091823004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10732,,,stu_ZPILJ57870,,1677091826388,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10733,,,stu_ZPILJ57870,,1677091828051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10734,,,stu_ZPILJ57870,,1677091830450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10735,,,stu_ZPILJ57870,,1677091831071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10736,,,stu_ZPILJ57870,,1677091840890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10737,,,stu_ZPILJ57870,,1677091842256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10738,,,stu_ZPILJ57870,,1677091844611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10739,,,stu_ZPILJ57870,,1677091845486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10740,,,stu_ZPILJ57870,,1677091846630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10741,,,stu_ZPILJ57870,,1677091847509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10742,,,stu_ZPILJ57870,,1677091868506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10743,,,stu_ZPILJ57870,,1677091877520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10744,,,stu_ZPILJ57870,,1677091880898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10745,,,stu_ZPILJ57870,,1677091891808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10746,,,stu_ZPILJ57870,,1677091376383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10747,,,stu_ZPILJ57870,,1677091385140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10748,,,stu_ZPILJ57870,,1677091404407,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10749,,,stu_ZPILJ57870,,1677091406442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10750,,,stu_ZPILJ57870,,1677091411046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10751,,,stu_ZPILJ57870,,1677091414214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10752,,,stu_ZPILJ57870,,1677091416437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10753,,,stu_ZPILJ57870,,1677091418481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10754,,,stu_ZPILJ57870,,1677091420929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10755,,,stu_ZPILJ57870,,1677091421962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10756,,,stu_ZPILJ57870,,1677091432655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10757,,,stu_ZPILJ57870,,1677091443197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10758,,,stu_ZPILJ57870,,1677091450679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10759,,,stu_ZPILJ57870,,1677091451459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10760,,,stu_ZPILJ57870,,1677091456899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10761,,,stu_ZPILJ57870,,1677091460374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10762,,,stu_ZPILJ57870,,1677091470806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10763,,,stu_ZPILJ57870,,1677091473454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10764,,,stu_ZPILJ57870,,1677091474744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10765,,,stu_ZPILJ57870,,1677091485783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10766,,,stu_ZPILJ57870,,1677091491314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-10767,,,stu_ALJMP09387,,1681406406174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10768,,,stu_ALJMP09387,,1681406409677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10769,,,stu_ALJMP09387,,1681406413889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10770,,,stu_ALJMP09387,,1681406415768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10771,,,stu_ALJMP09387,,1681406418140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10772,,,stu_ALJMP09387,,1681406420194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10773,,,stu_ALJMP09387,,1681406421296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10774,,,stu_ALJMP09387,,1681406426404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10775,,,stu_ALJMP09387,,1681406431717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10776,,,stu_ALJMP09387,,1681406434940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10777,,,stu_ALJMP09387,,1681406434964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10778,,,stu_ALJMP09387,,1681406439809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10779,,,stu_ALJMP09387,,1681406442286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10780,,,stu_ALJMP09387,,1681406443439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10781,,,stu_ALJMP09387,,1681406445242,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10782,,,stu_ALJMP09387,,1681406446912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10783,,,stu_ALJMP09387,,1681406454873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10784,,,stu_ALJMP09387,,1681406454887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10785,,,stu_ALJMP09387,,1681406458464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10786,,,stu_ALJMP09387,,1681406460615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10787,,,stu_ALJMP09387,,1681406473153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10788,,,stu_ALJMP09387,,1681406475732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10789,,,stu_ALJMP09387,,1681406480530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10790,,,stu_ALJMP09387,,1681406483876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10791,,,stu_ALJMP09387,,1681406483901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10792,,,stu_ALJMP09387,,1681406487828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10793,,,stu_ALJMP09387,,1681406492487,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10794,,,stu_ALJMP09387,,1681406497118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10795,,,stu_ALJMP09387,,1681406502226,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10796,,,stu_ALJMP09387,,1681406504921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10797,,,stu_ALJMP09387,,1681406507169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10798,,,stu_ALJMP09387,,1681406507182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10799,,,stu_ALJMP09387,,1681406512329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10800,,,stu_ALJMP09387,,1681406514505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10801,,,stu_ALJMP09387,,1681406517831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10802,,,stu_ALJMP09387,,1681406520779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10803,,,stu_ALJMP09387,,1681406522895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10804,,,stu_ALJMP09387,,1681406522914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10805,,,stu_ALJMP09387,,1681406527114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10806,,,stu_ALJMP09387,,1681406530004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10807,,,stu_ALJMP09387,,1681406536707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10808,,,stu_ALJMP09387,,1681406538642,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10809,,,stu_ALJMP09387,,1681406544402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10810,,,stu_ALJMP09387,,1681406547144,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10811,,,stu_ALJMP09387,,1681406554246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10812,,,stu_ALJMP09387,,1681406554271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10813,,,stu_ALJMP09387,,1681406559997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10814,,,stu_ALJMP09387,,1681406562716,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10815,,,stu_ALJMP09387,,1681411608828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10816,,,stu_ALJMP09387,,1681411611571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10817,,,stu_ALJMP09387,,1681411617945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10818,,,stu_ALJMP09387,,1681411619538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10819,,,stu_ALJMP09387,,1681411621728,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10820,,,stu_ALJMP09387,,1681411622482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10821,,,stu_ALJMP09387,,1681411630468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10822,,,stu_ALJMP09387,,1681411633630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10823,,,stu_ALJMP09387,,1681411635436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10824,,,stu_ALJMP09387,,1681411635456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10825,,,stu_ALJMP09387,,1681411640228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10826,,,stu_ALJMP09387,,1681411641774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10827,,,stu_ALJMP09387,,1681411642594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10828,,,stu_ALJMP09387,,1681411647412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10829,,,stu_ALJMP09387,,1681411649483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10830,,,stu_ALJMP09387,,1681411650955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10831,,,stu_ALJMP09387,,1681411650961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10832,,,stu_ALJMP09387,,1681411655323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10833,,,stu_ALJMP09387,,1681411655340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10834,,,stu_ALJMP09387,,1681411659110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10835,,,stu_ALJMP09387,,1681411661932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10836,,,stu_ALJMP09387,,1681411675306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10837,,,stu_ALJMP09387,,1681411678035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10838,,,stu_ALJMP09387,,1681411680475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10839,,,stu_ALJMP09387,,1681411681690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10840,,,stu_ALJMP09387,,1681411683854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10841,,,stu_ALJMP09387,,1681411683862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10842,,,stu_ALJMP09387,,1681411686994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10843,,,stu_ALJMP09387,,1681411693876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10844,,,stu_ALJMP09387,,1681411695766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10845,,,stu_ALJMP09387,,1681411700351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10846,,,stu_ALJMP09387,,1681411702682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10847,,,stu_ALJMP09387,,1681411705915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10848,,,stu_ALJMP09387,,1681411705934,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10849,,,stu_ALJMP09387,,1681411712212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10850,,,stu_ALJMP09387,,1681411715782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10851,,,stu_ALJMP09387,,1681411727492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10852,,,stu_ALJMP09387,,1681411729323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10853,,,stu_ALJMP09387,,1681411737932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10854,,,stu_BCIXJ84527,,1682440982474,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10855,,,stu_BCIXJ84527,,1682440985261,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10856,,,stu_BCIXJ84527,,1682440990955,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10857,,,stu_BCIXJ84527,,1682440992943,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10858,,,stu_BCIXJ84527,,1682440995299,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10859,,,stu_BCIXJ84527,,1682440998018,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10860,,,stu_BCIXJ84527,,1682440999352,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10861,,,stu_BCIXJ84527,,1682441003723,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10862,,,stu_BCIXJ84527,,1682441006998,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10863,,,stu_BCIXJ84527,,1682441018664,,,,,,ratio_proportion_change3,ratio_proportion_change3-178,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10864,,,stu_BCIXJ84527,,1682441076556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10865,,,stu_BCIXJ84527,,1682441078603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10866,,,stu_BCIXJ84527,,1682441082264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10867,,,stu_BCIXJ84527,,1682441084894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10868,,,stu_BCIXJ84527,,1682441087335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10869,,,stu_BCIXJ84527,,1682441089610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10870,,,stu_BCIXJ84527,,1682441090416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10871,,,stu_BCIXJ84527,,1682441098799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10872,,,stu_BCIXJ84527,,1682441104605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10873,,,stu_BCIXJ84527,,1682441109814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10874,,,stu_CJGVE06112,,1681679332236,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10875,,,stu_CJGVE06112,,1681679337444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10876,,,stu_CJGVE06112,,1681679353823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10877,,,stu_CJGVE06112,,1681679355884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10878,,,stu_CJGVE06112,,1681679358756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10879,,,stu_CJGVE06112,,1681679360756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10880,,,stu_CJGVE06112,,1681679362681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10881,,,stu_CJGVE06112,,1681679366390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10882,,,stu_CJGVE06112,,1681679370715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10883,,,stu_CJGVE06112,,1681679392955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10884,,,stu_CJGVE06112,,1681679542067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10885,,,stu_PJYKW98737,,1684708165623,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10886,,,stu_PJYKW98737,,1684708169365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10887,,,stu_PJYKW98737,,1684708171062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10888,,,stu_PJYKW98737,,1684708173997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10889,,,stu_PJYKW98737,,1684708176747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10890,,,stu_PJYKW98737,,1684708179133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10891,,,stu_PJYKW98737,,1684708180762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10892,,,stu_PJYKW98737,,1684708186633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10893,,,stu_PJYKW98737,,1684708189775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10894,,,stu_PJYKW98737,,1684708193824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10895,,,stu_PJYKW98737,,1684707846288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10896,,,stu_PJYKW98737,,1684707855356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10897,,,stu_PJYKW98737,,1684707863898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10898,,,stu_PJYKW98737,,1684707867317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10899,,,stu_PJYKW98737,,1684707872702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10900,,,stu_PJYKW98737,,1684707875433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10901,,,stu_PJYKW98737,,1684707877035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10902,,,stu_PJYKW98737,,1684707894979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10903,,,stu_PJYKW98737,,1684707899312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10904,,,stu_PJYKW98737,,1684707914246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10905,,,stu_PJYKW98737,,1684707922805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10906,,,stu_PJYKW98737,,1684707925286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10907,,,stu_PJYKW98737,,1684707927509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10908,,,stu_PJYKW98737,,1684707929645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10909,,,stu_PJYKW98737,,1684707939595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10910,,,stu_PJYKW98737,,1684707945191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10911,,,stu_PJYKW98737,,1684707951240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-10912,,,stu_AFMMY15396,,1677194095935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10913,,,stu_AFMMY15396,,1677194096030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10914,,,stu_AFMMY15396,,1677194097598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10915,,,stu_AFMMY15396,,1677194101230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10916,,,stu_AFMMY15396,,1677194104017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10917,,,stu_AFMMY15396,,1677194105439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10918,,,stu_AFMMY15396,,1677194107712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10919,,,stu_AFMMY15396,,1677194109919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10920,,,stu_AFMMY15396,,1677194111967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10921,,,stu_AFMMY15396,,1677194114283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10922,,,stu_AFMMY15396,,1677194116176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10923,,,stu_AFMMY15396,,1677194126228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10924,,,stu_AFMMY15396,,1677194129387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10925,,,stu_AFMMY15396,,1677194131817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10926,,,stu_AFMMY15396,,1677194150676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-10927,,,stu_DTEUN42472,,1667182916309,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10928,,,stu_DTEUN42472,,1667182920098,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10929,,,stu_DTEUN42472,,1667182928405,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10930,,,stu_DTEUN42472,,1667182930834,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10931,,,stu_DTEUN42472,,1667182933655,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10932,,,stu_DTEUN42472,,1667182938299,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10933,,,stu_DTEUN42472,,1667182940558,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10934,,,stu_DTEUN42472,,1667182942948,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10935,,,stu_DTEUN42472,,1667182946344,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10936,,,stu_DTEUN42472,,1667182948406,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10937,,,stu_DTEUN42472,,1667182959066,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10938,,,stu_DTEUN42472,,1667182967507,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10939,,,stu_DTEUN42472,,1667182969168,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10940,,,stu_DTEUN42472,,1667182972066,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10941,,,stu_DTEUN42472,,1667182979581,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10942,,,stu_DTEUN42472,,1667182984239,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10943,,,stu_DTEUN42472,,1667182987511,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10944,,,stu_DTEUN42472,,1667182993876,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10945,,,stu_DTEUN42472,,1667182998275,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10946,,,stu_DTEUN42472,,1667183000926,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10947,,,stu_DTEUN42472,,1667183006597,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10948,,,stu_DTEUN42472,,1667183008474,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10949,,,stu_DTEUN42472,,1667183012809,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10950,,,stu_DTEUN42472,,1667183015042,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10951,,,stu_DTEUN42472,,1667183016566,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10952,,,stu_DTEUN42472,,1667183016591,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10953,,,stu_DTEUN42472,,1667183022877,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10954,,,stu_DTEUN42472,,1667183026359,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10955,,,stu_DTEUN42472,,1667183031254,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10956,,,stu_DTEUN42472,,1667183033051,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10957,,,stu_DTEUN42472,,1667183037877,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10958,,,stu_DTEUN42472,,1667183037911,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10959,,,stu_DTEUN42472,,1667183042297,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10960,,,stu_DTEUN42472,,1667183046266,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10961,,,stu_DTEUN42472,,1667183046301,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10962,,,stu_DTEUN42472,,1667183051572,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,ThirdRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10963,,,stu_DTEUN42472,,1667183054026,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10964,,,stu_DTEUN42472,,1667183059192,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10965,,,stu_DTEUN42472,,1667183223969,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10966,,,stu_DTEUN42472,,1667183228128,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10967,,,stu_DTEUN42472,,1667183230777,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10968,,,stu_DTEUN42472,,1667183233655,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10969,,,stu_DTEUN42472,,1667183236840,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10970,,,stu_DTEUN42472,,1667183241224,,,,,,ratio_proportion_change3,ratio_proportion_change3-101,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-10971,,,stu_DLUVS72989,,1665598079664,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10972,,,stu_DLUVS72989,,1665598086328,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10973,,,stu_DLUVS72989,,1665598087969,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10974,,,stu_DLUVS72989,,1665598089163,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10975,,,stu_DLUVS72989,,1665598091013,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10976,,,stu_DLUVS72989,,1665598105887,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10977,,,stu_DLUVS72989,,1665598111899,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10978,,,stu_DLUVS72989,,1665598116611,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10979,,,stu_DLUVS72989,,1665598117866,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10980,,,stu_DLUVS72989,,1665598118993,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10981,,,stu_DLUVS72989,,1665598122653,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10982,,,stu_DLUVS72989,,1665598126561,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10983,,,stu_DLUVS72989,,1665598027213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10984,,,stu_DLUVS72989,,1665598029995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10985,,,stu_DLUVS72989,,1665598033636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10986,,,stu_DLUVS72989,,1665598035550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10987,,,stu_DLUVS72989,,1665598039796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10988,,,stu_DLUVS72989,,1665598042441,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10989,,,stu_DLUVS72989,,1665598045057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10990,,,stu_DLUVS72989,,1665598046488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10991,,,stu_DLUVS72989,,1665598048477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10992,,,stu_DLUVS72989,,1665598051251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10993,,,stu_DLUVS72989,,1665598054213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10994,,,stu_QKICV58145,,1676381205559,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10995,,,stu_QKICV58145,,1676381212469,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10996,,,stu_QKICV58145,,1676381215969,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10997,,,stu_QKICV58145,,1676381237459,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10998,,,stu_QKICV58145,,1676381241653,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-10999,,,stu_QKICV58145,,1676381243575,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11000,,,stu_QKICV58145,,1676381244911,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11001,,,stu_QKICV58145,,1676381249206,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11002,,,stu_QKICV58145,,1676381254447,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11003,,,stu_QKICV58145,,1676381258769,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11004,,,stu_QKICV58145,,1676083792105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11005,,,stu_QKICV58145,,1676083799444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11006,,,stu_QKICV58145,,1676083803933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11007,,,stu_QKICV58145,,1676083811337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11008,,,stu_QKICV58145,,1676083817200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11009,,,stu_QKICV58145,,1676083822238,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11010,,,stu_QKICV58145,,1676083824157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11011,,,stu_QKICV58145,,1676083825421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11012,,,stu_QKICV58145,,1676083835195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11013,,,stu_QKICV58145,,1676083862514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-11014,,,stu_ERPTP01432,,1677163682052,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11015,,,stu_ERPTP01432,,1677163685848,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11016,,,stu_ERPTP01432,,1677163705401,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11017,,,stu_ERPTP01432,,1677163714828,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11018,,,stu_ERPTP01432,,1677163720317,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11019,,,stu_ERPTP01432,,1677163732192,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11020,,,stu_ERPTP01432,,1677163747106,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11021,,,stu_ERPTP01432,,1677163753573,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11022,,,stu_ERPTP01432,,1677163755325,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11023,,,stu_ERPTP01432,,1677163756409,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11024,,,stu_ERPTP01432,,1677163758103,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11025,,,stu_ERPTP01432,,1677163765427,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11026,,,stu_ERPTP01432,,1677163765434,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11027,,,stu_ERPTP01432,,1677163769788,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11028,,,stu_ERPTP01432,,1677163776399,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-11029,,,stu_EYKUQ20140,,1666620436119,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11030,,,stu_EYKUQ20140,,1666620440841,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11031,,,stu_EYKUQ20140,,1666620447571,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11032,,,stu_EYKUQ20140,,1666620455380,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11033,,,stu_EYKUQ20140,,1666620459516,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11034,,,stu_EYKUQ20140,,1666620462791,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11035,,,stu_EYKUQ20140,,1666620466808,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11036,,,stu_EYKUQ20140,,1666620479783,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11037,,,stu_EYKUQ20140,,1666620483442,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11038,,,stu_EYKUQ20140,,1666620490144,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11039,,,stu_EYKUQ20140,,1666620494507,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11040,,,stu_EYKUQ20140,,1666620499817,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11041,,,stu_EYKUQ20140,,1666620499850,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11042,,,stu_EYKUQ20140,,1666620504519,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11043,,,stu_EYKUQ20140,,1666620509960,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11044,,,stu_EYKUQ20140,,1666620513703,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11045,,,stu_EYKUQ20140,,1666620518755,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11046,,,stu_EYKUQ20140,,1666620524079,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11047,,,stu_EYKUQ20140,,1666620535809,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11048,,,stu_EYKUQ20140,,1666620535828,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11049,,,stu_EYKUQ20140,,1666620538331,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11050,,,stu_EYKUQ20140,,1666620538354,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11051,,,stu_EYKUQ20140,,1666620541276,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11052,,,stu_EYKUQ20140,,1666620546770,,,,,,ratio_proportion_change3,ratio_proportion_change3-164,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11053,,,stu_EYKUQ20140,,1666620890231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11054,,,stu_EYKUQ20140,,1666620894011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11055,,,stu_EYKUQ20140,,1666620901034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11056,,,stu_EYKUQ20140,,1666620903444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11057,,,stu_EYKUQ20140,,1666620906874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11058,,,stu_EYKUQ20140,,1666620911321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11059,,,stu_EYKUQ20140,,1666620915461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11060,,,stu_EYKUQ20140,,1666620920746,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11061,,,stu_EYKUQ20140,,1666620922943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11062,,,stu_EYKUQ20140,,1666620925842,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11063,,,stu_EYKUQ20140,,1666620927564,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11064,,,stu_EYKUQ20140,,1666620939784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11065,,,stu_EYKUQ20140,,1666620944562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11066,,,stu_EYKUQ20140,,1666620952367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11067,,,stu_EYKUQ20140,,1666620961111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11068,,,stu_EYKUQ20140,,1666620989333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11069,,,stu_EYKUQ20140,,1666620999584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11070,,,stu_EYKUQ20140,,1666621014252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11071,,,stu_FSCSB52014,,1676663597996,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11072,,,stu_FSCSB52014,,1676663600243,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11073,,,stu_FSCSB52014,,1676663601736,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11074,,,stu_FSCSB52014,,1676663604644,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11075,,,stu_FSCSB52014,,1676663606684,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11076,,,stu_FSCSB52014,,1676663608813,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11077,,,stu_FSCSB52014,,1676663612020,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11078,,,stu_FSCSB52014,,1676663616609,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11079,,,stu_FSCSB52014,,1676663621410,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11080,,,stu_FSCSB52014,,1676663628110,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11081,,,stu_FSCSB52014,,1677093909866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11082,,,stu_FSCSB52014,,1677093912201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11083,,,stu_FSCSB52014,,1677093914634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11084,,,stu_FSCSB52014,,1677093918683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11085,,,stu_FSCSB52014,,1677093921028,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11086,,,stu_FSCSB52014,,1677093923949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11087,,,stu_FSCSB52014,,1677093932776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11088,,,stu_FSCSB52014,,1677093935838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11089,,,stu_FSCSB52014,,1677093937031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11090,,,stu_FSCSB52014,,1677093946634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11091,,,stu_FSCSB52014,,1677093949257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11092,,,stu_FSCSB52014,,1677093955696,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11093,,,stu_FSCSB52014,,1677093958667,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11094,,,stu_FSCSB52014,,1677093826702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11095,,,stu_FSCSB52014,,1677093830042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11096,,,stu_FSCSB52014,,1677093833722,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11097,,,stu_FSCSB52014,,1677093842652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11098,,,stu_FSCSB52014,,1677093845617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11099,,,stu_FSCSB52014,,1677093849177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11100,,,stu_FSCSB52014,,1677093851971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11101,,,stu_FSCSB52014,,1677093863976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11102,,,stu_FSCSB52014,,1677093865726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11103,,,stu_FSCSB52014,,1677093873731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11104,,,stu_FSCSB52014,,1677093877046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11105,,,stu_FSCSB52014,,1677093882691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11106,,,stu_FSCSB52014,,1677093888179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11107,,,stu_FSCSB52014,,1677093897429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11108,,,stu_FSCSB52014,,1677093320431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11109,,,stu_FSCSB52014,,1677093323678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11110,,,stu_FSCSB52014,,1677093325811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11111,,,stu_FSCSB52014,,1677093329411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11112,,,stu_FSCSB52014,,1677093447718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11113,,,stu_FSCSB52014,,1677093451151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11114,,,stu_FSCSB52014,,1677093453002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11115,,,stu_FSCSB52014,,1677093461653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11116,,,stu_FSCSB52014,,1677093465554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11117,,,stu_FSCSB52014,,1677093475531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11118,,,stu_FSCSB52014,,1677093478959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11119,,,stu_FSCSB52014,,1677093480912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11120,,,stu_FSCSB52014,,1677093486849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11121,,,stu_FSCSB52014,,1677093504498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11122,,,stu_FSCSB52014,,1676663485527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11123,,,stu_FSCSB52014,,1676663491044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11124,,,stu_FSCSB52014,,1676663506213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11125,,,stu_FSCSB52014,,1676663510757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11126,,,stu_FSCSB52014,,1676663520082,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11127,,,stu_FSCSB52014,,1676663523369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11128,,,stu_FSCSB52014,,1676663533054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11129,,,stu_FSCSB52014,,1676663533817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11130,,,stu_FSCSB52014,,1676663543171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11131,,,stu_FSCSB52014,,1676663552386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11132,,,stu_FSCSB52014,,1676663570680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11133,,,stu_FSCSB52014,,1676663572610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11134,,,stu_FSCSB52014,,1676663574950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11135,,,stu_FSCSB52014,,1676663589475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11136,,,stu_VQNBF34079,,1677553368083,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11137,,,stu_VQNBF34079,,1677553494575,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11138,,,stu_VQNBF34079,,1677553502578,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11139,,,stu_VQNBF34079,,1677553506733,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11140,,,stu_VQNBF34079,,1677553514542,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11141,,,stu_VQNBF34079,,1677553517637,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11142,,,stu_VQNBF34079,,1677553600004,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11143,,,stu_VQNBF34079,,1677553603622,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11144,,,stu_VQNBF34079,,1677553605864,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11145,,,stu_VQNBF34079,,1677553608866,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11146,,,stu_VQNBF34079,,1677553610602,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11147,,,stu_VQNBF34079,,1677553627773,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11148,,,stu_VQNBF34079,,1677553630478,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11149,,,stu_VQNBF34079,,1677553639938,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11150,,,stu_VQNBF34079,,1677553652673,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11151,,,stu_VQNBF34079,,1677553672352,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11152,,,stu_VQNBF34079,,1677553685740,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11153,,,stu_VQNBF34079,,1677553685740,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11154,,,stu_VQNBF34079,,1677553689513,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11155,,,stu_VQNBF34079,,1677553689523,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11156,,,stu_VQNBF34079,,1677553693288,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11157,,,stu_VQNBF34079,,1677553697387,,,,,,ratio_proportion_change3,ratio_proportion_change3-162,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11158,,,stu_VQNBF34079,,1677639784517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11159,,,stu_VQNBF34079,,1677639785580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11160,,,stu_VQNBF34079,,1677639787983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11161,,,stu_VQNBF34079,,1677639790338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11162,,,stu_VQNBF34079,,1677639794923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11163,,,stu_VQNBF34079,,1677639796773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11164,,,stu_VQNBF34079,,1677639799992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11165,,,stu_VQNBF34079,,1677639801023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11166,,,stu_VQNBF34079,,1677639803517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11167,,,stu_VQNBF34079,,1677639804115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11168,,,stu_VQNBF34079,,1677639815397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11169,,,stu_VQNBF34079,,1677639816445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11170,,,stu_VQNBF34079,,1677639818916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11171,,,stu_VQNBF34079,,1677639832254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11172,,,stu_VQNBF34079,,1677639833239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11173,,,stu_VQNBF34079,,1677639836351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11174,,,stu_VQNBF34079,,1677639848149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11175,,,stu_VQNBF34079,,1677447615155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11176,,,stu_VQNBF34079,,1677447615299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11177,,,stu_VQNBF34079,,1677447616730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11178,,,stu_VQNBF34079,,1677447629092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11179,,,stu_VQNBF34079,,1677447633453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11180,,,stu_VQNBF34079,,1677447637595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11181,,,stu_VQNBF34079,,1677447641450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11182,,,stu_VQNBF34079,,1677447644638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11183,,,stu_VQNBF34079,,1677447652224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11184,,,stu_VQNBF34079,,1677447654525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11185,,,stu_VQNBF34079,,1677447656237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11186,,,stu_VQNBF34079,,1677447774304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11187,,,stu_VQNBF34079,,1677447776102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11188,,,stu_VQNBF34079,,1677447778585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11189,,,stu_VQNBF34079,,1677447779949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11190,,,stu_VQNBF34079,,1677447786760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11191,,,stu_VQNBF34079,,1677447790495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11192,,,stu_VQNBF34079,,1677447791500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11193,,,stu_VQNBF34079,,1677447800869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11194,,,stu_VQNBF34079,,1677447995070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11195,,,stu_VQNBF34079,,1677447999063,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11196,,,stu_VQNBF34079,,1677448000682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11197,,,stu_VQNBF34079,,1677448002954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11198,,,stu_VQNBF34079,,1677448112751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11199,,,stu_VQNBF34079,,1677448128191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11200,,,stu_VQNBF34079,,1677448128857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11201,,,stu_VQNBF34079,,1677448130035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11202,,,stu_VQNBF34079,,1677448130863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11203,,,stu_VQNBF34079,,1677448131752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11204,,,stu_VQNBF34079,,1677448138059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11205,,,stu_VQNBF34079,,1677448141755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11206,,,stu_VQNBF34079,,1677448161092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11207,,,stu_VQNBF34079,,1677448178139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11208,,,stu_VQNBF34079,,1677448197851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11209,,,stu_VQNBF34079,,1677698352249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11210,,,stu_VQNBF34079,,1677698352263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11211,,,stu_VQNBF34079,,1677698353167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11212,,,stu_VQNBF34079,,1677698365198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11213,,,stu_VQNBF34079,,1677698369902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11214,,,stu_VQNBF34079,,1677698372977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11215,,,stu_VQNBF34079,,1677698376750,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11216,,,stu_VQNBF34079,,1677698491520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11217,,,stu_VQNBF34079,,1677698496069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11218,,,stu_VQNBF34079,,1677698522897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11219,,,stu_VQNBF34079,,1677698541449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11220,,,stu_VQNBF34079,,1677698544670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11221,,,stu_VQNBF34079,,1677698545546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11222,,,stu_VQNBF34079,,1677698580381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11223,,,stu_VQNBF34079,,1677698592417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11224,,,stu_VQNBF34079,,1677698596463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11225,,,stu_VQNBF34079,,1677698630633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11226,,,stu_VQNBF34079,,1677698634231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11227,,,stu_VQNBF34079,,1677698634232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11228,,,stu_VQNBF34079,,1677698639098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11229,,,stu_VQNBF34079,,1677698642898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-053,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11230,,,stu_ZWGAJ84582,,1673036304828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11231,,,stu_ZWGAJ84582,,1673036306581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11232,,,stu_ZWGAJ84582,,1673036307766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11233,,,stu_ZWGAJ84582,,1673036310715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11234,,,stu_ZWGAJ84582,,1673036312206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11235,,,stu_ZWGAJ84582,,1673036314568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11236,,,stu_ZWGAJ84582,,1673036315824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11237,,,stu_ZWGAJ84582,,1673036317007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11238,,,stu_ZWGAJ84582,,1673036317779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11239,,,stu_ZWGAJ84582,,1673036319849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11240,,,stu_ZWGAJ84582,,1673036321803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11241,,,stu_ZWGAJ84582,,1673036323822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11242,,,stu_ZWGAJ84582,,1673036338205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11243,,,stu_ZWGAJ84582,,1673024579114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11244,,,stu_ZWGAJ84582,,1673024582657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11245,,,stu_ZWGAJ84582,,1673024586889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11246,,,stu_ZWGAJ84582,,1673024588106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11247,,,stu_ZWGAJ84582,,1673024589298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11248,,,stu_ZWGAJ84582,,1673024591956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11249,,,stu_ZWGAJ84582,,1673024593891,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11250,,,stu_ZWGAJ84582,,1673024597619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11251,,,stu_ZWGAJ84582,,1673024598818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11252,,,stu_ZWGAJ84582,,1673024600016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11253,,,stu_ZWGAJ84582,,1673024607775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11254,,,stu_ZWGAJ84582,,1673024612828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11255,,,stu_ZWGAJ84582,,1673024614760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11256,,,stu_ZWGAJ84582,,1673024625229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11257,,,stu_WCCLS82815,,1678208506832,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11258,,,stu_WCCLS82815,,1678208508724,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11259,,,stu_WCCLS82815,,1678208511965,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11260,,,stu_WCCLS82815,,1678208513382,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11261,,,stu_WCCLS82815,,1678208514514,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11262,,,stu_WCCLS82815,,1678208517754,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11263,,,stu_WCCLS82815,,1678208519371,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11264,,,stu_WCCLS82815,,1678208525199,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11265,,,stu_WCCLS82815,,1678208527615,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11266,,,stu_WCCLS82815,,1678208530468,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11267,,,stu_WCCLS82815,,1678208534171,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11268,,,stu_WCCLS82815,,1678208535436,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11269,,,stu_WCCLS82815,,1678208538387,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11270,,,stu_WCCLS82815,,1678208540118,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11271,,,stu_WCCLS82815,,1678208545032,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11272,,,stu_WCCLS82815,,1678208550662,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11273,,,stu_WCCLS82815,,1678208553668,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11274,,,stu_WCCLS82815,,1678208555656,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11275,,,stu_WCCLS82815,,1678208559391,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11276,,,stu_WCCLS82815,,1678240270003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11277,,,stu_WCCLS82815,,1678240273187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11278,,,stu_WCCLS82815,,1678240274319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11279,,,stu_WCCLS82815,,1678240285975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11280,,,stu_WCCLS82815,,1678240288773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11281,,,stu_WCCLS82815,,1678240290459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11282,,,stu_WCCLS82815,,1678240292142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11283,,,stu_WCCLS82815,,1678240293051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11284,,,stu_WCCLS82815,,1678240295304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11285,,,stu_WCCLS82815,,1678240296619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11286,,,stu_WCCLS82815,,1678240297453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11287,,,stu_WCCLS82815,,1678240298876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11288,,,stu_WCCLS82815,,1678240300551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11289,,,stu_WCCLS82815,,1678240301803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11290,,,stu_WCCLS82815,,1678240305999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11291,,,stu_WCCLS82815,,1678240308439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11292,,,stu_WCCLS82815,,1678240311859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11293,,,stu_WCCLS82815,,1678240314144,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11294,,,stu_WCCLS82815,,1678240178271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11295,,,stu_WCCLS82815,,1678240180048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11296,,,stu_WCCLS82815,,1678240184349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11297,,,stu_WCCLS82815,,1678240187260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11298,,,stu_WCCLS82815,,1678240208826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11299,,,stu_WCCLS82815,,1678240212426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11300,,,stu_WCCLS82815,,1678240216729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11301,,,stu_WCCLS82815,,1678240217997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11302,,,stu_WCCLS82815,,1678240222069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11303,,,stu_WCCLS82815,,1678240224196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11304,,,stu_WCCLS82815,,1678240225724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11305,,,stu_WCCLS82815,,1678240226801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11306,,,stu_WCCLS82815,,1678240234017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11307,,,stu_WCCLS82815,,1678240236004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11308,,,stu_WCCLS82815,,1678240239629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11309,,,stu_WCCLS82815,,1678240240807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11310,,,stu_WCCLS82815,,1678240242949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11311,,,stu_WCCLS82815,,1678240244759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11312,,,stu_WCCLS82815,,1678240244766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11313,,,stu_WCCLS82815,,1678240249114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11314,,,stu_WCCLS82815,,1678240251538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11315,,,stu_WCCLS82815,,1678240255029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11316,,,stu_WCCLS82815,,1678240256743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11317,,,stu_WCCLS82815,,1678240259681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11318,,,stu_WCCLS82815,,1678240261463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-062,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11319,,,stu_WCCLS82815,,1678240044931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11320,,,stu_WCCLS82815,,1678240044998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11321,,,stu_WCCLS82815,,1678240047334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11322,,,stu_WCCLS82815,,1678240050177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11323,,,stu_WCCLS82815,,1678240051502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11324,,,stu_WCCLS82815,,1678240054543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11325,,,stu_WCCLS82815,,1678240057529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11326,,,stu_WCCLS82815,,1678240058530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11327,,,stu_WCCLS82815,,1678240063258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11328,,,stu_WCCLS82815,,1678240065019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11329,,,stu_WCCLS82815,,1678240067263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11330,,,stu_WCCLS82815,,1678240068184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11331,,,stu_WCCLS82815,,1678240071748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11332,,,stu_WCCLS82815,,1678240075536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11333,,,stu_WCCLS82815,,1678240081151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11334,,,stu_WCCLS82815,,1678240087976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11335,,,stu_WCCLS82815,,1678240088824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11336,,,stu_WCCLS82815,,1678240092871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11337,,,stu_WCCLS82815,,1678240095972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11338,,,stu_WCCLS82815,,1678240103753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11339,,,stu_WCCLS82815,,1678240103760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11340,,,stu_WCCLS82815,,1678240108031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11341,,,stu_WCCLS82815,,1678240111793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-11342,,,stu_DQPRV39017,,1675884579657,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11343,,,stu_DQPRV39017,,1675884581829,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11344,,,stu_DQPRV39017,,1675884586494,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11345,,,stu_DQPRV39017,,1675884589434,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11346,,,stu_DQPRV39017,,1675884591978,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11347,,,stu_DQPRV39017,,1675884595615,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11348,,,stu_DQPRV39017,,1675884600181,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11349,,,stu_DQPRV39017,,1675884602395,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11350,,,stu_DQPRV39017,,1675884605017,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11351,,,stu_DQPRV39017,,1675884611181,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11352,,,stu_DQPRV39017,,1675884618358,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11353,,,stu_DQPRV39017,,1675884625088,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11354,,,stu_DQPRV39017,,1675884630162,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11355,,,stu_DQPRV39017,,1675884634155,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11356,,,stu_DQPRV39017,,1675884635951,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11357,,,stu_DQPRV39017,,1675884641058,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11358,,,stu_DQPRV39017,,1675884646829,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow1:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11359,,,stu_DQPRV39017,,1675884653505,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11360,,,stu_DQPRV39017,,1675884660538,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11361,,,stu_DQPRV39017,,1675884663312,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11362,,,stu_DQPRV39017,,1675884666385,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11363,,,stu_DQPRV39017,,1675884669172,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11364,,,stu_DQPRV39017,,1675884671795,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11365,,,stu_DQPRV39017,,1675884676632,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11366,,,stu_DQPRV39017,,1675884689533,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11367,,,stu_DQPRV39017,,1675884689534,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11368,,,stu_DQPRV39017,,1675884696164,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11369,,,stu_DQPRV39017,,1675884699690,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11370,,,stu_DQPRV39017,,1675884869879,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11371,,,stu_DQPRV39017,,1675884875280,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11372,,,stu_DQPRV39017,,1675884877160,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11373,,,stu_DQPRV39017,,1675884879731,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11374,,,stu_DQPRV39017,,1675884882047,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11375,,,stu_DQPRV39017,,1675884883320,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11376,,,stu_DQPRV39017,,1675884890317,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11377,,,stu_DQPRV39017,,1675884891119,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11378,,,stu_DQPRV39017,,1675884892768,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11379,,,stu_DQPRV39017,,1675884899167,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11380,,,stu_DQPRV39017,,1675884909929,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11381,,,stu_DQPRV39017,,1675884715539,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11382,,,stu_DQPRV39017,,1675884720719,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11383,,,stu_DQPRV39017,,1675884728020,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11384,,,stu_DQPRV39017,,1675884730536,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11385,,,stu_DQPRV39017,,1675884733514,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11386,,,stu_DQPRV39017,,1675884737523,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11387,,,stu_DQPRV39017,,1675884738808,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11388,,,stu_DQPRV39017,,1675884740583,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11389,,,stu_DQPRV39017,,1675884755277,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11390,,,stu_DQPRV39017,,1675884757525,,,,,,ratio_proportion_change3,ratio_proportion_change3-063,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11391,,,stu_HUDPT56917,,1676988868267,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11392,,,stu_HUDPT56917,,1676988873881,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11393,,,stu_HUDPT56917,,1676988877180,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11394,,,stu_HUDPT56917,,1676988884246,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11395,,,stu_HUDPT56917,,1676988886580,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11396,,,stu_HUDPT56917,,1676988891214,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11397,,,stu_HUDPT56917,,1676988892601,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11398,,,stu_HUDPT56917,,1676988897097,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11399,,,stu_HUDPT56917,,1676988899995,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11400,,,stu_HUDPT56917,,1676988908966,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11401,,,stu_HUDPT56917,,1676988916037,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11402,,,stu_HUDPT56917,,1676988920147,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11403,,,stu_HUDPT56917,,1676988922948,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11404,,,stu_HUDPT56917,,1676988925083,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11405,,,stu_HUDPT56917,,1676988950120,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11406,,,stu_HUDPT56917,,1676988957459,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11407,,,stu_HUDPT56917,,1676988960144,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11408,,,stu_HUDPT56917,,1676988967688,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11409,,,stu_HUDPT56917,,1676988969169,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11410,,,stu_HUDPT56917,,1676988972600,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11411,,,stu_HUDPT56917,,1676988979869,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11412,,,stu_JVTNZ83194,,1684709509861,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11413,,,stu_JVTNZ83194,,1684709509946,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11414,,,stu_JVTNZ83194,,1684709513565,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11415,,,stu_JVTNZ83194,,1684709526104,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11416,,,stu_JVTNZ83194,,1684709543228,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11417,,,stu_JVTNZ83194,,1684709547233,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11418,,,stu_JVTNZ83194,,1684709548559,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11419,,,stu_JVTNZ83194,,1684709553323,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11420,,,stu_JVTNZ83194,,1684709555360,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11421,,,stu_JVTNZ83194,,1684709557679,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11422,,,stu_JVTNZ83194,,1684709560899,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11423,,,stu_JVTNZ83194,,1684709562035,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11424,,,stu_JVTNZ83194,,1684709564770,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11425,,,stu_JVTNZ83194,,1684709567972,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11426,,,stu_JVTNZ83194,,1684709569086,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11427,,,stu_JVTNZ83194,,1684709579784,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11428,,,stu_JVTNZ83194,,1684709599003,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11429,,,stu_JVTNZ83194,,1684709609324,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11430,,,stu_JVTNZ83194,,1684709624231,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11431,,,stu_JVTNZ83194,,1684709633634,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11432,,,stu_JVTNZ83194,,1684709633696,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11433,,,stu_JVTNZ83194,,1684709636977,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11434,,,stu_JVTNZ83194,,1684709641265,,,,,,ratio_proportion_change3,ratio_proportion_change3-068,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11435,,,stu_ZDBEX63974,,1683564633721,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11436,,,stu_ZDBEX63974,,1683564641698,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11437,,,stu_ZDBEX63974,,1683564645480,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11438,,,stu_ZDBEX63974,,1683564649915,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11439,,,stu_ZDBEX63974,,1683564652736,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11440,,,stu_ZDBEX63974,,1683564655590,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11441,,,stu_ZDBEX63974,,1683564657993,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11442,,,stu_ZDBEX63974,,1683564676846,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11443,,,stu_ZDBEX63974,,1683564679339,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11444,,,stu_ZDBEX63974,,1683564681838,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11445,,,stu_ZDBEX63974,,1683564683776,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11446,,,stu_ZDBEX63974,,1683564696296,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11447,,,stu_ZDBEX63974,,1683564714131,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11448,,,stu_ZDBEX63974,,1683564719823,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11449,,,stu_ZDBEX63974,,1683564724207,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11450,,,stu_ZDBEX63974,,1683564727010,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11451,,,stu_ZDBEX63974,,1683564729507,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11452,,,stu_ZDBEX63974,,1683564747564,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11453,,,stu_ZDBEX63974,,1683564750672,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11454,,,stu_BZYPK82036,,1681750612340,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11455,,,stu_BZYPK82036,,1681750622141,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11456,,,stu_BZYPK82036,,1681750624981,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11457,,,stu_BZYPK82036,,1681750627284,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11458,,,stu_BZYPK82036,,1681750630109,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11459,,,stu_BZYPK82036,,1681750632352,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11460,,,stu_BZYPK82036,,1681750634409,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11461,,,stu_BZYPK82036,,1681750636089,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11462,,,stu_BZYPK82036,,1681750637721,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11463,,,stu_BZYPK82036,,1681750639857,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11464,,,stu_BZYPK82036,,1681750653911,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11465,,,stu_BZYPK82036,,1681750656885,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11466,,,stu_BZYPK82036,,1681750660625,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11467,,,stu_BZYPK82036,,1681750714283,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-11468,,,stu_BYESJ08320,,1680918826338,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11469,,,stu_BYESJ08320,,1680918826412,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11470,,,stu_BYESJ08320,,1680918828267,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11471,,,stu_BYESJ08320,,1680918833867,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11472,,,stu_BYESJ08320,,1680918845181,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11473,,,stu_BYESJ08320,,1680918847835,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11474,,,stu_BYESJ08320,,1680918853488,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11475,,,stu_BYESJ08320,,1680918878102,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11476,,,stu_BYESJ08320,,1680918894530,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11477,,,stu_BYESJ08320,,1680918954293,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11478,,,stu_BYESJ08320,,1680918954371,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11479,,,stu_BYESJ08320,,1680918958506,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11480,,,stu_BYESJ08320,,1680918994146,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11481,,,stu_BYESJ08320,,1680918997972,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11482,,,stu_BYESJ08320,,1680918998517,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11483,,,stu_BYESJ08320,,1680919000538,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,EquationAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11484,,,stu_BYESJ08320,,1680919000959,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11485,,,stu_BYESJ08320,,1680919001607,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11486,,,stu_BYESJ08320,,1680919003773,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11487,,,stu_BYESJ08320,,1680919006147,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11488,,,stu_BYESJ08320,,1680919010417,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11489,,,stu_BYESJ08320,,1680919013233,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11490,,,stu_BYESJ08320,,1680919017352,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11491,,,stu_BYESJ08320,,1680919018314,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11492,,,stu_BYESJ08320,,1680919018382,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11493,,,stu_BYESJ08320,,1680919022866,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11494,,,stu_BYESJ08320,,1680919026254,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11495,,,stu_BYESJ08320,,1680919027753,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11496,,,stu_BYESJ08320,,1680919030641,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11497,,,stu_BYESJ08320,,1680919032291,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11498,,,stu_BYESJ08320,,1680919038492,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11499,,,stu_BYESJ08320,,1680919044340,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11500,,,stu_BYESJ08320,,1680919044384,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11501,,,stu_BYESJ08320,,1680919050281,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11502,,,stu_BYESJ08320,,1680919052835,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11503,,,stu_BYESJ08320,,1680919066074,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11504,,,stu_BYESJ08320,,1680919068516,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11505,,,stu_BYESJ08320,,1680919071504,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11506,,,stu_BYESJ08320,,1680919071517,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11507,,,stu_BYESJ08320,,1680919265248,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11508,,,stu_BYESJ08320,,1680919265263,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11509,,,stu_BYESJ08320,,1680919268543,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11510,,,stu_BYESJ08320,,1680919272574,,,,,,ratio_proportion_change3,ratio_proportion_change3-087,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11511,,,stu_LPDWQ16928,,1676074297233,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11512,,,stu_LPDWQ16928,,1676074303125,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11513,,,stu_LPDWQ16928,,1676074310720,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11514,,,stu_LPDWQ16928,,1676074314176,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11515,,,stu_LPDWQ16928,,1676074319233,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11516,,,stu_LPDWQ16928,,1676074328491,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11517,,,stu_LPDWQ16928,,1676074334527,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11518,,,stu_LPDWQ16928,,1676074337559,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11519,,,stu_LPDWQ16928,,1676074343330,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11520,,,stu_LPDWQ16928,,1676074358277,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11521,,,stu_LPDWQ16928,,1676074360905,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11522,,,stu_LPDWQ16928,,1676074364988,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11523,,,stu_LPDWQ16928,,1676074366974,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11524,,,stu_LPDWQ16928,,1676074385244,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11525,,,stu_LPDWQ16928,,1676074388374,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11526,,,stu_LPDWQ16928,,1676074397766,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11527,,,stu_LPDWQ16928,,1676074400847,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11528,,,stu_LPDWQ16928,,1676074439147,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11529,,,stu_LPDWQ16928,,1676074439169,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11530,,,stu_LPDWQ16928,,1676074445853,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11531,,,stu_LPDWQ16928,,1676074457819,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-11532,,,stu_DAGXD96198,,1666625924558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11533,,,stu_DAGXD96198,,1666625930389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11534,,,stu_DAGXD96198,,1666625936108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11535,,,stu_DAGXD96198,,1666625940747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11536,,,stu_DAGXD96198,,1666625945367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11537,,,stu_DAGXD96198,,1666625947321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11538,,,stu_DAGXD96198,,1666625962787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11539,,,stu_DAGXD96198,,1666625973704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11540,,,stu_DAGXD96198,,1666625975346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11541,,,stu_DAGXD96198,,1666625975372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11542,,,stu_DAGXD96198,,1666625983754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11543,,,stu_DAGXD96198,,1666625988436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11544,,,stu_DAGXD96198,,1666625992001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11545,,,stu_DAGXD96198,,1666625994961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11546,,,stu_DAGXD96198,,1666625994990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11547,,,stu_DAGXD96198,,1666626001475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11548,,,stu_DAGXD96198,,1666626001500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11549,,,stu_DAGXD96198,,1666626007377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11550,,,stu_DAGXD96198,,1666626007404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11551,,,stu_DAGXD96198,,1666626025603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11552,,,stu_DAGXD96198,,1666626025630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11553,,,stu_DAGXD96198,,1666626031901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11554,,,stu_DAGXD96198,,1666626031928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11555,,,stu_DAGXD96198,,1666626036356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11556,,,stu_DAGXD96198,,1666626040446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,NumeratorFactor,8,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11557,,,stu_DAGXD96198,,1666626043941,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11558,,,stu_DAGXD96198,,1666626045937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11559,,,stu_DAGXD96198,,1666626055021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11560,,,stu_DAGXD96198,,1666626063863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11561,,,stu_DAGXD96198,,1666626075355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11562,,,stu_DAGXD96198,,1666626078566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11563,,,stu_DAGXD96198,,1666626086577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11564,,,stu_DAGXD96198,,1666626090184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11565,,,stu_DAGXD96198,,1666626092870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11566,,,stu_DAGXD96198,,1666626096505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11567,,,stu_DAGXD96198,,1666626101624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11568,,,stu_DAGXD96198,,1666626104368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11569,,,stu_DAGXD96198,,1666626107415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11570,,,stu_DAGXD96198,,1666626107448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11571,,,stu_DAGXD96198,,1666626110309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11572,,,stu_DAGXD96198,,1666626110344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11573,,,stu_DAGXD96198,,1666626113818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11574,,,stu_DAGXD96198,,1666626113846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11575,,,stu_DAGXD96198,,1666626118341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11576,,,stu_DAGXD96198,,1666626122477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow2:1,7,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11577,,,stu_DAGXD96198,,1666626127061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11578,,,stu_DAGXD96198,,1666626129253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11579,,,stu_DAGXD96198,,1666626132520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11580,,,stu_DAGXD96198,,1666626135042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11581,,,stu_DAGXD96198,,1666626135065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11582,,,stu_DAGXD96198,,1666626142507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11583,,,stu_DAGXD96198,,1666626145982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11584,,,stu_DAGXD96198,,1666626157560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11585,,,stu_DAGXD96198,,1666626166522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11586,,,stu_DAGXD96198,,1666626168787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11587,,,stu_DAGXD96198,,1666626178081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,7,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11588,,,stu_DAGXD96198,,1666626178107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11589,,,stu_DAGXD96198,,1666626182989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11590,,,stu_DAGXD96198,,1666626186907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-032,,,FinalAnswer,8,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-11591,,,stu_AJRJM83472,,1675873160559,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11592,,,stu_AJRJM83472,,1675873164834,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11593,,,stu_AJRJM83472,,1675873216331,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11594,,,stu_AJRJM83472,,1675873220760,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11595,,,stu_AJRJM83472,,1675873223363,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11596,,,stu_AJRJM83472,,1675873260852,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11597,,,stu_AJRJM83472,,1675873271845,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11598,,,stu_AJRJM83472,,1675873285342,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11599,,,stu_AJRJM83472,,1675873290363,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11600,,,stu_AJRJM83472,,1675873292969,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11601,,,stu_AJRJM83472,,1675873294770,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11602,,,stu_AJRJM83472,,1675873294786,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11603,,,stu_AJRJM83472,,1675873309067,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11604,,,stu_AJRJM83472,,1675873309077,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11605,,,stu_AJRJM83472,,1675873315339,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11606,,,stu_AJRJM83472,,1675873315355,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11607,,,stu_AJRJM83472,,1675873318425,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorFactor,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11608,,,stu_AJRJM83472,,1675873318453,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11609,,,stu_AJRJM83472,,1675873322823,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11610,,,stu_AJRJM83472,,1675873325673,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11611,,,stu_AJRJM83472,,1675873327131,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,NumeratorFactor,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11612,,,stu_AJRJM83472,,1675873328452,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11613,,,stu_AJRJM83472,,1675873332287,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11614,,,stu_AJRJM83472,,1675873334113,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11615,,,stu_AJRJM83472,,1675873334131,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11616,,,stu_AJRJM83472,,1675873338126,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11617,,,stu_AJRJM83472,,1675873339593,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11618,,,stu_AJRJM83472,,1675873341320,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11619,,,stu_AJRJM83472,,1675873348374,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11620,,,stu_AJRJM83472,,1675873351542,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11621,,,stu_AJRJM83472,,1675873353595,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11622,,,stu_AJRJM83472,,1675873354660,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11623,,,stu_AJRJM83472,,1675873367699,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11624,,,stu_AJRJM83472,,1675873380406,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11625,,,stu_AJRJM83472,,1675873385261,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11626,,,stu_AJRJM83472,,1675873385289,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11627,,,stu_AJRJM83472,,1675873388739,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11628,,,stu_AJRJM83472,,1675873391923,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11629,,,stu_AJRJM83472,,1675873397952,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11630,,,stu_AJRJM83472,,1675873400730,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11631,,,stu_AJRJM83472,,1675873404150,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11632,,,stu_AJRJM83472,,1675873404170,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11633,,,stu_AJRJM83472,,1675873406652,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11634,,,stu_AJRJM83472,,1675873426376,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11635,,,stu_AJRJM83472,,1675873432192,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11636,,,stu_AJRJM83472,,1675873433361,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,7,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11637,,,stu_AJRJM83472,,1675873436913,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,8,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11638,,,stu_AJRJM83472,,1675873440053,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,9,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11639,,,stu_AJRJM83472,,1675873440072,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11640,,,stu_AJRJM83472,,1675873445204,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11641,,,stu_AJRJM83472,,1675873449834,,,,,,ratio_proportion_change3,ratio_proportion_change3-040,,,FinalAnswer,10,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11642,,,stu_CVDCU22496,,1680063793315,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11643,,,stu_CVDCU22496,,1680063793387,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11644,,,stu_CVDCU22496,,1680063796159,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11645,,,stu_CVDCU22496,,1680063799819,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11646,,,stu_CVDCU22496,,1680063810371,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11647,,,stu_CVDCU22496,,1680063814268,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11648,,,stu_CVDCU22496,,1680063816643,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11649,,,stu_CVDCU22496,,1680063820379,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11650,,,stu_CVDCU22496,,1680063827553,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11651,,,stu_CVDCU22496,,1680063827553,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11652,,,stu_CVDCU22496,,1680063827553,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11653,,,stu_CVDCU22496,,1680063827553,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11654,,,stu_CVDCU22496,,1680063831387,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11655,,,stu_CVDCU22496,,1680063835833,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11656,,,stu_CVDCU22496,,1680063838446,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11657,,,stu_CVDCU22496,,1680063841254,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11658,,,stu_CVDCU22496,,1680063842908,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11659,,,stu_CVDCU22496,,1680063846659,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11660,,,stu_CVDCU22496,,1680063848541,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11661,,,stu_CVDCU22496,,1680063850164,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11662,,,stu_CVDCU22496,,1680063878896,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11663,,,stu_CVDCU22496,,1680063881021,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11664,,,stu_CVDCU22496,,1680063884795,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11665,,,stu_CVDCU22496,,1680063887245,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11666,,,stu_CVDCU22496,,1680063891690,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11667,,,stu_CVDCU22496,,1680063895459,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11668,,,stu_CVDCU22496,,1680063898410,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11669,,,stu_CVDCU22496,,1680063905412,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11670,,,stu_CVDCU22496,,1680063907427,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11671,,,stu_CVDCU22496,,1680063911593,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11672,,,stu_CVDCU22496,,1680063918691,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11673,,,stu_CVDCU22496,,1680063918691,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11674,,,stu_CVDCU22496,,1680063918691,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11675,,,stu_CVDCU22496,,1680063918691,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11676,,,stu_CVDCU22496,,1680063920100,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11677,,,stu_CVDCU22496,,1680063923320,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11678,,,stu_CVDCU22496,,1680063925537,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11679,,,stu_ZLIMQ51390,,1675694396486,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11680,,,stu_ZLIMQ51390,,1675694396567,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11681,,,stu_ZLIMQ51390,,1675694398352,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11682,,,stu_ZLIMQ51390,,1675694403560,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11683,,,stu_ZLIMQ51390,,1675694404630,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11684,,,stu_ZLIMQ51390,,1675694405739,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11685,,,stu_ZLIMQ51390,,1675694409366,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11686,,,stu_ZLIMQ51390,,1675694412803,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11687,,,stu_ZLIMQ51390,,1675694413636,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11688,,,stu_ZLIMQ51390,,1675694415046,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11689,,,stu_ZLIMQ51390,,1675694415959,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11690,,,stu_ZLIMQ51390,,1675694426679,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11691,,,stu_ZLIMQ51390,,1675694430117,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11692,,,stu_ZLIMQ51390,,1675694434740,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11693,,,stu_ZLIMQ51390,,1675694436879,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11694,,,stu_ZLIMQ51390,,1675694441541,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11695,,,stu_ZLIMQ51390,,1675694443370,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11696,,,stu_ZLIMQ51390,,1675694446822,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11697,,,stu_ZLIMQ51390,,1675694448326,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11698,,,stu_ZLIMQ51390,,1675694454559,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11699,,,stu_ZLIMQ51390,,1675694461976,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11700,,,stu_ZLIMQ51390,,1675694464201,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11701,,,stu_ZLIMQ51390,,1675694467795,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11702,,,stu_ZLIMQ51390,,1675694470696,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11703,,,stu_ZLIMQ51390,,1675694471989,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11704,,,stu_ZLIMQ51390,,1675694475018,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11705,,,stu_ZLIMQ51390,,1675694481257,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11706,,,stu_ZLIMQ51390,,1675694483200,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11707,,,stu_ZLIMQ51390,,1675694486299,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11708,,,stu_ZLIMQ51390,,1675694490299,,,,,,ratio_proportion_change3,ratio_proportion_change3-058,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11709,,,stu_ZLIMQ51390,,1675695267813,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11710,,,stu_ZLIMQ51390,,1675695270493,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11711,,,stu_ZLIMQ51390,,1675695275084,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11712,,,stu_ZLIMQ51390,,1675695277091,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11713,,,stu_ZLIMQ51390,,1675695304920,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11714,,,stu_ZLIMQ51390,,1675695308369,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11715,,,stu_ZLIMQ51390,,1675695312034,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11716,,,stu_ZLIMQ51390,,1675695313761,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11717,,,stu_ZLIMQ51390,,1675695315147,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11718,,,stu_ZLIMQ51390,,1675695316899,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11719,,,stu_ZLIMQ51390,,1675695318568,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11720,,,stu_ZLIMQ51390,,1675695332600,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11721,,,stu_ZLIMQ51390,,1675695334789,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11722,,,stu_ZLIMQ51390,,1675695337951,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11723,,,stu_ZLIMQ51390,,1675695339449,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11724,,,stu_ZLIMQ51390,,1675695340905,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11725,,,stu_ZLIMQ51390,,1675695342344,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11726,,,stu_ZLIMQ51390,,1675695349143,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11727,,,stu_ZLIMQ51390,,1675695353284,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11728,,,stu_ZLIMQ51390,,1675695353285,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11729,,,stu_ZLIMQ51390,,1675695356859,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11730,,,stu_ZLIMQ51390,,1675695361890,,,,,,ratio_proportion_change3,ratio_proportion_change3-072,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11731,,,stu_AZSXI91837,,1681318358161,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11732,,,stu_AZSXI91837,,1681318360575,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11733,,,stu_AZSXI91837,,1681318362779,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11734,,,stu_AZSXI91837,,1681318363978,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11735,,,stu_AZSXI91837,,1681318365841,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11736,,,stu_AZSXI91837,,1681318366774,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11737,,,stu_AZSXI91837,,1681318367796,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11738,,,stu_AZSXI91837,,1681318369185,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11739,,,stu_AZSXI91837,,1681318369765,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11740,,,stu_AZSXI91837,,1681318380344,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11741,,,stu_AZSXI91837,,1681318381196,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11742,,,stu_AZSXI91837,,1681318382771,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11743,,,stu_AZSXI91837,,1681318388105,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-11744,,,stu_NOCEY39201,,1678299481959,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11745,,,stu_NOCEY39201,,1678299481966,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11746,,,stu_NOCEY39201,,1678299483408,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11747,,,stu_NOCEY39201,,1678299486242,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11748,,,stu_NOCEY39201,,1678299489257,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11749,,,stu_NOCEY39201,,1678299492972,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11750,,,stu_NOCEY39201,,1678299494502,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11751,,,stu_NOCEY39201,,1678299496349,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11752,,,stu_NOCEY39201,,1678299497184,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11753,,,stu_NOCEY39201,,1678299504906,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11754,,,stu_NOCEY39201,,1678299515069,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11755,,,stu_NOCEY39201,,1678299516512,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11756,,,stu_NOCEY39201,,1678299519992,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11757,,,stu_NOCEY39201,,1678299522799,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11758,,,stu_NOCEY39201,,1678299525898,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11759,,,stu_NOCEY39201,,1678299528456,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11760,,,stu_NOCEY39201,,1678299530186,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11761,,,stu_NOCEY39201,,1678299537125,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11762,,,stu_NOCEY39201,,1678299541177,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11763,,,stu_NOCEY39201,,1678299545196,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11764,,,stu_NOCEY39201,,1678299545268,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11765,,,stu_NOCEY39201,,1678299550179,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11766,,,stu_NOCEY39201,,1678299563046,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11767,,,stu_NOCEY39201,,1678299573419,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11768,,,stu_NOCEY39201,,1678299578026,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11769,,,stu_NOCEY39201,,1678299578041,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11770,,,stu_NOCEY39201,,1678299579521,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11771,,,stu_NOCEY39201,,1678299581171,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11772,,,stu_NOCEY39201,,1678299585219,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11773,,,stu_NOCEY39201,,1678299586957,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11774,,,stu_NOCEY39201,,1678299586960,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11775,,,stu_NOCEY39201,,1678299590517,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11776,,,stu_NOCEY39201,,1678299594432,,,,,,ratio_proportion_change3,ratio_proportion_change3-042,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-11777,,,stu_TZFZR77390,,1678904928044,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11778,,,stu_TZFZR77390,,1678904939088,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11779,,,stu_TZFZR77390,,1678904942487,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11780,,,stu_TZFZR77390,,1678904947234,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11781,,,stu_TZFZR77390,,1678904953966,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11782,,,stu_TZFZR77390,,1678904956904,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11783,,,stu_TZFZR77390,,1678904958437,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11784,,,stu_TZFZR77390,,1678904963007,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11785,,,stu_TZFZR77390,,1678904963728,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorFactor,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11786,,,stu_TZFZR77390,,1678904964169,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorFactor,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11787,,,stu_TZFZR77390,,1678904964196,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11788,,,stu_TZFZR77390,,1678904967631,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11789,,,stu_TZFZR77390,,1678904969790,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11790,,,stu_TZFZR77390,,1678904971718,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11791,,,stu_TZFZR77390,,1678904972549,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11792,,,stu_TZFZR77390,,1678904983218,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11793,,,stu_TZFZR77390,,1678904995548,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11794,,,stu_TZFZR77390,,1678904995568,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11795,,,stu_TZFZR77390,,1678904999226,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11796,,,stu_TZFZR77390,,1678905004469,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11797,,,stu_TZFZR77390,,1678905004867,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11798,,,stu_TZFZR77390,,1678905006374,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11799,,,stu_TZFZR77390,,1678905009359,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11800,,,stu_TZFZR77390,,1678905011804,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11801,,,stu_TZFZR77390,,1678905013442,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11802,,,stu_TZFZR77390,,1678905016011,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11803,,,stu_TZFZR77390,,1678905018545,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11804,,,stu_TZFZR77390,,1678905021704,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11805,,,stu_TZFZR77390,,1678905022199,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11806,,,stu_TZFZR77390,,1678905022565,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11807,,,stu_TZFZR77390,,1678905022586,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11808,,,stu_TZFZR77390,,1678905027942,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11809,,,stu_TZFZR77390,,1678905031076,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11810,,,stu_TZFZR77390,,1678905036826,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11811,,,stu_TZFZR77390,,1678905037647,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11812,,,stu_TZFZR77390,,1678905038849,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11813,,,stu_TZFZR77390,,1678905040526,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11814,,,stu_TZFZR77390,,1678905041078,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11815,,,stu_TZFZR77390,,1678905041578,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11816,,,stu_TZFZR77390,,1678905041614,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11817,,,stu_TZFZR77390,,1678905047309,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11818,,,stu_TZFZR77390,,1678905052130,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11819,,,stu_HHUVP76723,,1684502383218,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11820,,,stu_HHUVP76723,,1684502386770,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11821,,,stu_HHUVP76723,,1684502388165,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11822,,,stu_HHUVP76723,,1684502391757,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11823,,,stu_HHUVP76723,,1684502394158,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11824,,,stu_HHUVP76723,,1684502396677,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11825,,,stu_HHUVP76723,,1684502400838,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11826,,,stu_HHUVP76723,,1684502402535,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11827,,,stu_HHUVP76723,,1684502403403,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11828,,,stu_HHUVP76723,,1684502418419,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11829,,,stu_HHUVP76723,,1684502421225,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11830,,,stu_HHUVP76723,,1684502423001,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11831,,,stu_HHUVP76723,,1684502428492,,,,,,ratio_proportion_change3,ratio_proportion_change3-037,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11832,,,stu_JUDSQ88824,,1670811381692,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11833,,,stu_JUDSQ88824,,1670811381784,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11834,,,stu_JUDSQ88824,,1670811383476,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11835,,,stu_JUDSQ88824,,1670811390312,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11836,,,stu_JUDSQ88824,,1670811394239,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11837,,,stu_JUDSQ88824,,1670811401814,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11838,,,stu_JUDSQ88824,,1670811405953,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11839,,,stu_JUDSQ88824,,1670811408734,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11840,,,stu_JUDSQ88824,,1670811412805,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11841,,,stu_JUDSQ88824,,1670811416453,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11842,,,stu_JUDSQ88824,,1670811420384,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11843,,,stu_JUDSQ88824,,1670811426077,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11844,,,stu_JUDSQ88824,,1670811430745,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11845,,,stu_JUDSQ88824,,1670811442428,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11846,,,stu_JUDSQ88824,,1670811461819,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11847,,,stu_JUDSQ88824,,1670811467620,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11848,,,stu_JUDSQ88824,,1670811469572,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11849,,,stu_JUDSQ88824,,1670811473149,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11850,,,stu_JUDSQ88824,,1670811475282,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11851,,,stu_JUDSQ88824,,1670811477673,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11852,,,stu_JUDSQ88824,,1670811482825,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11853,,,stu_JUDSQ88824,,1670811486457,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11854,,,stu_JUDSQ88824,,1670811491556,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11855,,,stu_JUDSQ88824,,1670811499510,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11856,,,stu_JUDSQ88824,,1670811503025,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11857,,,stu_JUDSQ88824,,1670811514680,,,,,,ratio_proportion_change3,ratio_proportion_change3-056,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-11858,,,stu_FSCSB52014,,1676663111290,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11859,,,stu_FSCSB52014,,1676663117946,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11860,,,stu_FSCSB52014,,1676663121666,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11861,,,stu_FSCSB52014,,1676663127399,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11862,,,stu_FSCSB52014,,1676663131637,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11863,,,stu_FSCSB52014,,1676663134590,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11864,,,stu_FSCSB52014,,1676663139949,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11865,,,stu_FSCSB52014,,1676663142968,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11866,,,stu_FSCSB52014,,1676663148438,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11867,,,stu_FSCSB52014,,1676663151486,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11868,,,stu_FSCSB52014,,1676663152448,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11869,,,stu_FSCSB52014,,1676663155908,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11870,,,stu_FSCSB52014,,1676663160306,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11871,,,stu_FSCSB52014,,1676663166214,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11872,,,stu_FSCSB52014,,1676663166559,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11873,,,stu_FSCSB52014,,1676663166613,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11874,,,stu_FSCSB52014,,1676663171730,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11875,,,stu_FSCSB52014,,1676663192078,,,,,,ratio_proportion_change3,ratio_proportion_change3-059,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-11876,,,stu_NSIQV68429,,1684155463384,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11877,,,stu_NSIQV68429,,1684155467077,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11878,,,stu_NSIQV68429,,1684155468619,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11879,,,stu_NSIQV68429,,1684155473304,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11880,,,stu_NSIQV68429,,1684155475661,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11881,,,stu_NSIQV68429,,1684155480936,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11882,,,stu_NSIQV68429,,1684155482111,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11883,,,stu_NSIQV68429,,1684155484983,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11884,,,stu_NSIQV68429,,1684155497588,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11885,,,stu_NSIQV68429,,1684155506257,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11886,,,stu_NSIQV68429,,1684155509757,,,,,,ratio_proportion_change3,ratio_proportion_change3-034,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-11887,,,stu_NBYDC54963,,1677217294165,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11888,,,stu_NBYDC54963,,1677217294185,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11889,,,stu_NBYDC54963,,1677217296520,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11890,,,stu_NBYDC54963,,1677217316487,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11891,,,stu_NBYDC54963,,1677217319364,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11892,,,stu_NBYDC54963,,1677217321524,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11893,,,stu_NBYDC54963,,1677217329844,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11894,,,stu_NBYDC54963,,1677217340997,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11895,,,stu_NBYDC54963,,1677217342194,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11896,,,stu_NBYDC54963,,1677217345525,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11897,,,stu_NBYDC54963,,1677217347524,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11898,,,stu_NBYDC54963,,1677217350570,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11899,,,stu_NBYDC54963,,1677217351693,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11900,,,stu_NBYDC54963,,1677217353980,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11901,,,stu_NBYDC54963,,1677217355864,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11902,,,stu_NBYDC54963,,1677217409498,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11903,,,stu_NBYDC54963,,1677217414860,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11904,,,stu_NBYDC54963,,1677217420749,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11905,,,stu_NBYDC54963,,1677217421605,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11906,,,stu_NBYDC54963,,1677217423977,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11907,,,stu_NBYDC54963,,1677217426063,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11908,,,stu_NBYDC54963,,1677217434390,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11909,,,stu_NBYDC54963,,1677217437395,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11910,,,stu_NBYDC54963,,1677217438747,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11911,,,stu_NBYDC54963,,1677217450525,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11912,,,stu_NBYDC54963,,1677217450531,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11913,,,stu_NBYDC54963,,1677217463186,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11914,,,stu_NBYDC54963,,1677217481566,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-11915,,,stu_VQNBF34079,,1677268928754,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11916,,,stu_VQNBF34079,,1677268935784,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11917,,,stu_VQNBF34079,,1677268940590,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11918,,,stu_VQNBF34079,,1677268946501,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11919,,,stu_VQNBF34079,,1677268948671,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11920,,,stu_VQNBF34079,,1677268953410,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11921,,,stu_VQNBF34079,,1677268962944,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11922,,,stu_VQNBF34079,,1677268969808,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11923,,,stu_VQNBF34079,,1677268973047,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11924,,,stu_VQNBF34079,,1677268975683,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11925,,,stu_VQNBF34079,,1677268977123,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11926,,,stu_VQNBF34079,,1677268984754,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11927,,,stu_VQNBF34079,,1677269006475,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11928,,,stu_VQNBF34079,,1677269013571,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11929,,,stu_VQNBF34079,,1677269017418,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11930,,,stu_VQNBF34079,,1677269026925,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11931,,,stu_VQNBF34079,,1677269048819,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11932,,,stu_VQNBF34079,,1677269054316,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11933,,,stu_VQNBF34079,,1677269116252,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11934,,,stu_VQNBF34079,,1677269116256,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11935,,,stu_VQNBF34079,,1677269119462,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-11936,,,stu_VQNBF34079,,1677269123827,,,,,,ratio_proportion_change3,ratio_proportion_change3-041,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
+1,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+2,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+3,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+4,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+5,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+6,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+7,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+8,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+9,,,stu_CJCOF94733,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+10,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+11,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+12,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+13,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+14,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+15,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+16,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+17,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+18,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+19,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+20,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+21,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+22,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+23,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+24,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+25,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+26,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+27,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+28,,,stu_LNHBT06808,,0,12,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+29,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+30,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+31,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+32,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+33,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+34,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+35,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+36,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+37,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+38,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+39,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+40,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+41,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+42,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+43,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+44,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+45,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+46,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+47,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+48,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+49,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+50,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+51,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+52,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+53,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+54,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+55,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+56,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+57,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+58,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+59,,,stu_LNHBT06808,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+60,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+61,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+62,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+63,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+64,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+65,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+66,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+67,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+68,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+69,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+70,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+71,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+72,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+73,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+74,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+75,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+76,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+77,,,stu_WPMFM90794,,0,10,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+78,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+79,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+80,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+81,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+82,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+83,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+84,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+85,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+86,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+87,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+88,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+89,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+90,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+91,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+92,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+93,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+94,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+95,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+96,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+97,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+98,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+99,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+100,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+101,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+102,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+103,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+104,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+105,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+106,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+107,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+108,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+109,,,stu_IUOCV11342,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+110,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+111,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+112,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+113,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+114,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+115,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+116,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+117,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+118,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+119,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+120,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+121,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+122,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+123,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+124,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+125,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+126,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+127,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+128,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+129,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+130,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+131,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+132,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+133,,,stu_IUOCV11342,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+134,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+135,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+136,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+137,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+138,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+139,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+140,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+141,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+142,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+143,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+144,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+145,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+146,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+147,,,stu_GWJVP81566,,0,9,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+148,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+149,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+150,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+151,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+152,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+153,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+154,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+155,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+156,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+157,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+158,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+159,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+160,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+161,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+162,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+163,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+164,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+165,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+166,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+167,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+168,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+169,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+170,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+171,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+172,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+173,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+174,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+175,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+176,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+177,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+178,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+179,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+180,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+181,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+182,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+183,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+184,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+185,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+186,,,stu_GWJVP81566,,0,20,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+187,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+188,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+189,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+190,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+191,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+192,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+193,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+194,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+195,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+196,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+197,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+198,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+199,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+200,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+201,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+202,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+203,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+204,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+205,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+206,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+207,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+208,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+209,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+210,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+211,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+212,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+213,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+214,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+215,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+216,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+217,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+218,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+219,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+220,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+221,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+222,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+223,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+224,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+225,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+226,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+227,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+228,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+229,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+230,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+231,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+232,,,stu_GWJVP81566,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+233,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+234,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+235,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+236,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+237,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+238,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+239,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+240,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+241,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+242,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+243,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+244,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+245,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+246,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+247,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+248,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+249,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+250,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+251,,,stu_GWJVP81566,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+252,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+253,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+254,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+255,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+256,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+257,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+258,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+259,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+260,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+261,,,stu_KWFRR68963,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+262,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+263,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+264,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+265,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+266,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+267,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+268,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+269,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+270,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+271,,,stu_KWFRR68963,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+272,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+273,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+274,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+275,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+276,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+277,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+278,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+279,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+280,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+281,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+282,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+283,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+284,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+285,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+286,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+287,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+288,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+289,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+290,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+291,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+292,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+293,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+294,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+295,,,stu_KZGQP54385,,0,10,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+296,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+297,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+298,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+299,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+300,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+301,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+302,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+303,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+304,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+305,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+306,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+307,,,stu_KZGQP54385,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+308,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+309,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+310,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+311,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+312,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+313,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+314,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+315,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+316,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+317,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+318,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+319,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+320,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+321,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+322,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+323,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+324,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+325,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+326,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+327,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+328,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+329,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+330,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+331,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+332,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+333,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+334,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+335,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+336,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+337,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+338,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+339,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+340,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+341,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+342,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+343,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+344,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+345,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+346,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+347,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+348,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+349,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+350,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+351,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+352,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+353,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+354,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+355,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+356,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+357,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+358,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+359,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+360,,,stu_LLPBR01433,,0,19,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+361,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+362,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+363,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+364,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+365,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+366,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+367,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+368,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+369,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+370,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+371,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+372,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+373,,,stu_LLPBR01433,,0,10,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+374,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+375,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+376,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+377,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+378,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+379,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+380,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+381,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+382,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+383,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+384,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+385,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+386,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+387,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+388,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+389,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+390,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+391,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+392,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+393,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+394,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+395,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+396,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+397,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-004,ratio_proportion_change3-004,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+398,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+399,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+400,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+401,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+402,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+403,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+404,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+405,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+406,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+407,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+408,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+409,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+410,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+411,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+412,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+413,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+414,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+415,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+416,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+417,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+418,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+419,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+420,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+421,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+422,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+423,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+424,,,stu_PTUGO35041,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+425,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+426,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+427,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+428,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+429,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+430,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+431,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+432,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+433,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+434,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+435,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+436,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+437,,,stu_PTUGO35041,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+438,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+439,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+440,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+441,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+442,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+443,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+444,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+445,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+446,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+447,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+448,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+449,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+450,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+451,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+452,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+453,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+454,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+455,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+456,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+457,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+458,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+459,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+460,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+461,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+462,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+463,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+464,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+465,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+466,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+467,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+468,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+469,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+470,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+471,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+472,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+473,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+474,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+475,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+476,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+477,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+478,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+479,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+480,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+481,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+482,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+483,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+484,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+485,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+486,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+487,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+488,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+489,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+490,,,stu_RRWWN79678,,0,14,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+491,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+492,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+493,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+494,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+495,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+496,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+497,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+498,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+499,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+500,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+501,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+502,,,stu_RRWWN79678,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+503,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+504,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+505,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+506,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+507,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+508,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+509,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+510,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+511,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+512,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+513,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+514,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+515,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+516,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+517,,,stu_RRWWN79678,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+518,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+519,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+520,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+521,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+522,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+523,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+524,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+525,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+526,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+527,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+528,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+529,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+530,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+531,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+532,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+533,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+534,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+535,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+536,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+537,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+538,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+539,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+540,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+541,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+542,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+543,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+544,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+545,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+546,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+547,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+548,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+549,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+550,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+551,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+552,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+553,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+554,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+555,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+556,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+557,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+558,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+559,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+560,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+561,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+562,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+563,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+564,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+565,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+566,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+567,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+568,,,stu_XXQFB42133,,0,15,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+569,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+570,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+571,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+572,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+573,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+574,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+575,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+576,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+577,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+578,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+579,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+580,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+581,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+582,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+583,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+584,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+585,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+586,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+587,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+588,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+589,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+590,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+591,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+592,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+593,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+594,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+595,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+596,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+597,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+598,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+599,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+600,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+601,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+602,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+603,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+604,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+605,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+606,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+607,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+608,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+609,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+610,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+611,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+612,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+613,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+614,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+615,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+616,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+617,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+618,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+619,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+620,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+621,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+622,,,stu_XXQFB42133,,0,14,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+623,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+624,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+625,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+626,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+627,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+628,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+629,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+630,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+631,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+632,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+633,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+634,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+635,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+636,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+637,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+638,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+639,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+640,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+641,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+642,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+643,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+644,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+645,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+646,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+647,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+648,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+649,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+650,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+651,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+652,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+653,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+654,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+655,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+656,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+657,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+658,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+659,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+660,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+661,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+662,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,6,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+663,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+664,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+665,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+666,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+667,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+668,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+669,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+670,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+671,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+672,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+673,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+674,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+675,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+676,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+677,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+678,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+679,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+680,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+681,,,stu_XXQFB42133,,0,17,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+682,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+683,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+684,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+685,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+686,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+687,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+688,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+689,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+690,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+691,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+692,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+693,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+694,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+695,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+696,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+697,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+698,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+699,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+700,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+701,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+702,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+703,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+704,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+705,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+706,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+707,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+708,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+709,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+710,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+711,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+712,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+713,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+714,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+715,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+716,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+717,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+718,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+719,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+720,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+721,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+722,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+723,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+724,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+725,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+726,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+727,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+728,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+729,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+730,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+731,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+732,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+733,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+734,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+735,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+736,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+737,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+738,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+739,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+740,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+741,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+742,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+743,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+744,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+745,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+746,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+747,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+748,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+749,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+750,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+751,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+752,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+753,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+754,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+755,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+756,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+757,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+758,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+759,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+760,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+761,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+762,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+763,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+764,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+765,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+766,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+767,,,stu_RBKOK51309,,0,20,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+768,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+769,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+770,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+771,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+772,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+773,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+774,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+775,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+776,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+777,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+778,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+779,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+780,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+781,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+782,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+783,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+784,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+785,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+786,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+787,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+788,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+789,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+790,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+791,,,stu_RBKOK51309,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+792,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+793,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+794,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+795,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+796,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+797,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+798,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+799,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+800,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+801,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+802,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+803,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+804,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+805,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+806,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+807,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+808,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+809,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+810,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+811,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+812,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+813,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+814,,,stu_RBKOK51309,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+815,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+816,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+817,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+818,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+819,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+820,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+821,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+822,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+823,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+824,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+825,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+826,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+827,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+828,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+829,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+830,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+831,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+832,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+833,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+834,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+835,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+836,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+837,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+838,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+839,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+840,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+841,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+842,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+843,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+844,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+845,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+846,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+847,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+848,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+849,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+850,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+851,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+852,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+853,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+854,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+855,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+856,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+857,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+858,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+859,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+860,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+861,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+862,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+863,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+864,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+865,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+866,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+867,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+868,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+869,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+870,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+871,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+872,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+873,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+874,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+875,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+876,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+877,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+878,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+879,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+880,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+881,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+882,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+883,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+884,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+885,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+886,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+887,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+888,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+889,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+890,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+891,,,stu_RBKOK51309,,0,16,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+892,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+893,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+894,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+895,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+896,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+897,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+898,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+899,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+900,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+901,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+902,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+903,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+904,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+905,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+906,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+907,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+908,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+909,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FirstRow2:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+910,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+911,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+912,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+913,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+914,,,stu_DHTTU22288,,0,19,,,,,ratio_proportion_change3-044,ratio_proportion_change3-044,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+915,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+916,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+917,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+918,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+919,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+920,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+921,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+922,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+923,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+924,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+925,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+926,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+927,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+928,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+929,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+930,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+931,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+932,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+933,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+934,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+935,,,stu_DHTTU22288,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+936,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+937,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+938,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+939,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+940,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+941,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+942,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+943,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+944,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+945,,,stu_NETKG94195,,0,9,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+946,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+947,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+948,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+949,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+950,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+951,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+952,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+953,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+954,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+955,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+956,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+957,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+958,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+959,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+960,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+961,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+962,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+963,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+964,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+965,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+966,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+967,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+968,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+969,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+970,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+971,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+972,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+973,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+974,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+975,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+976,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+977,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+978,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+979,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+980,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+981,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+982,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+983,,,stu_DAEUM56411,,0,20,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+984,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+985,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+986,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+987,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+988,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+989,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+990,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+991,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+992,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+993,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+994,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+995,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+996,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+997,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+998,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+999,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1000,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1001,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1002,,,stu_TPPQB31959,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1003,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1004,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1005,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1006,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1007,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1008,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1009,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1010,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1011,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1012,,,stu_TPPQB31959,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1013,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1014,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1015,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1016,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1017,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1018,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1019,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1020,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1021,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1022,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1023,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1024,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1025,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1026,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1027,,,stu_HQHWL47050,,0,10,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1028,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1029,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1030,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1031,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1032,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1033,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1034,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1035,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1036,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1037,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1038,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1039,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1040,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1041,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1042,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1043,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1044,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1045,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1046,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1047,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1048,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1049,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1050,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1051,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1052,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1053,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1054,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1055,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1056,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1057,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1058,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1059,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1060,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1061,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1062,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1063,,,stu_KVYAM92811,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,8,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1064,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1065,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1066,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1067,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1068,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1069,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1070,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1071,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1072,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1073,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1074,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1075,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1076,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1077,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1078,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1079,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1080,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1081,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1082,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1083,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1084,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1085,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1086,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1087,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1088,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1089,,,stu_VUKIW98460,,0,10,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1090,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1091,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1092,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1093,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1094,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1095,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1096,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1097,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1098,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1099,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1100,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1101,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1102,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1103,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1104,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1105,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1106,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1107,,,stu_VUKIW98460,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1108,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1109,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1110,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1111,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1112,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1113,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1114,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1115,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1116,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1117,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1118,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1119,,,stu_VUKIW98460,,0,12,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1120,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1121,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1122,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1123,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1124,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1125,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1126,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1127,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1128,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1129,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1130,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1131,,,stu_EGBEQ81792,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1132,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1133,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1134,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1135,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1136,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1137,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1138,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1139,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1140,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1141,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1142,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1143,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1144,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1145,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1146,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1147,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1148,,,stu_EGBEQ81792,,0,16,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1149,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1150,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1151,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1152,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1153,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1154,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1155,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1156,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1157,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1158,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1159,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1160,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1161,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1162,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1163,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1164,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1165,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1166,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1167,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1168,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1169,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1170,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1171,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1172,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1173,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1174,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1175,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1176,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1177,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1178,,,stu_EGBEQ81792,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+1179,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1180,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1181,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1182,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1183,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1184,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1185,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1186,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1187,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1188,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1189,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1190,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1191,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1192,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1193,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1194,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1195,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1196,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1197,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1198,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1199,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1200,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1201,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1202,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1203,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1204,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1205,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1206,,,stu_YJPIR94892,,0,19,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1207,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1208,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1209,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1210,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1211,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1212,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1213,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1214,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1215,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1216,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1217,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1218,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1219,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1220,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1221,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1222,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1223,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1224,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1225,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1226,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1227,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1228,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1229,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1230,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1231,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1232,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1233,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1234,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1235,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1236,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1237,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1238,,,stu_DUJZF11107,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1239,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1240,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1241,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1242,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1243,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1244,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1245,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1246,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1247,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1248,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1249,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1250,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1251,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1252,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1253,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1254,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1255,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1256,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1257,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1258,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1259,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1260,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1261,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1262,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1263,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1264,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1265,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1266,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1267,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1268,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1269,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1270,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1271,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1272,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1273,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1274,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1275,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,9,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1276,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1277,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,10,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1278,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1279,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,11,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1280,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1281,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,12,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1282,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1283,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,13,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1284,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1285,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,14,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1286,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1287,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,15,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1288,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1289,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1290,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,16,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1291,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1292,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1293,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1294,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1295,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1296,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1297,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1298,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1299,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1300,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1301,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1302,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1303,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1304,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1305,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1306,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1307,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1308,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1309,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1310,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1311,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1312,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1313,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1314,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1315,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1316,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1317,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1318,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1319,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1320,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1321,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1322,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1323,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1324,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1325,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1326,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1327,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1328,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1329,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1330,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1331,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1332,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1333,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1334,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1335,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1336,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1337,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1338,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1339,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1340,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1341,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1342,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1343,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1344,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1345,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1346,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1347,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1348,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1349,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1350,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1351,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1352,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1353,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1354,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1355,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1356,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1357,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1358,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1359,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1360,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1361,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1362,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1363,,,stu_OYUBW69299,,0,14,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1364,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1365,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1366,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1367,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1368,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1369,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1370,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1371,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1372,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1373,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1374,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1375,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1376,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1377,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1378,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1379,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1380,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1381,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1382,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1383,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1384,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1385,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1386,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1387,,,stu_OYUBW69299,,0,18,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1388,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1389,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1390,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1391,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1392,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1393,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1394,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1395,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1396,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1397,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1398,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1399,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1400,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1401,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1402,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1403,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1404,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1405,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1406,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1407,,,stu_PKQLX70334,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_HFSRD05674,clsDWAPL27516,,,,,PROMOTED
+1408,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1409,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1410,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1411,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1412,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1413,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1414,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1415,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1416,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1417,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1418,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1419,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1420,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1421,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1422,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1423,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1424,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1425,,,stu_ENVXJ54302,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1426,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1427,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1428,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1429,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1430,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1431,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1432,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1433,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1434,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1435,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1436,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1437,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1438,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1439,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1440,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1441,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1442,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1443,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1444,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1445,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1446,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1447,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1448,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1449,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1450,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1451,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1452,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1453,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1454,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1455,,,stu_ENVXJ54302,,0,13,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1456,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1457,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1458,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1459,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1460,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1461,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1462,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1463,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1464,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1465,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1466,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1467,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1468,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1469,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1470,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1471,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1472,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1473,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1474,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1475,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1476,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1477,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1478,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1479,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1480,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1481,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1482,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1483,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-122,ratio_proportion_change3-122,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1484,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1485,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1486,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1487,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1488,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1489,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1490,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1491,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1492,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1493,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1494,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1495,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1496,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1497,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1498,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1499,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1500,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1501,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1502,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1503,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1504,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1505,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1506,,,stu_RYCRA84569,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1507,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1508,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1509,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1510,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1511,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1512,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1513,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1514,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1515,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1516,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1517,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1518,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1519,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1520,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1521,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1522,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1523,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1524,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1525,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1526,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1527,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1528,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1529,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1530,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1531,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1532,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1533,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1534,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1535,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1536,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1537,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1538,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1539,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1540,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1541,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1542,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1543,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1544,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1545,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1546,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1547,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1548,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1549,,,stu_RYCRA84569,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1550,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1551,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1552,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1553,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1554,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1555,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1556,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1557,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1558,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1559,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1560,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1561,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1562,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1563,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1564,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1565,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1566,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1567,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1568,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1569,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1570,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1571,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1572,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1573,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,9,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1574,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1575,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,10,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1576,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1577,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,11,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1578,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,12,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1579,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1580,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1581,,,stu_ZUSME98064,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,13,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+1582,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1583,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1584,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1585,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1586,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1587,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1588,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1589,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1590,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1591,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1592,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1593,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1594,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1595,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1596,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1597,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1598,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1599,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1600,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1601,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1602,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1603,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1604,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1605,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1606,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1607,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1608,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1609,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1610,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1611,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1612,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1613,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1614,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1615,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1616,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1617,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1618,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1619,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1620,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1621,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1622,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1623,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1624,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1625,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1626,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1627,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1628,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1629,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1630,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1631,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1632,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1633,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1634,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1635,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1636,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1637,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1638,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1639,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1640,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1641,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1642,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1643,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1644,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1645,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1646,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1647,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1648,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1649,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1650,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1651,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1652,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1653,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1654,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1655,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1656,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1657,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1658,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1659,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1660,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1661,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1662,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1663,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1664,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1665,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1666,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1667,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1668,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1669,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1670,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1671,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1672,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1673,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1674,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1675,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1676,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1677,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1678,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1679,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1680,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1681,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1682,,,stu_EGAVW06037,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1683,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1684,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1685,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1686,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1687,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1688,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1689,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1690,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1691,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1692,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1693,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1694,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1695,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1696,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1697,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1698,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1699,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1700,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1701,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1702,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1703,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1704,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1705,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1706,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1707,,,stu_QHLLQ56707,,0,20,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1708,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1709,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1710,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1711,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1712,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1713,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1714,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1715,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1716,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1717,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1718,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1719,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1720,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1721,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1722,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1723,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1724,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1725,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1726,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1727,,,stu_QHLLQ56707,,0,18,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1728,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1729,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1730,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1731,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1732,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1733,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1734,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1735,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1736,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1737,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1738,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1739,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1740,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1741,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1742,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1743,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1744,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1745,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1746,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1747,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1748,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1749,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1750,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1751,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1752,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1753,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1754,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1755,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1756,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1757,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1758,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1759,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1760,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1761,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1762,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1763,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1764,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1765,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1766,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1767,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1768,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1769,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1770,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1771,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1772,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1773,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1774,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1775,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1776,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1777,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1778,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1779,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1780,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1781,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1782,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1783,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1784,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1785,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1786,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1787,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1788,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1789,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1790,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1791,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1792,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1793,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1794,,,stu_QHLLQ56707,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1795,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1796,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1797,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1798,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1799,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1800,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1801,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1802,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1803,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1804,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1805,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1806,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1807,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1808,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1809,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1810,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1811,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1812,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1813,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1814,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1815,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1816,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1817,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1818,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1819,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1820,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1821,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1822,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1823,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1824,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1825,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1826,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1827,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1828,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1829,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1830,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1831,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1832,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1833,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1834,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1835,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1836,,,stu_AVUDK50895,,0,21,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1837,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1838,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1839,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1840,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1841,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1842,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1843,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1844,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1845,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1846,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1847,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1848,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1849,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1850,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1851,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1852,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1853,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1854,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1855,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1856,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1857,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1858,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1859,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1860,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1861,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1862,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1863,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1864,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1865,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1866,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1867,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1868,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1869,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1870,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1871,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1872,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1873,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1874,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1875,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1876,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1877,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1878,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1879,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1880,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1881,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1882,,,stu_FOPCP82734,,0,28,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1883,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1884,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1885,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1886,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1887,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1888,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1889,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1890,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1891,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1892,,,stu_FOPCP82734,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1893,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1894,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1895,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1896,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1897,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1898,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1899,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1900,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1901,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1902,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1903,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1904,,,stu_FOPCP82734,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1905,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1906,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1907,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1908,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1909,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1910,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1911,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1912,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1913,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1914,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1915,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1916,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1917,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1918,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1919,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1920,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1921,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1922,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1923,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1924,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1925,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1926,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1927,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1928,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1929,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1930,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1931,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1932,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1933,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1934,,,stu_FOPCP82734,,0,17,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1935,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1936,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1937,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1938,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1939,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1940,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1941,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1942,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1943,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1944,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1945,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1946,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1947,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1948,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1949,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1950,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1951,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1952,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1953,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1954,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1955,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1956,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1957,,,stu_LPIWS26134,,0,11,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1958,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1959,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1960,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1961,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1962,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1963,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1964,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1965,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1966,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1967,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1968,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1969,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1970,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1971,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1972,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1973,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1974,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1975,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1976,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1977,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1978,,,stu_LPIWS26134,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1979,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1980,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1981,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1982,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1983,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1984,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1985,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1986,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1987,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1988,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1989,,,stu_LPIWS26134,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1990,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1991,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1992,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1993,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1994,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1995,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1996,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1997,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1998,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+1999,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2000,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2001,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2002,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2003,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2004,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2005,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2006,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2007,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2008,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2009,,,stu_WIVHS57460,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2010,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2011,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2012,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2013,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2014,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2015,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2016,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2017,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2018,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2019,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2020,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2021,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2022,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2023,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2024,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2025,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2026,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2027,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2028,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2029,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2030,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2031,,,stu_WIVHS57460,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2032,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2033,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2034,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2035,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2036,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2037,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2038,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2039,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2040,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2041,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2042,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2043,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2044,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2045,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2046,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2047,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2048,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2049,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2050,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2051,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2052,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2053,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2054,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2055,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2056,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2057,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2058,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2059,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2060,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2061,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2062,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2063,,,stu_WIVHS57460,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2064,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2065,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2066,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2067,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2068,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2069,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2070,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2071,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2072,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2073,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2074,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2075,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2076,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2077,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2078,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2079,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2080,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2081,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2082,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2083,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2084,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2085,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2086,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2087,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2088,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2089,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2090,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2091,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2092,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2093,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2094,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2095,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2096,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2097,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2098,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2099,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2100,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2101,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2102,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2103,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2104,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2105,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2106,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2107,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2108,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2109,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2110,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2111,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2112,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2113,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2114,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2115,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2116,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2117,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2118,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2119,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2120,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2121,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2122,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2123,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2124,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2125,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2126,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2127,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2128,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2129,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2130,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2131,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2132,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2133,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2134,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2135,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2136,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2137,,,stu_WIVHS57460,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,8,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2138,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2139,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2140,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2141,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2142,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2143,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2144,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2145,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2146,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2147,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2148,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2149,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2150,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2151,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2152,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2153,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2154,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2155,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2156,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2157,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2158,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2159,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2160,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2161,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2162,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2163,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2164,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2165,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2166,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2167,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2168,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2169,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2170,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2171,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2172,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2173,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2174,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2175,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2176,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2177,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2178,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2179,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2180,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2181,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2182,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2183,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2184,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2185,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2186,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2187,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2188,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2189,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2190,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2191,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2192,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2193,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2194,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2195,,,stu_WIVHS57460,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2196,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2197,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2198,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2199,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2200,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2201,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2202,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2203,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2204,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2205,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2206,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2207,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2208,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2209,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2210,,,stu_OEIKW99788,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+2211,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2212,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2213,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2214,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2215,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2216,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2217,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2218,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2219,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2220,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2221,,,stu_EMCQB50125,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2222,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2223,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2224,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2225,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2226,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2227,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2228,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2229,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2230,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2231,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2232,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2233,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2234,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2235,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2236,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2237,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2238,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2239,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2240,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2241,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2242,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2243,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2244,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2245,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2246,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2247,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2248,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2249,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2250,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2251,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2252,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2253,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2254,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2255,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2256,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2257,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2258,,,stu_EMCQB50125,,0,20,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2259,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2260,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2261,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2262,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2263,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2264,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2265,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2266,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2267,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2268,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2269,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2270,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2271,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2272,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2273,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2274,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2275,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2276,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2277,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2278,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2279,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2280,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2281,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2282,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2283,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2284,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2285,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2286,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2287,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2288,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2289,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2290,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2291,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2292,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2293,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2294,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2295,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2296,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2297,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2298,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2299,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2300,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2301,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2302,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2303,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2304,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2305,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2306,,,stu_EMCQB50125,,0,22,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2307,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2308,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2309,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2310,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2311,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2312,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2313,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2314,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2315,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2316,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2317,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2318,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2319,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2320,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2321,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2322,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2323,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2324,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2325,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2326,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2327,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2328,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2329,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2330,,,stu_EMCQB50125,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2331,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2332,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2333,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2334,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2335,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2336,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2337,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2338,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2339,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2340,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2341,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2342,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2343,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2344,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2345,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2346,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2347,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2348,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2349,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2350,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2351,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2352,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2353,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2354,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2355,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2356,,,stu_EMCQB50125,,0,18,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2357,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2358,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2359,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2360,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2361,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2362,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2363,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2364,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2365,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2366,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2367,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2368,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2369,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2370,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2371,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2372,,,stu_RZNEV39508,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2373,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2374,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2375,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2376,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2377,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2378,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2379,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2380,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2381,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2382,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2383,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2384,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2385,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2386,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2387,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2388,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2389,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2390,,,stu_UJTNR53229,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+2391,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2392,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2393,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2394,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2395,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2396,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2397,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2398,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2399,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2400,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2401,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2402,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2403,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2404,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2405,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2406,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2407,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2408,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2409,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2410,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2411,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2412,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2413,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2414,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2415,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2416,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2417,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2418,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2419,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2420,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2421,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2422,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2423,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2424,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2425,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2426,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2427,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2428,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2429,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2430,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2431,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2432,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2433,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2434,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2435,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2436,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2437,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2438,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2439,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2440,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2441,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2442,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2443,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2444,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2445,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2446,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2447,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2448,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2449,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2450,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2451,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2452,,,stu_SBSTM64576,,0,21,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2453,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2454,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2455,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2456,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2457,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2458,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2459,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2460,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2461,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2462,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2463,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2464,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2465,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2466,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2467,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2468,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2469,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2470,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2471,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2472,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2473,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2474,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2475,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2476,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2477,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2478,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2479,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2480,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2481,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2482,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2483,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2484,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2485,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2486,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2487,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2488,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2489,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2490,,,stu_SBSTM64576,,0,19,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2491,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2492,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2493,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2494,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2495,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2496,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2497,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2498,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2499,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2500,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2501,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2502,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2503,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2504,,,stu_SBSTM64576,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2505,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2506,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2507,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2508,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2509,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2510,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2511,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2512,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2513,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2514,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2515,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2516,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2517,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2518,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2519,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2520,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2521,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2522,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2523,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2524,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2525,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2526,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2527,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2528,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2529,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2530,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2531,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2532,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2533,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2534,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2535,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2536,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2537,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2538,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2539,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2540,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2541,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2542,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2543,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2544,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2545,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2546,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2547,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2548,,,stu_XYHQY80041,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2549,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2550,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2551,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2552,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2553,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2554,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2555,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2556,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2557,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2558,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2559,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2560,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2561,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2562,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2563,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2564,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2565,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2566,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2567,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2568,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2569,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2570,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2571,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2572,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2573,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2574,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2575,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2576,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2577,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2578,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2579,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2580,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2581,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2582,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2583,,,stu_XYHQY80041,,0,14,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2584,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2585,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2586,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2587,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2588,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2589,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2590,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2591,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2592,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2593,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2594,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2595,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2596,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2597,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2598,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2599,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2600,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2601,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2602,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2603,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2604,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2605,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2606,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2607,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2608,,,stu_XYHQY80041,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2609,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2610,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2611,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2612,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2613,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2614,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2615,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2616,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2617,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2618,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2619,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2620,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2621,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2622,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2623,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2624,,,stu_ZCCEZ61171,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2625,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2626,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2627,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2628,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2629,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2630,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2631,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2632,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2633,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2634,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2635,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2636,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2637,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2638,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2639,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2640,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2641,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2642,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2643,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2644,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2645,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2646,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2647,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2648,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2649,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2650,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2651,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2652,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2653,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2654,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2655,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2656,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2657,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2658,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2659,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2660,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2661,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2662,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2663,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2664,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2665,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2666,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2667,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2668,,,stu_ZCCEZ61171,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2669,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2670,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2671,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2672,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2673,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2674,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2675,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2676,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2677,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2678,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2679,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2680,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2681,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2682,,,stu_ZCCEZ61171,,0,10,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+2683,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2684,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2685,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2686,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2687,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2688,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2689,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2690,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2691,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2692,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2693,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2694,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2695,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2696,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2697,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2698,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2699,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2700,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2701,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2702,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2703,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2704,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2705,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2706,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2707,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2708,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2709,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2710,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2711,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2712,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2713,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2714,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2715,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2716,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2717,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2718,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2719,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2720,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2721,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2722,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2723,,,stu_CWGFC88802,,0,17,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,8,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2724,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2725,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2726,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2727,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2728,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2729,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2730,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2731,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2732,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2733,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2734,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2735,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2736,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2737,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2738,,,stu_CWGFC88802,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+2739,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2740,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2741,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2742,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2743,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2744,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2745,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2746,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2747,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2748,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2749,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2750,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2751,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2752,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2753,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2754,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2755,,,stu_NEVHJ51728,,0,16,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+2756,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2757,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2758,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2759,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2760,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2761,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2762,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2763,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2764,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2765,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2766,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2767,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2768,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2769,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2770,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2771,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2772,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2773,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2774,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2775,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2776,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2777,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2778,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2779,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2780,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2781,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2782,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2783,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2784,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2785,,,stu_WJXAA37270,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2786,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2787,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2788,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2789,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2790,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2791,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2792,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2793,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2794,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2795,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2796,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2797,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2798,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2799,,,stu_WJXAA37270,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+2800,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2801,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2802,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2803,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2804,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2805,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2806,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2807,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2808,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2809,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2810,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2811,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2812,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2813,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2814,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2815,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2816,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2817,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2818,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2819,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2820,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2821,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2822,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2823,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2824,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2825,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2826,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2827,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2828,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2829,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2830,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2831,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2832,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2833,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2834,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2835,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2836,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2837,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2838,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2839,,,stu_YUZCU06819,,0,13,,,,,ratio_proportion_change3-167,ratio_proportion_change3-167,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2840,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2841,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2842,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2843,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2844,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2845,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2846,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2847,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2848,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2849,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2850,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2851,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2852,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2853,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2854,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2855,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2856,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2857,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2858,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2859,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2860,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2861,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2862,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2863,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2864,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2865,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2866,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2867,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2868,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2869,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2870,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2871,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2872,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2873,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2874,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2875,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2876,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2877,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2878,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2879,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2880,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2881,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2882,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2883,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2884,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2885,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2886,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2887,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2888,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2889,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2890,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2891,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2892,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2893,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2894,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2895,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2896,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2897,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2898,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2899,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2900,,,stu_YUZCU06819,,0,12,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+2901,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2902,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2903,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2904,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2905,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2906,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2907,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2908,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2909,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2910,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2911,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2912,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2913,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2914,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2915,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2916,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2917,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2918,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2919,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2920,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2921,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2922,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2923,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2924,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2925,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2926,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2927,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2928,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2929,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2930,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2931,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2932,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2933,,,stu_DNRSG11508,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2934,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2935,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2936,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2937,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2938,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2939,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2940,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2941,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2942,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2943,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2944,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2945,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2946,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2947,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2948,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2949,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2950,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2951,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2952,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2953,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2954,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2955,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2956,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2957,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2958,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2959,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2960,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2961,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2962,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2963,,,stu_JOTMQ01215,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+2964,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2965,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2966,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2967,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2968,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2969,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2970,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2971,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2972,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2973,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2974,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2975,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2976,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2977,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2978,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2979,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2980,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2981,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2982,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2983,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2984,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2985,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2986,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2987,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2988,,,stu_GTDKR66030,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2989,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2990,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2991,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2992,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2993,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2994,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2995,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2996,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2997,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2998,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2999,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3000,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3001,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3002,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3003,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3004,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3005,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3006,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3007,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3008,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3009,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3010,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3011,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3012,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3013,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3014,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3015,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3016,,,stu_GTDKR66030,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3017,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3018,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3019,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3020,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3021,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3022,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3023,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3024,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3025,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3026,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3027,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3028,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3029,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3030,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3031,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3032,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3033,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3034,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3035,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3036,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3037,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3038,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3039,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3040,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3041,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3042,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3043,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3044,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3045,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3046,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3047,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3048,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3049,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3050,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3051,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3052,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3053,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3054,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3055,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3056,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3057,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3058,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3059,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3060,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3061,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3062,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3063,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3064,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3065,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3066,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3067,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3068,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3069,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3070,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3071,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3072,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3073,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3074,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3075,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3076,,,stu_SPYUG18641,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3077,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3078,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3079,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3080,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3081,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3082,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3083,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3084,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3085,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3086,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3087,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3088,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3089,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3090,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3091,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3092,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3093,,,stu_SPYUG18641,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3094,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3095,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3096,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3097,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3098,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3099,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3100,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3101,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3102,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3103,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3104,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3105,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3106,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3107,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3108,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3109,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3110,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3111,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3112,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3113,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3114,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3115,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3116,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3117,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3118,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3119,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3120,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3121,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3122,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3123,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3124,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3125,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3126,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3127,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3128,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3129,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3130,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3131,,,stu_SPYUG18641,,0,17,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3132,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3133,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3134,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3135,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3136,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3137,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3138,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3139,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3140,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3141,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3142,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3143,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3144,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3145,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3146,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3147,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3148,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3149,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3150,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3151,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3152,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3153,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3154,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3155,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3156,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3157,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3158,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3159,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3160,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3161,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3162,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3163,,,stu_AWUJY98181,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3164,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3165,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3166,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3167,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3168,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3169,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3170,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3171,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3172,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3173,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3174,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3175,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3176,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3177,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3178,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3179,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3180,,,stu_AWUJY98181,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3181,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3182,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3183,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3184,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3185,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3186,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3187,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3188,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3189,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3190,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3191,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3192,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3193,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3194,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3195,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3196,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3197,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3198,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3199,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3200,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3201,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3202,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3203,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3204,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3205,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3206,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3207,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3208,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3209,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3210,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3211,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3212,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3213,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3214,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3215,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3216,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3217,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3218,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3219,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3220,,,stu_RHCCL12061,,0,18,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3221,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3222,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3223,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3224,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3225,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3226,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3227,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3228,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3229,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3230,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3231,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3232,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3233,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3234,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3235,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3236,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3237,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3238,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3239,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3240,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3241,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3242,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3243,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3244,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3245,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3246,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3247,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3248,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3249,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3250,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3251,,,stu_RHCCL12061,,0,20,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3252,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3253,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3254,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3255,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3256,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3257,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3258,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3259,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3260,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3261,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3262,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3263,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3264,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3265,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3266,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3267,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3268,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3269,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3270,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3271,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3272,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3273,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3274,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3275,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3276,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3277,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3278,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3279,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3280,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3281,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3282,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3283,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3284,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3285,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3286,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3287,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3288,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3289,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3290,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3291,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3292,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3293,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3294,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3295,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3296,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3297,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3298,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3299,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3300,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3301,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3302,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3303,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3304,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3305,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3306,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3307,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3308,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3309,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3310,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3311,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3312,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3313,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3314,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3315,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3316,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3317,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3318,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3319,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3320,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3321,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3322,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3323,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3324,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3325,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3326,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3327,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3328,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3329,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3330,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3331,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3332,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3333,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3334,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3335,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3336,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3337,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3338,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3339,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3340,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3341,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3342,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3343,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3344,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3345,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3346,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3347,,,stu_RHCCL12061,,0,17,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3348,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3349,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3350,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3351,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3352,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3353,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3354,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3355,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3356,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3357,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3358,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3359,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3360,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3361,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3362,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3363,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3364,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3365,,,stu_RHCCL12061,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3366,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3367,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3368,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3369,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3370,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3371,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3372,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3373,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3374,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3375,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3376,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3377,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3378,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3379,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,7,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3380,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3381,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3382,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,8,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3383,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3384,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3385,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3386,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3387,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3388,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3389,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3390,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3391,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3392,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3393,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3394,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3395,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3396,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3397,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3398,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3399,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3400,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3401,,,stu_RHCCL12061,,0,21,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+3402,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3403,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3404,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3405,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3406,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3407,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3408,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3409,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3410,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3411,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3412,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3413,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3414,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3415,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3416,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3417,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3418,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3419,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3420,,,stu_XSFKP02333,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3421,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3422,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3423,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3424,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3425,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3426,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3427,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3428,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3429,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3430,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3431,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3432,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3433,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3434,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3435,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3436,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3437,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3438,,,stu_XSFKP02333,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3439,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3440,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3441,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3442,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3443,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3444,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3445,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3446,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3447,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3448,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3449,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3450,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3451,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3452,,,stu_BKINU90872,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3453,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3454,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3455,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3456,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3457,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3458,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3459,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3460,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3461,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3462,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3463,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3464,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3465,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3466,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3467,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3468,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3469,,,stu_BKINU90872,,0,11,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3470,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3471,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3472,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3473,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3474,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3475,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3476,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3477,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3478,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3479,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3480,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3481,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3482,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3483,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3484,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3485,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3486,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3487,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3488,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3489,,,stu_NQVHI43338,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+3490,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3491,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3492,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3493,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3494,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3495,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3496,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3497,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3498,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3499,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3500,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3501,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3502,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3503,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3504,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3505,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3506,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3507,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3508,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3509,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3510,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3511,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3512,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3513,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3514,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3515,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3516,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3517,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3518,,,stu_ODTRE15709,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3519,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3520,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3521,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3522,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3523,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3524,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3525,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3526,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3527,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3528,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3529,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3530,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3531,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3532,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3533,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3534,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3535,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3536,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3537,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3538,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3539,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3540,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3541,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3542,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3543,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3544,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3545,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3546,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3547,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3548,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3549,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3550,,,stu_ODTRE15709,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3551,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3552,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3553,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3554,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3555,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3556,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3557,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3558,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3559,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3560,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3561,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3562,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3563,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3564,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3565,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3566,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3567,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3568,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3569,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3570,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3571,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,5,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3572,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3573,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3574,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3575,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3576,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3577,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3578,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3579,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3580,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3581,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3582,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3583,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3584,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3585,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3586,,,stu_NJGMG38876,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3587,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3588,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3589,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3590,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3591,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3592,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3593,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3594,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3595,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3596,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3597,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3598,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3599,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3600,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3601,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3602,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3603,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3604,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3605,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3606,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3607,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3608,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3609,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3610,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3611,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3612,,,stu_NJGMG38876,,0,14,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3613,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3614,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3615,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3616,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3617,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3618,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3619,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3620,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3621,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3622,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3623,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3624,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3625,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3626,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3627,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3628,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3629,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3630,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3631,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3632,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3633,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3634,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3635,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3636,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3637,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3638,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3639,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3640,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3641,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3642,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3643,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3644,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3645,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3646,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3647,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3648,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3649,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3650,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3651,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3652,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3653,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3654,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3655,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3656,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3657,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3658,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3659,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3660,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3661,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3662,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3663,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3664,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3665,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3666,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3667,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3668,,,stu_NJGMG38876,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3669,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3670,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3671,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3672,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3673,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3674,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3675,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3676,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3677,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3678,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3679,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3680,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3681,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3682,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3683,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3684,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3685,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3686,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3687,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3688,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3689,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3690,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3691,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3692,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3693,,,stu_NJGMG38876,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+3694,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3695,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3696,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3697,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3698,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3699,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3700,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3701,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3702,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3703,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3704,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3705,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3706,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3707,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3708,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,7,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3709,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3710,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3711,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3712,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,9,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3713,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3714,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3715,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3716,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3717,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3718,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3719,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3720,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3721,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3722,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3723,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3724,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3725,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3726,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3727,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3728,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3729,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3730,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3731,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,10,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3732,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,11,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3733,,,stu_MXSIE01588,,0,21,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,12,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3734,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3735,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3736,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3737,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3738,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3739,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3740,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3741,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3742,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3743,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3744,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3745,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3746,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3747,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3748,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3749,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3750,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3751,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3752,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3753,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3754,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3755,,,stu_NSIYC13482,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3756,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3757,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3758,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3759,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3760,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3761,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3762,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3763,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3764,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3765,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3766,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3767,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3768,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3769,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3770,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3771,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3772,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3773,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3774,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3775,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3776,,,stu_NSIYC13482,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3777,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3778,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3779,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3780,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3781,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3782,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3783,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3784,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3785,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3786,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3787,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3788,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3789,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3790,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3791,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3792,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3793,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3794,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3795,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3796,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3797,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3798,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3799,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3800,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3801,,,stu_TYXFY91069,,0,14,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3802,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3803,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3804,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3805,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3806,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3807,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3808,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3809,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3810,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3811,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3812,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3813,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3814,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3815,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3816,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3817,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3818,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3819,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3820,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3821,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3822,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3823,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3824,,,stu_TYXFY91069,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3825,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3826,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3827,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3828,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3829,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3830,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3831,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3832,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3833,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3834,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3835,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3836,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3837,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3838,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-180,ratio_proportion_change3-180,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3839,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3840,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3841,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3842,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3843,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3844,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3845,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3846,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3847,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3848,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3849,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3850,,,stu_MHOQJ03522,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3851,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3852,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3853,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3854,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3855,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3856,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3857,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3858,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3859,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3860,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3861,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3862,,,stu_MHOQJ03522,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+3863,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3864,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3865,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3866,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3867,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3868,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3869,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3870,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3871,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3872,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3873,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3874,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3875,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3876,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3877,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3878,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3879,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3880,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3881,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3882,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3883,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3884,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3885,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3886,,,stu_GKOHA53852,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3887,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3888,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3889,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3890,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3891,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3892,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3893,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3894,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3895,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3896,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3897,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3898,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3899,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3900,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3901,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3902,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3903,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3904,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3905,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3906,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3907,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3908,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3909,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3910,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3911,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3912,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3913,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3914,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3915,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3916,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3917,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3918,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3919,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3920,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3921,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3922,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3923,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3924,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3925,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3926,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3927,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3928,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3929,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3930,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3931,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3932,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3933,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3934,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3935,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3936,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3937,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3938,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3939,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3940,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3941,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3942,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3943,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3944,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3945,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3946,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3947,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3948,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3949,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3950,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3951,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3952,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3953,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3954,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3955,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3956,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3957,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3958,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3959,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3960,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3961,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3962,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3963,,,stu_GKOHA53852,,0,22,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3964,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3965,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3966,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3967,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3968,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3969,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3970,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3971,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3972,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3973,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3974,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3975,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3976,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3977,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3978,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3979,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3980,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3981,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3982,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3983,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3984,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3985,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3986,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3987,,,stu_GKOHA53852,,0,14,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3988,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3989,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3990,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3991,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3992,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3993,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3994,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3995,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3996,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3997,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3998,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+3999,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+4000,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+4001,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+4002,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+4003,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+4004,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+4005,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+4006,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+4007,,,stu_GKOHA53852,,0,13,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+4008,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4009,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4010,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,PercentChange,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4011,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4012,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,PercentChange,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4013,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4014,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4015,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4016,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4017,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4018,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4019,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4020,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4021,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4022,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4023,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4024,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4025,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4026,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4027,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4028,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4029,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4030,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4031,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4032,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4033,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4034,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4035,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4036,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4037,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4038,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4039,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4040,,,stu_HZRZM64658,,0,16,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4041,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4042,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4043,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4044,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4045,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4046,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4047,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4048,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4049,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4050,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4051,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4052,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4053,,,stu_HZRZM64658,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4054,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4055,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4056,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4057,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4058,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4059,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4060,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4061,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4062,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4063,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4064,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4065,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4066,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4067,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4068,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4069,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4070,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4071,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4072,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4073,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4074,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4075,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4076,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4077,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4078,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4079,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,9,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4080,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4081,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,10,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4082,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4083,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,11,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4084,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4085,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,12,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4086,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4087,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,13,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4088,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,14,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4089,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,15,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4090,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4091,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,16,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4092,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4093,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,17,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4094,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4095,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4096,,,stu_SUHGS67305,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,18,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4097,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4098,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4099,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4100,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4101,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4102,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4103,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4104,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4105,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4106,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4107,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4108,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4109,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4110,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4111,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4112,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4113,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4114,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4115,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4116,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4117,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4118,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4119,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4120,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4121,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4122,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4123,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4124,,,stu_SUHGS67305,,0,16,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+4125,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4126,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4127,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4128,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4129,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4130,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4131,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4132,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4133,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4134,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4135,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4136,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4137,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4138,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4139,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4140,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4141,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4142,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4143,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4144,,,stu_EPONU97329,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4145,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4146,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4147,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4148,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4149,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4150,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4151,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4152,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4153,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4154,,,stu_EPONU97329,,0,10,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4155,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4156,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4157,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4158,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4159,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4160,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4161,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4162,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4163,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4164,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4165,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4166,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4167,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4168,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4169,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4170,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4171,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4172,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4173,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4174,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4175,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4176,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4177,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4178,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4179,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4180,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4181,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4182,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4183,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4184,,,stu_GHHIK50670,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4185,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4186,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4187,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4188,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4189,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4190,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4191,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4192,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4193,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4194,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4195,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4196,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4197,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4198,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4199,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4200,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4201,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4202,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4203,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4204,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4205,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4206,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4207,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4208,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4209,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4210,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4211,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4212,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4213,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4214,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4215,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4216,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4217,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4218,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4219,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4220,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4221,,,stu_GHHIK50670,,0,20,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4222,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4223,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4224,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4225,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4226,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4227,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4228,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4229,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4230,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4231,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4232,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4233,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4234,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4235,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4236,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4237,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4238,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4239,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4240,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4241,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4242,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4243,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4244,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4245,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4246,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4247,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4248,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4249,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4250,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4251,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4252,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4253,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4254,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4255,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4256,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4257,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4258,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4259,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4260,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4261,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4262,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4263,,,stu_TLIKD00143,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4264,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4265,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4266,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4267,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4268,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4269,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4270,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4271,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4272,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4273,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4274,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4275,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4276,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4277,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4278,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4279,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4280,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4281,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4282,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4283,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4284,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4285,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4286,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4287,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4288,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4289,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4290,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4291,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4292,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4293,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4294,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4295,,,stu_TLIKD00143,,0,13,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+4296,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4297,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4298,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4299,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4300,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4301,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4302,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4303,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4304,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4305,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4306,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4307,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4308,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4309,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4310,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4311,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4312,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4313,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4314,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4315,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4316,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4317,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4318,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4319,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4320,,,stu_TLXDK21096,,0,17,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4321,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4322,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4323,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4324,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4325,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4326,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4327,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4328,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4329,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4330,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4331,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4332,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4333,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4334,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4335,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4336,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4337,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4338,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4339,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4340,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4341,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4342,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4343,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4344,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4345,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4346,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4347,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4348,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4349,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4350,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4351,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4352,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4353,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4354,,,stu_CWAZE10545,,0,14,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4355,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4356,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4357,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4358,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4359,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4360,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4361,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4362,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4363,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4364,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4365,,,stu_CWAZE10545,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4366,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4367,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4368,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4369,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4370,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4371,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4372,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4373,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4374,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4375,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4376,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4377,,,stu_CWAZE10545,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+4378,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4379,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4380,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4381,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4382,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4383,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4384,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4385,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4386,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4387,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4388,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4389,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4390,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4391,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4392,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4393,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4394,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4395,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4396,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4397,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4398,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4399,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4400,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4401,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4402,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4403,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4404,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4405,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4406,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4407,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4408,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4409,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4410,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4411,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4412,,,stu_MFPYY03784,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4413,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4414,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4415,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4416,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4417,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4418,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4419,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4420,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4421,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4422,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4423,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4424,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4425,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4426,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4427,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4428,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4429,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4430,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4431,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4432,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4433,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4434,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4435,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4436,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4437,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4438,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4439,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4440,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4441,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4442,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4443,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4444,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4445,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4446,,,stu_MFPYY03784,,0,17,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+4447,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4448,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4449,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4450,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4451,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4452,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4453,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4454,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4455,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4456,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4457,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4458,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4459,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4460,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4461,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4462,,,stu_HQMJR22737,,0,10,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4463,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4464,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4465,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4466,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4467,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4468,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4469,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4470,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4471,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4472,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4473,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4474,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4475,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4476,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4477,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4478,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4479,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4480,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4481,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4482,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4483,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4484,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4485,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4486,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4487,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4488,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4489,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4490,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4491,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4492,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4493,,,stu_HQMJR22737,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4494,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4495,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4496,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4497,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4498,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4499,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4500,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4501,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4502,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4503,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4504,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4505,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4506,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4507,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4508,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4509,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4510,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4511,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4512,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4513,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4514,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4515,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4516,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4517,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4518,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4519,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4520,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4521,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4522,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4523,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4524,,,stu_HQMJR22737,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4525,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4526,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4527,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4528,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4529,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4530,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4531,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4532,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4533,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4534,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4535,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4536,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4537,,,stu_MNUHH59965,,0,11,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4538,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4539,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4540,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4541,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4542,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4543,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4544,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4545,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4546,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4547,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4548,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4549,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4550,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4551,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4552,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4553,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4554,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4555,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4556,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4557,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4558,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4559,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4560,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4561,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4562,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4563,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4564,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4565,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4566,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4567,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4568,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4569,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4570,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4571,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4572,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4573,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4574,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4575,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4576,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4577,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4578,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4579,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4580,,,stu_QNMQM39386,,0,13,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4581,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4582,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4583,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4584,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4585,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4586,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4587,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4588,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4589,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4590,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4591,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4592,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4593,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4594,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4595,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4596,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4597,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4598,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4599,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4600,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4601,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4602,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4603,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4604,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4605,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4606,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4607,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4608,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4609,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4610,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4611,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4612,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4613,,,stu_QNMQM39386,,0,14,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4614,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4615,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4616,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4617,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4618,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4619,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4620,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4621,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4622,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4623,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4624,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4625,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4626,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4627,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4628,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4629,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4630,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4631,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4632,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4633,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4634,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4635,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4636,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4637,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4638,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4639,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4640,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4641,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4642,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4643,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4644,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4645,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4646,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4647,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4648,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4649,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4650,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4651,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4652,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4653,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4654,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4655,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4656,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4657,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4658,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4659,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4660,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4661,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4662,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4663,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4664,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4665,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4666,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4667,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4668,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4669,,,stu_QNMQM39386,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4670,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4671,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4672,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4673,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4674,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4675,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4676,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4677,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4678,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4679,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4680,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4681,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4682,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4683,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4684,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4685,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4686,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4687,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4688,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4689,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4690,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4691,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4692,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4693,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4694,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4695,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4696,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4697,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4698,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4699,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4700,,,stu_QNMQM39386,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4701,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4702,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4703,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4704,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4705,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4706,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4707,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4708,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4709,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4710,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4711,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4712,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4713,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4714,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4715,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4716,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4717,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4718,,,stu_RQFBX20224,,0,17,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4719,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4720,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4721,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4722,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4723,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4724,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4725,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4726,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4727,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4728,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4729,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4730,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4731,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4732,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4733,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4734,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4735,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4736,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4737,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4738,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4739,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4740,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4741,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4742,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4743,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4744,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4745,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4746,,,stu_RQFBX20224,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4747,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4748,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4749,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4750,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4751,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4752,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4753,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4754,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4755,,,stu_RQFBX20224,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4756,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4757,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4758,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4759,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4760,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4761,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4762,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4763,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4764,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4765,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4766,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4767,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4768,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4769,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4770,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4771,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4772,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4773,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4774,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4775,,,stu_RXWAQ95576,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4776,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4777,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4778,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4779,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4780,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4781,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4782,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4783,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4784,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4785,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4786,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4787,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4788,,,stu_RXWAQ95576,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4789,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4790,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4791,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4792,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4793,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4794,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4795,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4796,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4797,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4798,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4799,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4800,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4801,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4802,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4803,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4804,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4805,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4806,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4807,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4808,,,stu_TZBDT18738,,0,14,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4809,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4810,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4811,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4812,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4813,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4814,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4815,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4816,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4817,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4818,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4819,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4820,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4821,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4822,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4823,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4824,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4825,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4826,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4827,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4828,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4829,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4830,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4831,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4832,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4833,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4834,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4835,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4836,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4837,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4838,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4839,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4840,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4841,,,stu_TZBDT18738,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4842,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4843,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4844,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4845,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4846,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4847,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4848,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4849,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4850,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4851,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4852,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4853,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4854,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4855,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4856,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4857,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4858,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4859,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4860,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4861,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4862,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4863,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4864,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4865,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4866,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4867,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4868,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4869,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4870,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4871,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4872,,,stu_TZBDT18738,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+4873,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4874,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4875,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4876,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4877,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4878,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4879,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4880,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4881,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4882,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4883,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4884,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4885,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4886,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4887,,,stu_UUTGO25843,,0,15,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4888,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4889,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4890,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4891,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4892,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4893,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4894,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4895,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4896,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4897,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4898,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4899,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4900,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4901,,,stu_UUTGO25843,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4902,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4903,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4904,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4905,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4906,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4907,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4908,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4909,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4910,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4911,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4912,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4913,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4914,,,stu_UUTGO25843,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4915,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4916,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4917,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4918,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4919,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4920,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4921,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4922,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4923,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4924,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4925,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4926,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4927,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4928,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4929,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4930,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4931,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4932,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4933,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4934,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4935,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4936,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4937,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4938,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4939,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4940,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4941,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4942,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4943,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4944,,,stu_WGQKT16474,,0,18,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4945,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4946,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4947,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4948,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4949,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4950,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4951,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4952,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4953,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4954,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4955,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4956,,,stu_WGQKT16474,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4957,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4958,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4959,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4960,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4961,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4962,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4963,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4964,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4965,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4966,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4967,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4968,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4969,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4970,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4971,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4972,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4973,,,stu_WGQKT16474,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4974,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4975,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4976,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4977,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4978,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4979,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4980,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4981,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4982,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4983,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4984,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4985,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4986,,,stu_WGQKT16474,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+4987,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4988,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4989,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4990,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4991,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4992,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4993,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4994,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4995,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4996,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4997,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4998,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4999,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+5000,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+5001,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+5002,,,stu_BPAFD20564,,0,14,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+5003,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5004,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5005,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5006,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5007,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5008,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5009,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5010,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5011,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5012,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5013,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5014,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5015,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5016,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5017,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5018,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5019,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5020,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5021,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5022,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5023,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5024,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5025,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5026,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5027,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5028,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5029,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5030,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5031,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5032,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5033,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5034,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5035,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5036,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5037,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5038,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5039,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5040,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5041,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5042,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5043,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5044,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5045,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5046,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5047,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5048,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,PercentChange,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5049,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5050,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,PercentChange,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5051,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5052,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5053,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5054,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5055,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5056,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5057,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5058,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5059,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5060,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5061,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5062,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5063,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5064,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5065,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5066,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5067,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5068,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5069,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5070,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5071,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5072,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5073,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5074,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5075,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5076,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5077,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5078,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5079,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5080,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5081,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5082,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5083,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5084,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5085,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5086,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5087,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5088,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5089,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5090,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5091,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5092,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5093,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5094,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5095,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5096,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5097,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5098,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5099,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5100,,,stu_DCVGJ17026,,0,19,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5101,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5102,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5103,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5104,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5105,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5106,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5107,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5108,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5109,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5110,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5111,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5112,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5113,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5114,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5115,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5116,,,stu_DCVGJ17026,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5117,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5118,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5119,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5120,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5121,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5122,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5123,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5124,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5125,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5126,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5127,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5128,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5129,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5130,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5131,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5132,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5133,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5134,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5135,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5136,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5137,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5138,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5139,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5140,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5141,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5142,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5143,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5144,,,stu_DCVGJ17026,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5145,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5146,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5147,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5148,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5149,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5150,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5151,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5152,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5153,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5154,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5155,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5156,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5157,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5158,,,stu_FRFCL15798,,0,14,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+5159,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5160,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5161,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5162,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5163,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5164,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5165,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5166,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5167,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5168,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5169,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5170,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5171,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5172,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5173,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5174,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5175,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5176,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5177,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5178,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5179,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5180,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5181,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5182,,,stu_DPQYU17970,,0,13,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5183,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5184,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5185,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5186,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5187,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5188,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5189,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5190,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5191,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5192,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5193,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5194,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5195,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5196,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5197,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5198,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5199,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5200,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5201,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5202,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5203,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5204,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5205,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5206,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5207,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5208,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5209,,,stu_DPQYU17970,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5210,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5211,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5212,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5213,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5214,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5215,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5216,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5217,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5218,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5219,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5220,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5221,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5222,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5223,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5224,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5225,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5226,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5227,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5228,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5229,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5230,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5231,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5232,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5233,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5234,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5235,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5236,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5237,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5238,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5239,,,stu_DPQYU17970,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5240,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5241,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5242,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5243,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5244,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5245,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5246,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5247,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5248,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5249,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5250,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5251,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5252,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5253,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5254,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5255,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5256,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5257,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5258,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5259,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5260,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5261,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5262,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5263,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5264,,,stu_NLVTL44739,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5265,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5266,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5267,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5268,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5269,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5270,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5271,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5272,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5273,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5274,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5275,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5276,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5277,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5278,,,stu_NLVTL44739,,0,13,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5279,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5280,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5281,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5282,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5283,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5284,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5285,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5286,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5287,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5288,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5289,,,stu_NLVTL44739,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5290,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5291,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5292,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5293,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5294,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5295,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5296,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5297,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5298,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5299,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5300,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5301,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5302,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5303,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5304,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5305,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5306,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5307,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5308,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5309,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5310,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5311,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5312,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5313,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5314,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5315,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5316,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5317,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5318,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5319,,,stu_VGDGU50964,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5320,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5321,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5322,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5323,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5324,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5325,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5326,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5327,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5328,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5329,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5330,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5331,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5332,,,stu_VGDGU50964,,0,13,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+5333,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5334,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5335,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5336,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5337,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5338,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5339,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5340,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5341,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5342,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5343,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5344,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5345,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5346,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5347,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5348,,,stu_WQSQR90492,,0,12,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5349,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5350,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5351,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5352,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5353,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5354,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5355,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5356,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5357,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5358,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5359,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5360,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5361,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5362,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5363,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5364,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5365,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5366,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5367,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5368,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5369,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5370,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5371,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5372,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5373,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5374,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5375,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5376,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5377,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5378,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5379,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5380,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5381,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5382,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5383,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5384,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5385,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5386,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5387,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5388,,,stu_WQSQR90492,,0,20,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5389,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5390,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5391,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5392,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5393,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5394,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5395,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5396,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5397,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5398,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5399,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5400,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5401,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5402,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5403,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5404,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5405,,,stu_WQSQR90492,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+5406,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5407,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5408,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5409,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5410,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5411,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5412,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5413,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5414,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5415,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5416,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5417,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5418,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5419,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5420,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5421,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5422,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5423,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5424,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5425,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5426,,,stu_XQSTJ70479,,0,14,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+5427,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5428,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5429,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5430,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5431,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5432,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5433,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5434,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5435,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5436,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5437,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5438,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5439,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5440,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5441,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5442,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5443,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5444,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5445,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5446,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5447,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5448,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5449,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5450,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5451,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5452,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5453,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5454,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5455,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5456,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5457,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5458,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5459,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5460,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5461,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5462,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5463,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5464,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5465,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5466,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5467,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5468,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5469,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5470,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5471,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5472,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5473,,,stu_INFOX53344,,0,16,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5474,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5475,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5476,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5477,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5478,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5479,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5480,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5481,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5482,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5483,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5484,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5485,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5486,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5487,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5488,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5489,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5490,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5491,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5492,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5493,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5494,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5495,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5496,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5497,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5498,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5499,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5500,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5501,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5502,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5503,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5504,,,stu_INFOX53344,,0,19,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5505,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5506,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5507,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5508,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5509,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5510,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5511,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5512,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5513,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5514,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5515,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5516,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5517,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5518,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5519,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5520,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5521,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5522,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5523,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5524,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5525,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5526,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5527,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5528,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5529,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5530,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5531,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5532,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5533,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5534,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5535,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5536,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5537,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5538,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5539,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5540,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5541,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5542,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5543,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5544,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5545,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5546,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5547,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5548,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5549,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5550,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5551,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5552,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5553,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5554,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5555,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5556,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5557,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5558,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5559,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5560,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5561,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5562,,,stu_INFOX53344,,0,14,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5563,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5564,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5565,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5566,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5567,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5568,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5569,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5570,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5571,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5572,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5573,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5574,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5575,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5576,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5577,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5578,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5579,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5580,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5581,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5582,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5583,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5584,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5585,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5586,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5587,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5588,,,stu_WLLHT42061,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+5589,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5590,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5591,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5592,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5593,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5594,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5595,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5596,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5597,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5598,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5599,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5600,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5601,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5602,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5603,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5604,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5605,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5606,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5607,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5608,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5609,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5610,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5611,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5612,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5613,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5614,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5615,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5616,,,stu_WTVTV61096,,0,14,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5617,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5618,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5619,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5620,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5621,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5622,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5623,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5624,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5625,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5626,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5627,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5628,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5629,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5630,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5631,,,stu_WTVTV61096,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5632,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5633,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5634,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5635,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5636,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5637,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5638,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5639,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5640,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5641,,,stu_WTVTV61096,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+5642,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5643,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5644,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5645,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5646,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5647,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5648,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5649,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5650,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5651,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5652,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5653,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5654,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5655,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5656,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5657,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5658,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5659,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5660,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5661,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5662,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5663,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5664,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5665,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5666,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5667,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5668,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5669,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5670,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5671,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5672,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5673,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5674,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5675,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5676,,,stu_JVLEO15125,,0,10,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5677,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5678,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5679,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5680,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5681,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5682,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5683,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5684,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5685,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5686,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5687,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5688,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5689,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5690,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5691,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5692,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5693,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5694,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5695,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5696,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5697,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5698,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5699,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5700,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5701,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5702,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5703,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5704,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5705,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5706,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5707,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5708,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5709,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5710,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5711,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5712,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5713,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5714,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5715,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5716,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5717,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5718,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5719,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5720,,,stu_JVLEO15125,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,8,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5721,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5722,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5723,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5724,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5725,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5726,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5727,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5728,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5729,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5730,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5731,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5732,,,stu_WLQPS07407,,0,10,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+5733,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5734,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5735,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5736,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5737,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5738,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5739,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5740,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5741,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5742,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5743,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5744,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5745,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5746,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5747,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5748,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5749,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5750,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5751,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5752,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5753,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5754,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5755,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5756,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5757,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5758,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5759,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5760,,,stu_BTCHW90944,,0,13,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5761,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5762,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5763,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5764,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5765,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5766,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5767,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5768,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5769,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5770,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5771,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5772,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5773,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5774,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5775,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5776,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5777,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5778,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5779,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5780,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5781,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5782,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5783,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5784,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5785,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5786,,,stu_BTCHW90944,,0,10,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5787,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5788,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5789,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5790,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5791,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5792,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5793,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5794,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5795,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5796,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5797,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5798,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5799,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5800,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5801,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5802,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5803,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5804,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5805,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5806,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5807,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5808,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5809,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5810,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5811,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5812,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5813,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5814,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5815,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5816,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5817,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5818,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5819,,,stu_BTCHW90944,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+5820,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5821,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5822,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5823,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5824,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5825,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5826,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5827,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5828,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5829,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5830,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5831,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5832,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5833,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5834,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5835,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5836,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5837,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5838,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5839,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5840,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5841,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5842,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5843,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5844,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5845,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5846,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5847,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5848,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5849,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5850,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5851,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5852,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5853,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5854,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5855,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5856,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5857,,,stu_DJDWN76998,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5858,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5859,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5860,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5861,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5862,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5863,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5864,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5865,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5866,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5867,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5868,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5869,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5870,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5871,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5872,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5873,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5874,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5875,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5876,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5877,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5878,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5879,,,stu_DJDWN76998,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5880,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5881,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5882,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5883,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5884,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5885,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5886,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5887,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5888,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5889,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5890,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5891,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5892,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5893,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5894,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5895,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5896,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5897,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5898,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5899,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5900,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5901,,,stu_FNGPF45444,,0,10,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5902,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5903,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5904,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5905,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5906,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5907,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5908,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5909,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5910,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5911,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5912,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5913,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5914,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5915,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5916,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5917,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5918,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5919,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5920,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5921,,,stu_FNGPF45444,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5922,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5923,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5924,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5925,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5926,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5927,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5928,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5929,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5930,,,stu_QQRYB96294,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5931,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5932,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5933,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5934,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5935,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5936,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5937,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5938,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5939,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5940,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5941,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5942,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5943,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5944,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5945,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5946,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5947,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5948,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5949,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5950,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5951,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5952,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5953,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5954,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5955,,,stu_QXYLE28294,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5956,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5957,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5958,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5959,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5960,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5961,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5962,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5963,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5964,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5965,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5966,,,stu_QXYLE28294,,0,10,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5967,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5968,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5969,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5970,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5971,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5972,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5973,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5974,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5975,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5976,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5977,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5978,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5979,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5980,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5981,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5982,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5983,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5984,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5985,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5986,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5987,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5988,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5989,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5990,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5991,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5992,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5993,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5994,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5995,,,stu_YMKBT27917,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5996,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5997,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5998,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5999,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6000,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6001,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6002,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6003,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6004,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6005,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6006,,,stu_YMKBT27917,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6007,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6008,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6009,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6010,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6011,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6012,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6013,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6014,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6015,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6016,,,stu_ZDMNX97054,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6017,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6018,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6019,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6020,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6021,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6022,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6023,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6024,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6025,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6026,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6027,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6028,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6029,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6030,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6031,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6032,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6033,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6034,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6035,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6036,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6037,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6038,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6039,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6040,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6041,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6042,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6043,,,stu_ZOTAB37893,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6044,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6045,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6046,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6047,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6048,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6049,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6050,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6051,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6052,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6053,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6054,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6055,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6056,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6057,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6058,,,stu_REAUR79469,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6059,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6060,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6061,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6062,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6063,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6064,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6065,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6066,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6067,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6068,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6069,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6070,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6071,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6072,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6073,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6074,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6075,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6076,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6077,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6078,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6079,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6080,,,stu_REAUR79469,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+6081,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6082,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6083,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6084,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6085,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6086,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6087,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6088,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6089,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6090,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6091,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6092,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6093,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6094,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6095,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6096,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6097,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6098,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6099,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6100,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6101,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6102,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6103,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6104,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6105,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6106,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6107,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6108,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6109,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6110,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6111,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6112,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6113,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6114,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6115,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6116,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6117,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6118,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6119,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6120,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6121,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6122,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6123,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6124,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6125,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6126,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6127,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6128,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6129,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6130,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6131,,,stu_CLGYT72242,,0,20,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6132,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6133,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6134,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6135,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6136,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6137,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6138,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6139,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6140,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6141,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6142,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6143,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6144,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6145,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6146,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6147,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6148,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6149,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6150,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6151,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6152,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6153,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6154,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6155,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6156,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6157,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6158,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6159,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6160,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6161,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6162,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6163,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6164,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6165,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6166,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6167,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6168,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6169,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6170,,,stu_CLGYT72242,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6171,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6172,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6173,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6174,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6175,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6176,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6177,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6178,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6179,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6180,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6181,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6182,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6183,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6184,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6185,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6186,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6187,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6188,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6189,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6190,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6191,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6192,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6193,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6194,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6195,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6196,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6197,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6198,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6199,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6200,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6201,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6202,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6203,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6204,,,stu_CLGYT72242,,0,18,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6205,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6206,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6207,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6208,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6209,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6210,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6211,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6212,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6213,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6214,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6215,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6216,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6217,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6218,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6219,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6220,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6221,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6222,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6223,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6224,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6225,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6226,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6227,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6228,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6229,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6230,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6231,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6232,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6233,,,stu_JAZOV03454,,0,17,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6234,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6235,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6236,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6237,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6238,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6239,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6240,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6241,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6242,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6243,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6244,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6245,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6246,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6247,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6248,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6249,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6250,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6251,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6252,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6253,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6254,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6255,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6256,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6257,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6258,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6259,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6260,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6261,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6262,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6263,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6264,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6265,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6266,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6267,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6268,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6269,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6270,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6271,,,stu_JAZOV03454,,0,9,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6272,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6273,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6274,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6275,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6276,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6277,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6278,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6279,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6280,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6281,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6282,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6283,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6284,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6285,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6286,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6287,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6288,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6289,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6290,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6291,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6292,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6293,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6294,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6295,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6296,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6297,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6298,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6299,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6300,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6301,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6302,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6303,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6304,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6305,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6306,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6307,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6308,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6309,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6310,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6311,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6312,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6313,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6314,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6315,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6316,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6317,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6318,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6319,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6320,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6321,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6322,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6323,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6324,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6325,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6326,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6327,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6328,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6329,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6330,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6331,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6332,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6333,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6334,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6335,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6336,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6337,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6338,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6339,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6340,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6341,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6342,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6343,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6344,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6345,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6346,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6347,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6348,,,stu_VEOZM29428,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6349,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6350,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6351,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6352,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6353,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6354,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6355,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6356,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6357,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6358,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6359,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6360,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6361,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6362,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6363,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6364,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6365,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6366,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6367,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6368,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6369,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6370,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6371,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6372,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6373,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6374,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6375,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6376,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6377,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6378,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6379,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6380,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6381,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6382,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6383,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6384,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6385,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6386,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6387,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6388,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6389,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6390,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6391,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6392,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6393,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6394,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6395,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6396,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6397,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6398,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6399,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6400,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6401,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6402,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6403,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6404,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6405,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6406,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6407,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6408,,,stu_VEOZM29428,,0,18,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6409,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6410,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6411,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6412,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6413,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6414,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6415,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6416,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6417,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6418,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6419,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6420,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6421,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6422,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6423,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6424,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6425,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6426,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6427,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6428,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6429,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6430,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6431,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6432,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6433,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6434,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6435,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6436,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6437,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6438,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6439,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6440,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6441,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6442,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6443,,,stu_CFRXK28860,,0,17,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6444,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6445,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6446,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6447,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6448,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6449,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6450,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6451,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6452,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6453,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6454,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6455,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6456,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6457,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6458,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6459,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6460,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6461,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6462,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6463,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6464,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6465,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6466,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6467,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6468,,,stu_CFRXK28860,,0,9,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6469,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6470,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6471,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6472,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6473,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6474,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6475,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6476,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6477,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6478,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6479,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6480,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6481,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6482,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6483,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6484,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6485,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6486,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6487,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6488,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6489,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6490,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6491,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6492,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6493,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6494,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6495,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6496,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6497,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6498,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6499,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6500,,,stu_RMBKM83753,,0,17,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6501,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6502,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6503,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6504,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6505,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6506,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6507,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6508,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6509,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6510,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6511,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6512,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6513,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6514,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6515,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6516,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6517,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6518,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6519,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6520,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6521,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6522,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6523,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6524,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6525,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6526,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6527,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6528,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6529,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6530,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6531,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6532,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6533,,,stu_RMBKM83753,,0,18,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+6534,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6535,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6536,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6537,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6538,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6539,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6540,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6541,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6542,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6543,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6544,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6545,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6546,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6547,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6548,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6549,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6550,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6551,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6552,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6553,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6554,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6555,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6556,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6557,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6558,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6559,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6560,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6561,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6562,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6563,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6564,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6565,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6566,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6567,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6568,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6569,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6570,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6571,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6572,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6573,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6574,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6575,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6576,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6577,,,stu_XOKUR71502,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6578,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6579,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6580,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6581,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6582,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6583,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6584,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6585,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6586,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6587,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6588,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6589,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6590,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6591,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6592,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6593,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6594,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6595,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6596,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6597,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6598,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6599,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6600,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6601,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6602,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6603,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6604,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6605,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6606,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6607,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6608,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6609,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6610,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6611,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6612,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6613,,,stu_XOKUR71502,,0,15,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6614,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6615,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6616,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6617,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6618,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6619,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6620,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6621,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6622,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6623,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6624,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6625,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6626,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6627,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6628,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6629,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6630,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6631,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6632,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6633,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6634,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6635,,,stu_XOKUR71502,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6636,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6637,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6638,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6639,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6640,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6641,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6642,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6643,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6644,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6645,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6646,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6647,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6648,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6649,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6650,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6651,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6652,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6653,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6654,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6655,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6656,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6657,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6658,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6659,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6660,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6661,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6662,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6663,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6664,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6665,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6666,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6667,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6668,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6669,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6670,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6671,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6672,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6673,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6674,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6675,,,stu_XOKUR71502,,0,20,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6676,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6677,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6678,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6679,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6680,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6681,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6682,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6683,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6684,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6685,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6686,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6687,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6688,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6689,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6690,,,stu_YIPTY59238,,0,11,,,,,ratio_proportion_change3-110,ratio_proportion_change3-110,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6691,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6692,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6693,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6694,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6695,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6696,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6697,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6698,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6699,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6700,,,stu_YIPTY59238,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6701,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6702,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6703,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6704,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6705,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6706,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6707,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6708,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6709,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6710,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6711,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6712,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6713,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6714,,,stu_YIPTY59238,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6715,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6716,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6717,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6718,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6719,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6720,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6721,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6722,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6723,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6724,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6725,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6726,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6727,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6728,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6729,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6730,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6731,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6732,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6733,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6734,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6735,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6736,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6737,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6738,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6739,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6740,,,stu_HKFUB28143,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6741,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6742,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6743,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6744,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6745,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6746,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6747,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6748,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6749,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6750,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6751,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6752,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6753,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6754,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6755,,,stu_HKFUB28143,,0,13,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6756,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6757,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6758,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6759,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6760,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6761,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6762,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6763,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6764,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6765,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6766,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6767,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6768,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6769,,,stu_JNKKK98783,,0,10,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6770,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6771,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6772,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6773,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6774,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6775,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6776,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6777,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6778,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6779,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6780,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6781,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6782,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6783,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6784,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6785,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6786,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6787,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6788,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6789,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6790,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6791,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6792,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6793,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6794,,,stu_JNKKK98783,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6795,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6796,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6797,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6798,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6799,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6800,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6801,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6802,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6803,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6804,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6805,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6806,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6807,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6808,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6809,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6810,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6811,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6812,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6813,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6814,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6815,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6816,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6817,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6818,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6819,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6820,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6821,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6822,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6823,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6824,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6825,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6826,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6827,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6828,,,stu_JNKKK98783,,0,9,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6829,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6830,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6831,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6832,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6833,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6834,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6835,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6836,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6837,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6838,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6839,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,6,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6840,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,7,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6841,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6842,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,8,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6843,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6844,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,9,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6845,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,10,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6846,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorQuantity1,11,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6847,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6848,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6849,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6850,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6851,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6852,,,stu_JNKKK98783,,0,11,,,,,ratio_proportion_change3-cms-086,ratio_proportion_change3-cms-086,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+6853,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6854,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6855,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6856,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6857,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6858,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6859,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6860,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6861,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6862,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6863,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6864,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6865,,,stu_LLEIH64155,,0,10,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6866,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6867,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6868,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6869,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6870,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6871,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6872,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6873,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6874,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6875,,,stu_LLEIH64155,,0,9,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6876,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6877,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6878,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6879,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6880,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6881,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6882,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6883,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6884,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6885,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6886,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6887,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6888,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6889,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6890,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6891,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6892,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6893,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6894,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6895,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6896,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6897,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6898,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6899,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6900,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6901,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6902,,,stu_ZKCJK67704,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6903,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6904,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6905,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6906,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6907,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6908,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6909,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6910,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6911,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6912,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6913,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6914,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6915,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6916,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6917,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6918,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6919,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6920,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6921,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6922,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6923,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6924,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6925,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6926,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6927,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6928,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6929,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6930,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6931,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6932,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6933,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6934,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6935,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6936,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6937,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6938,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6939,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6940,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6941,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6942,,,stu_ZKCJK67704,,0,19,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6943,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6944,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6945,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6946,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6947,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6948,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6949,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6950,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6951,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6952,,,stu_ZKCJK67704,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6953,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6954,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6955,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6956,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6957,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6958,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6959,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6960,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6961,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6962,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6963,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6964,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6965,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6966,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6967,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6968,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6969,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6970,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6971,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6972,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6973,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6974,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6975,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6976,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6977,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6978,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6979,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6980,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6981,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6982,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6983,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6984,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6985,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6986,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6987,,,stu_ZXTZQ39324,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6988,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6989,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6990,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6991,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6992,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6993,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6994,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6995,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6996,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6997,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6998,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+6999,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7000,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7001,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7002,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7003,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7004,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7005,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7006,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7007,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7008,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7009,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7010,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7011,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7012,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7013,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7014,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7015,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7016,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7017,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7018,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7019,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7020,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7021,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7022,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7023,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7024,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7025,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7026,,,stu_SAUPP41499,,0,21,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7027,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7028,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7029,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7030,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7031,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7032,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7033,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7034,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7035,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7036,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7037,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7038,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7039,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7040,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7041,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7042,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7043,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7044,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7045,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7046,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7047,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7048,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7049,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7050,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7051,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7052,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7053,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7054,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7055,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7056,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7057,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7058,,,stu_SAUPP41499,,0,17,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7059,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7060,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7061,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7062,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7063,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7064,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7065,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7066,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7067,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7068,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7069,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7070,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7071,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7072,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7073,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7074,,,stu_SAUPP41499,,0,16,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+7075,,,stu_DPQVH39209,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+7076,,,stu_DPQVH39209,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+7077,,,stu_DPQVH39209,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+7078,,,stu_DPQVH39209,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+7079,,,stu_DPQVH39209,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+7080,,,stu_DPQVH39209,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+7081,,,stu_DPQVH39209,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+7082,,,stu_DPQVH39209,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+7083,,,stu_DPQVH39209,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+7084,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7085,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7086,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7087,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7088,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7089,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7090,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7091,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7092,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7093,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7094,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7095,,,stu_JUUBZ81040,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7096,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7097,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7098,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7099,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7100,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7101,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7102,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7103,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7104,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7105,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7106,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7107,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7108,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7109,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7110,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7111,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7112,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7113,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7114,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7115,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7116,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7117,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7118,,,stu_JUUBZ81040,,0,18,,,,,ratio_proportion_change3-157,ratio_proportion_change3-157,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7119,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7120,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7121,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7122,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7123,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7124,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7125,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7126,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7127,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7128,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7129,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7130,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7131,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7132,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7133,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7134,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7135,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7136,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7137,,,stu_JUUBZ81040,,0,16,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7138,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7139,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7140,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7141,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7142,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7143,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7144,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7145,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7146,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7147,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7148,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7149,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7150,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7151,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7152,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7153,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7154,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7155,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7156,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7157,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7158,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7159,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7160,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7161,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7162,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7163,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7164,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7165,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7166,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7167,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7168,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7169,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7170,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7171,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7172,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7173,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7174,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7175,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7176,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7177,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7178,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7179,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7180,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7181,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7182,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7183,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7184,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7185,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7186,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7187,,,stu_RMTQV73881,,0,13,,,,,ratio_proportion_change3-199,ratio_proportion_change3-199,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7188,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7189,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7190,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7191,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7192,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7193,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7194,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7195,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7196,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7197,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7198,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7199,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7200,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7201,,,stu_RMTQV73881,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7202,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7203,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7204,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7205,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7206,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7207,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7208,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7209,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7210,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7211,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7212,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7213,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7214,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7215,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7216,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7217,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7218,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7219,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7220,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7221,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7222,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7223,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7224,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7225,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7226,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7227,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7228,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7229,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7230,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7231,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7232,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7233,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7234,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7235,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7236,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7237,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7238,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7239,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7240,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7241,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7242,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7243,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7244,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7245,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7246,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7247,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7248,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7249,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7250,,,stu_RPRRO54751,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7251,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7252,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7253,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7254,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7255,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7256,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7257,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7258,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7259,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7260,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7261,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7262,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7263,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7264,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7265,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7266,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7267,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7268,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7269,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7270,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7271,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7272,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7273,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7274,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7275,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7276,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7277,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7278,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7279,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7280,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7281,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7282,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7283,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7284,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7285,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7286,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7287,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7288,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7289,,,stu_RPRRO54751,,0,16,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7290,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7291,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7292,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7293,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7294,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7295,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7296,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7297,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7298,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7299,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7300,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7301,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7302,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7303,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7304,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7305,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7306,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7307,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7308,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7309,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7310,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7311,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7312,,,stu_RPRRO54751,,0,18,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7313,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7314,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7315,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7316,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7317,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7318,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7319,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7320,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7321,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7322,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7323,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7324,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7325,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7326,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7327,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7328,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7329,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7330,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7331,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7332,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7333,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7334,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7335,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7336,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7337,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7338,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7339,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7340,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7341,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7342,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7343,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7344,,,stu_SKLOY10813,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7345,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7346,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7347,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7348,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7349,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7350,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7351,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7352,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7353,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7354,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7355,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7356,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7357,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7358,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7359,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7360,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7361,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7362,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7363,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7364,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7365,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7366,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7367,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7368,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7369,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7370,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7371,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7372,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7373,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7374,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7375,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7376,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7377,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7378,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7379,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7380,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7381,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7382,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7383,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7384,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7385,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7386,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7387,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7388,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7389,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7390,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7391,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7392,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7393,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7394,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7395,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7396,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7397,,,stu_UAIZI46260,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7398,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7399,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7400,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7401,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7402,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7403,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7404,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7405,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7406,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7407,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7408,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7409,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7410,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7411,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7412,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7413,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7414,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7415,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7416,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7417,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7418,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7419,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7420,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7421,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7422,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7423,,,stu_UAIZI46260,,0,17,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7424,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7425,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7426,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7427,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7428,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7429,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7430,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7431,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7432,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7433,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7434,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7435,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7436,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7437,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7438,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7439,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7440,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7441,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7442,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7443,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7444,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7445,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7446,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7447,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7448,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7449,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7450,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7451,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7452,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7453,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7454,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7455,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7456,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7457,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7458,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7459,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7460,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7461,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7462,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7463,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7464,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7465,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7466,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7467,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7468,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7469,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7470,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7471,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7472,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7473,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7474,,,stu_VTHEO17539,,0,18,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7475,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7476,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7477,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7478,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7479,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7480,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7481,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7482,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7483,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7484,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7485,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7486,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7487,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7488,,,stu_VTHEO17539,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7489,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7490,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7491,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7492,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7493,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7494,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7495,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7496,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7497,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7498,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7499,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7500,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7501,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7502,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7503,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7504,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7505,,,stu_VTHEO17539,,0,13,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+7506,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7507,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7508,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7509,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7510,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7511,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7512,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7513,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7514,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7515,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7516,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7517,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7518,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7519,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7520,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7521,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7522,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7523,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7524,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7525,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7526,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7527,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-091,ratio_proportion_change3-091,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7528,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7529,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7530,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7531,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7532,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7533,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7534,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7535,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7536,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7537,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7538,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7539,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7540,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7541,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7542,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7543,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7544,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7545,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7546,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7547,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7548,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7549,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7550,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7551,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7552,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7553,,,stu_GSXOV78360,,0,18,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7554,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7555,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7556,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7557,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7558,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7559,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7560,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7561,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7562,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7563,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7564,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7565,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7566,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7567,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7568,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7569,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7570,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7571,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7572,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7573,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7574,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7575,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7576,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7577,,,stu_GSXOV78360,,0,20,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+7578,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7579,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7580,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7581,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7582,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7583,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7584,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7585,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7586,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7587,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7588,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7589,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7590,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7591,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7592,,,stu_RIMRG53367,,0,9,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7593,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7594,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7595,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7596,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7597,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7598,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7599,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7600,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7601,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7602,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7603,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7604,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7605,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7606,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7607,,,stu_RIMRG53367,,0,10,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+7608,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7609,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7610,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7611,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7612,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7613,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7614,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7615,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7616,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7617,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7618,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7619,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7620,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7621,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7622,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7623,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7624,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7625,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7626,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7627,,,stu_HXEMO44127,,0,18,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7628,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7629,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7630,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7631,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7632,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7633,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7634,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7635,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7636,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7637,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7638,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7639,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7640,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7641,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7642,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7643,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7644,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7645,,,stu_HXEMO44127,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+7646,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7647,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7648,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7649,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7650,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7651,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7652,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7653,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7654,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7655,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7656,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7657,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7658,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7659,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7660,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7661,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7662,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7663,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7664,,,stu_NUWQL80912,,0,13,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7665,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7666,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7667,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7668,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7669,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7670,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7671,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7672,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7673,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7674,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7675,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,6,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7676,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,7,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7677,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7678,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7679,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7680,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,NumeratorQuantity1,8,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7681,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7682,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7683,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7684,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7685,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7686,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7687,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7688,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7689,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7690,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7691,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7692,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow2:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7693,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7694,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7695,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FirstRow2:2,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7696,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7697,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7698,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7699,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7700,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7701,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7702,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7703,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7704,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7705,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7706,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7707,,,stu_NUWQL80912,,0,22,,,,,ratio_proportion_change3-193,ratio_proportion_change3-193,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7708,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7709,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7710,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7711,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7712,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7713,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7714,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7715,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7716,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7717,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7718,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7719,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7720,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7721,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7722,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7723,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7724,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7725,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7726,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7727,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7728,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7729,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7730,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7731,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7732,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7733,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7734,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7735,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7736,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7737,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7738,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7739,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7740,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7741,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7742,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7743,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7744,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7745,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7746,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7747,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7748,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7749,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7750,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7751,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7752,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7753,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7754,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7755,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7756,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7757,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7758,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7759,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7760,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7761,,,stu_NUWQL80912,,0,14,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7762,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7763,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7764,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7765,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7766,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7767,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7768,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7769,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7770,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7771,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7772,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7773,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7774,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7775,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7776,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7777,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7778,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7779,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7780,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7781,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7782,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7783,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7784,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7785,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7786,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7787,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7788,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7789,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7790,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7791,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7792,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7793,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7794,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7795,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7796,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7797,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7798,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7799,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7800,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7801,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7802,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7803,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7804,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7805,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7806,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7807,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7808,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7809,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7810,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7811,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7812,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7813,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7814,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7815,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7816,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7817,,,stu_NUWQL80912,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+7818,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7819,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7820,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7821,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7822,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7823,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7824,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7825,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7826,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7827,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7828,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7829,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7830,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7831,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7832,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7833,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7834,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7835,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7836,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7837,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7838,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7839,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7840,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7841,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7842,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7843,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7844,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7845,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7846,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7847,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7848,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7849,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7850,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7851,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7852,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7853,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7854,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7855,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7856,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7857,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7858,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7859,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7860,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7861,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7862,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7863,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7864,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7865,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7866,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7867,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7868,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7869,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7870,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7871,,,stu_QUSHB54253,,0,20,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7872,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7873,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7874,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7875,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7876,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7877,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7878,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7879,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7880,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7881,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7882,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7883,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7884,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7885,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7886,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7887,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7888,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7889,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7890,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7891,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7892,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7893,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7894,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7895,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7896,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7897,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7898,,,stu_QUSHB54253,,0,14,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+7899,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7900,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7901,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7902,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7903,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7904,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7905,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7906,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7907,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7908,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7909,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7910,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7911,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7912,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7913,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7914,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7915,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7916,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7917,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7918,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7919,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7920,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7921,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7922,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7923,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7924,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7925,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7926,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7927,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7928,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7929,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7930,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7931,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7932,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7933,,,stu_WAUKV23420,,0,16,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+7934,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7935,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7936,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7937,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7938,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7939,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7940,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7941,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7942,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7943,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7944,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7945,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7946,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7947,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7948,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7949,,,stu_HQECG97858,,0,12,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7950,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7951,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7952,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7953,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7954,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7955,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7956,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7957,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7958,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7959,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7960,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7961,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7962,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7963,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7964,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7965,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7966,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7967,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7968,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7969,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7970,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7971,,,stu_HQECG97858,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7972,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7973,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7974,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7975,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7976,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7977,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7978,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7979,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7980,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7981,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7982,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7983,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7984,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7985,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7986,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7987,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-117,ratio_proportion_change3-117,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7988,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7989,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7990,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7991,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7992,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7993,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7994,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7995,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7996,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7997,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7998,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7999,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8000,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8001,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8002,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8003,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8004,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8005,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8006,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8007,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8008,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8009,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8010,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8011,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8012,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8013,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8014,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8015,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8016,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8017,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8018,,,stu_IBENU36157,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8019,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8020,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8021,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8022,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8023,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8024,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8025,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8026,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8027,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8028,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8029,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8030,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8031,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8032,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8033,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8034,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8035,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8036,,,stu_IBENU36157,,0,13,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8037,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8038,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8039,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8040,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8041,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8042,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8043,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8044,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8045,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8046,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8047,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8048,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8049,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8050,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8051,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8052,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8053,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8054,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8055,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8056,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8057,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8058,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8059,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8060,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8061,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8062,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8063,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8064,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8065,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8066,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8067,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8068,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8069,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8070,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8071,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8072,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8073,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8074,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8075,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8076,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8077,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8078,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8079,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8080,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8081,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8082,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8083,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8084,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8085,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8086,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8087,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8088,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8089,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8090,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8091,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8092,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8093,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8094,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8095,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8096,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8097,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8098,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8099,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8100,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8101,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8102,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8103,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8104,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8105,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8106,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8107,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8108,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8109,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8110,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8111,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8112,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8113,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8114,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8115,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8116,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8117,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8118,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8119,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8120,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8121,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8122,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8123,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8124,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8125,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8126,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8127,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8128,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8129,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8130,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8131,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8132,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8133,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8134,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8135,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8136,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8137,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8138,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8139,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8140,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8141,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8142,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8143,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8144,,,stu_KTUGB82913,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8145,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8146,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8147,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8148,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8149,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8150,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8151,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8152,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8153,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8154,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8155,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8156,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8157,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8158,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8159,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8160,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8161,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8162,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8163,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8164,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8165,,,stu_KTUGB82913,,0,19,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8166,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8167,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8168,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8169,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8170,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8171,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8172,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8173,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8174,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8175,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8176,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8177,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8178,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8179,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8180,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8181,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8182,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8183,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8184,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8185,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8186,,,stu_KTUGB82913,,0,14,,,,,ratio_proportion_change3-cms-070,ratio_proportion_change3-cms-070,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+8187,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8188,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8189,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8190,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8191,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8192,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8193,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8194,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8195,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8196,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8197,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8198,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8199,,,stu_MYFEP84669,,0,13,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8200,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8201,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8202,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8203,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8204,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8205,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8206,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8207,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8208,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8209,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8210,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8211,,,stu_MYFEP84669,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+8212,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8213,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8214,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8215,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8216,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8217,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8218,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8219,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8220,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8221,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8222,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8223,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8224,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8225,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8226,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8227,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8228,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8229,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8230,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8231,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8232,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8233,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8234,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8235,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8236,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8237,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8238,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8239,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8240,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8241,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8242,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8243,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8244,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8245,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8246,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8247,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8248,,,stu_OQHIE41163,,0,21,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8249,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8250,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8251,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8252,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8253,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8254,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8255,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8256,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8257,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8258,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8259,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8260,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8261,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8262,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8263,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8264,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8265,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8266,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8267,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8268,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8269,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8270,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8271,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8272,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8273,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8274,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8275,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8276,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8277,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8278,,,stu_OQHIE41163,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8279,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8280,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8281,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8282,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8283,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8284,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8285,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8286,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8287,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8288,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8289,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8290,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8291,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8292,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8293,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8294,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8295,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8296,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8297,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8298,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8299,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8300,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8301,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8302,,,stu_QCLUY04304,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8303,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8304,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8305,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8306,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8307,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8308,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8309,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8310,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8311,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8312,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8313,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8314,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8315,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8316,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8317,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8318,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8319,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8320,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8321,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8322,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8323,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8324,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8325,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8326,,,stu_QCLUY04304,,0,9,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,8,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+8327,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8328,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8329,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8330,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8331,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8332,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8333,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8334,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8335,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8336,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8337,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8338,,,stu_TXXEQ15613,,0,9,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8339,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8340,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8341,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8342,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8343,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8344,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8345,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8346,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8347,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8348,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8349,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8350,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8351,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8352,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8353,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8354,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8355,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8356,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8357,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8358,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8359,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8360,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8361,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8362,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8363,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8364,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8365,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8366,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8367,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8368,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8369,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8370,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8371,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8372,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8373,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8374,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8375,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8376,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8377,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8378,,,stu_TZTWK73367,,0,9,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+8379,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8380,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8381,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8382,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8383,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8384,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8385,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8386,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8387,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8388,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8389,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8390,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8391,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8392,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8393,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8394,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8395,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8396,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8397,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8398,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8399,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8400,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8401,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8402,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8403,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8404,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8405,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8406,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8407,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8408,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8409,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8410,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8411,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8412,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8413,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8414,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8415,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8416,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8417,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8418,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8419,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8420,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8421,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8422,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8423,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8424,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8425,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8426,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8427,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8428,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8429,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8430,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8431,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8432,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8433,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8434,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8435,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8436,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8437,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8438,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8439,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8440,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8441,,,stu_XIYHF22949,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8442,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8443,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8444,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8445,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8446,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8447,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8448,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8449,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8450,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8451,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8452,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8453,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8454,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8455,,,stu_XIYHF22949,,0,14,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+8456,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8457,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8458,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8459,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8460,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8461,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8462,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8463,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8464,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8465,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8466,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8467,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8468,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8469,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8470,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8471,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8472,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8473,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8474,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8475,,,stu_ZAROQ68312,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8476,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8477,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8478,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8479,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8480,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8481,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8482,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8483,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8484,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8485,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8486,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8487,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8488,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8489,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8490,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8491,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8492,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8493,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8494,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8495,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8496,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8497,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8498,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8499,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8500,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8501,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8502,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8503,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8504,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8505,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8506,,,stu_ZAROQ68312,,0,19,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+8507,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8508,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8509,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8510,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8511,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8512,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8513,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8514,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8515,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8516,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8517,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8518,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8519,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8520,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8521,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8522,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8523,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8524,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8525,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8526,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8527,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8528,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8529,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8530,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8531,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8532,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8533,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8534,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8535,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8536,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8537,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8538,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8539,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8540,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8541,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8542,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8543,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8544,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8545,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8546,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8547,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8548,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8549,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8550,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8551,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8552,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8553,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8554,,,stu_BPBTV89795,,0,22,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8555,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8556,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8557,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8558,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8559,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8560,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8561,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8562,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8563,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8564,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8565,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8566,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8567,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8568,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8569,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8570,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8571,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8572,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8573,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8574,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8575,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8576,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8577,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8578,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8579,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8580,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8581,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8582,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8583,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8584,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8585,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8586,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8587,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8588,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8589,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8590,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8591,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8592,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8593,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8594,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8595,,,stu_BPBTV89795,,0,19,,,,,ratio_proportion_change3-cms-006,ratio_proportion_change3-cms-006,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8596,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8597,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8598,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8599,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8600,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8601,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8602,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8603,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8604,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8605,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8606,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8607,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8608,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8609,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8610,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8611,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8612,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8613,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8614,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8615,,,stu_BPBTV89795,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8616,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8617,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8618,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8619,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8620,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8621,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8622,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8623,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8624,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8625,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8626,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8627,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8628,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8629,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8630,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8631,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8632,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8633,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8634,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8635,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8636,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8637,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8638,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8639,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8640,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8641,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8642,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8643,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8644,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8645,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8646,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8647,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8648,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8649,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8650,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8651,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8652,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8653,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8654,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8655,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8656,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8657,,,stu_BPBTV89795,,0,18,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8658,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8659,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8660,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8661,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8662,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8663,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8664,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8665,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8666,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8667,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8668,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8669,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8670,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8671,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8672,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8673,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8674,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8675,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8676,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8677,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8678,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8679,,,stu_BPBTV89795,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8680,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8681,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8682,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8683,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8684,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8685,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8686,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8687,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8688,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8689,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8690,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8691,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8692,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8693,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8694,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8695,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8696,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8697,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8698,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8699,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8700,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8701,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8702,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8703,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8704,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8705,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8706,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8707,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8708,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8709,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8710,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8711,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8712,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8713,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8714,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8715,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8716,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8717,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8718,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8719,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8720,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8721,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8722,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8723,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8724,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8725,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8726,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8727,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8728,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8729,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8730,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8731,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8732,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8733,,,stu_EYNFE31765,,0,17,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8734,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8735,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8736,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8737,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8738,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8739,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8740,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8741,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8742,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8743,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8744,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8745,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8746,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8747,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8748,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8749,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8750,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8751,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8752,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8753,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8754,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8755,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8756,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8757,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8758,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8759,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8760,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8761,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8762,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8763,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8764,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8765,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8766,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8767,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8768,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8769,,,stu_EYNFE31765,,0,13,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8770,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8771,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8772,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8773,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8774,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8775,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8776,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8777,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8778,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8779,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8780,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8781,,,stu_EYNFE31765,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8782,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8783,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8784,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8785,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8786,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8787,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8788,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8789,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8790,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8791,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8792,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8793,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8794,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8795,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8796,,,stu_EYNFE31765,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+8797,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8798,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8799,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8800,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8801,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8802,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8803,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8804,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8805,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8806,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8807,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8808,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8809,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8810,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8811,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8812,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8813,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8814,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8815,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8816,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8817,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8818,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8819,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8820,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8821,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8822,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8823,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8824,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8825,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8826,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8827,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8828,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8829,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8830,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8831,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8832,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8833,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8834,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8835,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8836,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8837,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8838,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8839,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8840,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8841,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8842,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8843,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8844,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8845,,,stu_IMRWD65225,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8846,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8847,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8848,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8849,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8850,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8851,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8852,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8853,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8854,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8855,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8856,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8857,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8858,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8859,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8860,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8861,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8862,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8863,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8864,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8865,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8866,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8867,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8868,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8869,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8870,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8871,,,stu_IMRWD65225,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8872,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8873,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8874,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8875,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8876,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8877,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8878,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8879,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8880,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8881,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8882,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8883,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8884,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8885,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8886,,,stu_IMRWD65225,,0,13,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8887,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8888,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8889,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8890,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8891,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8892,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8893,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8894,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8895,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8896,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8897,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8898,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8899,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8900,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8901,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8902,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8903,,,stu_IMRWD65225,,0,15,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8904,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8905,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8906,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8907,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8908,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8909,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8910,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8911,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8912,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8913,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8914,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8915,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8916,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8917,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8918,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8919,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8920,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8921,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8922,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8923,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8924,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8925,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8926,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8927,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8928,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8929,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8930,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8931,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8932,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8933,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8934,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8935,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8936,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8937,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8938,,,stu_IMRWD65225,,0,21,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8939,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8940,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8941,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8942,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8943,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8944,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8945,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8946,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8947,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8948,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8949,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8950,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8951,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8952,,,stu_IMRWD65225,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+8953,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8954,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8955,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8956,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8957,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8958,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8959,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8960,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8961,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8962,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8963,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8964,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8965,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8966,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8967,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8968,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8969,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8970,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8971,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8972,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8973,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8974,,,stu_OYVWG38007,,0,17,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8975,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8976,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8977,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8978,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8979,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8980,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8981,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8982,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8983,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8984,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8985,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8986,,,stu_RHVWX40394,,0,12,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8987,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8988,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8989,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8990,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8991,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8992,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8993,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8994,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8995,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8996,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8997,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8998,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+8999,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+9000,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+9001,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+9002,,,stu_RHVWX40394,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+9003,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9004,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9005,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9006,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9007,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9008,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9009,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9010,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9011,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9012,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9013,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9014,,,stu_ROSQV63193,,0,12,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9015,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9016,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9017,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9018,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9019,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9020,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9021,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9022,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9023,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9024,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9025,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9026,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9027,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9028,,,stu_ROSQV63193,,0,14,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+9029,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9030,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9031,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9032,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9033,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9034,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9035,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9036,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9037,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9038,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9039,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9040,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9041,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9042,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9043,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9044,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9045,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9046,,,stu_XYOBS24492,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9047,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9048,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9049,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9050,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9051,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9052,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9053,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9054,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9055,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9056,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9057,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9058,,,stu_XYOBS24492,,0,10,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9059,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9060,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9061,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9062,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9063,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9064,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9065,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9066,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9067,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9068,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9069,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9070,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9071,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9072,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9073,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9074,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9075,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9076,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9077,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9078,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9079,,,stu_XYOBS24492,,0,11,,,,,ratio_proportion_change3-cms-080,ratio_proportion_change3-cms-080,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+9080,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9081,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9082,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9083,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9084,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9085,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9086,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9087,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9088,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9089,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9090,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9091,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9092,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9093,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9094,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9095,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9096,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9097,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9098,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9099,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9100,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9101,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9102,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9103,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9104,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9105,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9106,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9107,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9108,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9109,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9110,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9111,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9112,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9113,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9114,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9115,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9116,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9117,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9118,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9119,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9120,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9121,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9122,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9123,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9124,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9125,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9126,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9127,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9128,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9129,,,stu_FZAYE88808,,0,14,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9130,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9131,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9132,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9133,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9134,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9135,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9136,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9137,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9138,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9139,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9140,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9141,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9142,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9143,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9144,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9145,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9146,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9147,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9148,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9149,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9150,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9151,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9152,,,stu_FZAYE88808,,0,16,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9153,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9154,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9155,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9156,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9157,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9158,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9159,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9160,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9161,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9162,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9163,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9164,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9165,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9166,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9167,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9168,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9169,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9170,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9171,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9172,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9173,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9174,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9175,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9176,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9177,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9178,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9179,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9180,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9181,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,6,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9182,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9183,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9184,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9185,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9186,,,stu_FZAYE88808,,0,20,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9187,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9188,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9189,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9190,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9191,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9192,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9193,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9194,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9195,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9196,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9197,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9198,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9199,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9200,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9201,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9202,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9203,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9204,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9205,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9206,,,stu_FZAYE88808,,0,15,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+9207,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9208,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9209,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9210,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9211,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9212,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9213,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9214,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9215,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9216,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9217,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9218,,,stu_GJQWN99443,,0,10,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9219,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9220,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9221,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9222,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9223,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9224,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9225,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9226,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9227,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9228,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9229,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9230,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9231,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9232,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9233,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9234,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9235,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9236,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9237,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9238,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9239,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9240,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9241,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9242,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9243,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9244,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9245,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9246,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9247,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9248,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9249,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9250,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9251,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9252,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9253,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9254,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9255,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9256,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9257,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9258,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9259,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9260,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9261,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9262,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9263,,,stu_GJQWN99443,,0,19,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9264,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9265,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9266,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9267,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9268,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9269,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9270,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9271,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9272,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9273,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9274,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9275,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9276,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9277,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9278,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9279,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9280,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9281,,,stu_GJQWN99443,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9282,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9283,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9284,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9285,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9286,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9287,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9288,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9289,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9290,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9291,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9292,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9293,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9294,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9295,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9296,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9297,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9298,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9299,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9300,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9301,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9302,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9303,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9304,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9305,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9306,,,stu_GJQWN99443,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+9307,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9308,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9309,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9310,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9311,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9312,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9313,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9314,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9315,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9316,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9317,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9318,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9319,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9320,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9321,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9322,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9323,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9324,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9325,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9326,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9327,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9328,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9329,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9330,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9331,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9332,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9333,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9334,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9335,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9336,,,stu_MUVSD32640,,0,22,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9337,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9338,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9339,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9340,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9341,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9342,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9343,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9344,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9345,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9346,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9347,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9348,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9349,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9350,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9351,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9352,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9353,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9354,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9355,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9356,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9357,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9358,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9359,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9360,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9361,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9362,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9363,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9364,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9365,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9366,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9367,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9368,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9369,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9370,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9371,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9372,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9373,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9374,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9375,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9376,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9377,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9378,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9379,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9380,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9381,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9382,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9383,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9384,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9385,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9386,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9387,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9388,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9389,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9390,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9391,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9392,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9393,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9394,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9395,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9396,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9397,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9398,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9399,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9400,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9401,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9402,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9403,,,stu_MUVSD32640,,0,17,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9404,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9405,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9406,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9407,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9408,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9409,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9410,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9411,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9412,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9413,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9414,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9415,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9416,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9417,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9418,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9419,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9420,,,stu_MUVSD32640,,0,15,,,,,ratio_proportion_change3-cms-005,ratio_proportion_change3-cms-005,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9421,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9422,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9423,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9424,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9425,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9426,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9427,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9428,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9429,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9430,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9431,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9432,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9433,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9434,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9435,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9436,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9437,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9438,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9439,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9440,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9441,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9442,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9443,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9444,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9445,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9446,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9447,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9448,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9449,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9450,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9451,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9452,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9453,,,stu_MUVSD32640,,0,20,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9454,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9455,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9456,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9457,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9458,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9459,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9460,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9461,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9462,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9463,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9464,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9465,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9466,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9467,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9468,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9469,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9470,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9471,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9472,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9473,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9474,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9475,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9476,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9477,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9478,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9479,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9480,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9481,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9482,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9483,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9484,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9485,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9486,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9487,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9488,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9489,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9490,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9491,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9492,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9493,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9494,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9495,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9496,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9497,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9498,,,stu_MUVSD32640,,0,21,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+9499,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9500,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9501,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9502,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9503,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9504,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9505,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9506,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9507,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9508,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9509,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9510,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9511,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9512,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9513,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9514,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9515,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9516,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9517,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9518,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9519,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9520,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9521,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9522,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9523,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9524,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9525,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9526,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9527,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9528,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9529,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9530,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9531,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9532,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9533,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9534,,,stu_TSBNA09004,,0,15,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9535,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9536,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9537,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9538,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9539,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9540,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9541,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9542,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9543,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9544,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9545,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9546,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9547,,,stu_TSBNA09004,,0,10,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9548,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9549,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9550,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9551,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9552,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9553,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9554,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9555,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9556,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9557,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9558,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9559,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9560,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9561,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9562,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9563,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9564,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9565,,,stu_TSBNA09004,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+9566,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9567,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9568,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9569,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9570,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9571,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9572,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9573,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9574,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9575,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9576,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9577,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9578,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9579,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9580,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9581,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9582,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9583,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9584,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9585,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9586,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9587,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9588,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9589,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9590,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9591,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9592,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9593,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9594,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9595,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9596,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9597,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9598,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9599,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9600,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9601,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9602,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9603,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-118,ratio_proportion_change3-118,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9604,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9605,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9606,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9607,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9608,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9609,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9610,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9611,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9612,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9613,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9614,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9615,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9616,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9617,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-191,ratio_proportion_change3-191,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9618,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9619,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9620,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9621,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9622,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9623,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9624,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9625,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9626,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9627,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9628,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9629,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9630,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9631,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9632,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9633,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9634,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9635,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9636,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9637,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9638,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9639,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9640,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9641,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9642,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9643,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9644,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9645,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9646,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9647,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9648,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-025,ratio_proportion_change3-cms-025,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9649,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9650,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9651,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9652,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9653,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9654,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9655,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9656,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9657,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9658,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9659,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9660,,,stu_KZBPM20975,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9661,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9662,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9663,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9664,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9665,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9666,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9667,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9668,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9669,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9670,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9671,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9672,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9673,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9674,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9675,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9676,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9677,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9678,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9679,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9680,,,stu_KZBPM20975,,0,13,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+9681,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9682,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9683,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9684,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9685,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9686,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9687,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9688,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9689,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9690,,,stu_HHSTH73548,,0,10,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9691,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9692,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9693,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9694,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9695,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9696,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9697,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9698,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9699,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9700,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9701,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9702,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9703,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9704,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9705,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9706,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9707,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9708,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9709,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9710,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9711,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9712,,,stu_HHSTH73548,,0,9,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9713,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9714,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9715,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9716,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9717,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9718,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9719,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9720,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9721,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9722,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9723,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9724,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9725,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9726,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9727,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9728,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9729,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9730,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9731,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9732,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9733,,,stu_NGJKV03377,,0,18,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9734,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9735,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9736,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9737,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9738,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9739,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9740,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9741,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9742,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9743,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9744,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9745,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9746,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9747,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9748,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9749,,,stu_NGJKV03377,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+9750,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9751,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9752,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9753,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9754,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9755,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9756,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9757,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9758,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9759,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9760,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9761,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9762,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9763,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9764,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9765,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9766,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9767,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9768,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9769,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9770,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9771,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9772,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9773,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9774,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9775,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9776,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9777,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9778,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9779,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9780,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9781,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9782,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9783,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9784,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9785,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9786,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9787,,,stu_RSOXL80185,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+9788,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9789,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9790,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9791,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9792,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9793,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9794,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9795,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9796,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9797,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9798,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9799,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9800,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9801,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9802,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9803,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9804,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9805,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9806,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9807,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9808,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9809,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9810,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9811,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9812,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9813,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9814,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9815,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9816,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9817,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9818,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9819,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9820,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9821,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9822,,,stu_XSYQN61321,,0,10,,,,,ratio_proportion_change3-200,ratio_proportion_change3-200,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9823,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9824,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9825,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9826,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9827,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9828,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9829,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9830,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9831,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9832,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9833,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9834,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9835,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9836,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9837,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,7,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9838,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,8,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9839,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9840,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9841,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9842,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,9,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9843,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9844,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9845,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9846,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9847,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9848,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9849,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9850,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9851,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9852,,,stu_XSYQN61321,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+9853,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9854,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9855,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9856,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9857,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9858,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9859,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9860,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9861,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9862,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9863,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9864,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9865,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9866,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9867,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9868,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9869,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9870,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9871,,,stu_YRSRI99408,,0,11,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9872,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9873,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9874,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9875,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9876,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9877,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9878,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9879,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9880,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9881,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9882,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9883,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9884,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9885,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9886,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9887,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9888,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9889,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9890,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9891,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9892,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9893,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9894,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9895,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9896,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9897,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9898,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9899,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9900,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9901,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9902,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9903,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9904,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9905,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9906,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9907,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9908,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9909,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9910,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9911,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9912,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9913,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9914,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9915,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9916,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9917,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9918,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9919,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9920,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9921,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9922,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9923,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9924,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9925,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9926,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9927,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9928,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9929,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9930,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9931,,,stu_YRSRI99408,,0,23,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9932,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9933,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9934,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9935,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9936,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9937,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9938,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9939,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9940,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9941,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9942,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9943,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9944,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9945,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9946,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9947,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9948,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9949,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9950,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9951,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9952,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9953,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9954,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-136,ratio_proportion_change3-136,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9955,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9956,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9957,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9958,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9959,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9960,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9961,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9962,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9963,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9964,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9965,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9966,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9967,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9968,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,7,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9969,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9970,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9971,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9972,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9973,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9974,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9975,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9976,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9977,,,stu_YRSRI99408,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9978,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9979,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9980,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9981,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9982,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9983,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9984,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9985,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9986,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9987,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9988,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9989,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9990,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9991,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9992,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9993,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9994,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9995,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9996,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9997,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9998,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+9999,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10000,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10001,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10002,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10003,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10004,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10005,,,stu_YRSRI99408,,0,18,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10006,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10007,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10008,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10009,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10010,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10011,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10012,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10013,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10014,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10015,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10016,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10017,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10018,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10019,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10020,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10021,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10022,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10023,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10024,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10025,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10026,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10027,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10028,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10029,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10030,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,7,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10031,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10032,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10033,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10034,,,stu_YRSRI99408,,0,16,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,9,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10035,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10036,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10037,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10038,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10039,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10040,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10041,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10042,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10043,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10044,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10045,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10046,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10047,,,stu_YRSRI99408,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+10048,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10049,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10050,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10051,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10052,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10053,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10054,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10055,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10056,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10057,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10058,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10059,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10060,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10061,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10062,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10063,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10064,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10065,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10066,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10067,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10068,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10069,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10070,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10071,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10072,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10073,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10074,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10075,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10076,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10077,,,stu_RUSPX26042,,0,9,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+10078,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10079,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10080,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10081,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10082,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10083,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10084,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10085,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10086,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10087,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10088,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10089,,,stu_IVJKR26516,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10090,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10091,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10092,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10093,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10094,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10095,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10096,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10097,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10098,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10099,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10100,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10101,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10102,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10103,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10104,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10105,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10106,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10107,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10108,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10109,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10110,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10111,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10112,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10113,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10114,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10115,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10116,,,stu_IVJKR26516,,0,18,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+10117,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10118,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10119,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10120,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10121,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10122,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10123,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10124,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10125,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10126,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10127,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10128,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10129,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10130,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10131,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10132,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10133,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10134,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10135,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10136,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10137,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10138,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10139,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10140,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10141,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10142,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10143,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10144,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10145,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10146,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10147,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10148,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10149,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10150,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10151,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10152,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10153,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10154,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10155,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10156,,,stu_LMBYH36085,,0,12,,,,,ratio_proportion_change3-cms-026,ratio_proportion_change3-cms-026,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10157,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10158,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10159,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10160,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10161,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10162,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10163,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10164,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10165,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10166,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10167,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10168,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10169,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10170,,,stu_LMBYH36085,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10171,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10172,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10173,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10174,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10175,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10176,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10177,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10178,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10179,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10180,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10181,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10182,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10183,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10184,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10185,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10186,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10187,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10188,,,stu_NPOTI01303,,0,13,,,,,ratio_proportion_change3-cms-060,ratio_proportion_change3-cms-060,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10189,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10190,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10191,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10192,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10193,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10194,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10195,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10196,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10197,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10198,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10199,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10200,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10201,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10202,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10203,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10204,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10205,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10206,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10207,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10208,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10209,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10210,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10211,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10212,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10213,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10214,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10215,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10216,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10217,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10218,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10219,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10220,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10221,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10222,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10223,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10224,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10225,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10226,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10227,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10228,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10229,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10230,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10231,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10232,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10233,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10234,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10235,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10236,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10237,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10238,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10239,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10240,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10241,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10242,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10243,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10244,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10245,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10246,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10247,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10248,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10249,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10250,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10251,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10252,,,stu_OXTXM64179,,0,17,,,,,ratio_proportion_change3-162,ratio_proportion_change3-162,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10253,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10254,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10255,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10256,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10257,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10258,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10259,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10260,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10261,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10262,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10263,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10264,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10265,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10266,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10267,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10268,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10269,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10270,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10271,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10272,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10273,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10274,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10275,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10276,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10277,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10278,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10279,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10280,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10281,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10282,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10283,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10284,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10285,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10286,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10287,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10288,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10289,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10290,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10291,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10292,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10293,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10294,,,stu_OXTXM64179,,0,22,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10295,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10296,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10297,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10298,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10299,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10300,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10301,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10302,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10303,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10304,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10305,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10306,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10307,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10308,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10309,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10310,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10311,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10312,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10313,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10314,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10315,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10316,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10317,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10318,,,stu_OXTXM64179,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10319,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10320,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10321,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10322,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10323,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10324,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10325,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10326,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10327,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10328,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10329,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10330,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10331,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-196,ratio_proportion_change3-196,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10332,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10333,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10334,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10335,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10336,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10337,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10338,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10339,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10340,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10341,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10342,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10343,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10344,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10345,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10346,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10347,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10348,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10349,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10350,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10351,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10352,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10353,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10354,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10355,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10356,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10357,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10358,,,stu_TQEMX44513,,0,13,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10359,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10360,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10361,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10362,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10363,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10364,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10365,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10366,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10367,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10368,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10369,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10370,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10371,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10372,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10373,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10374,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10375,,,stu_TQEMX44513,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+10376,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10377,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10378,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10379,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10380,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10381,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10382,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10383,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10384,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10385,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10386,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10387,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10388,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10389,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10390,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10391,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10392,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10393,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10394,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10395,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10396,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10397,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10398,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10399,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10400,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10401,,,stu_VLWCS73875,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+10402,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10403,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10404,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10405,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10406,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10407,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10408,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10409,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10410,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10411,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10412,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10413,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10414,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10415,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10416,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10417,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10418,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10419,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10420,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10421,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10422,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10423,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10424,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10425,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10426,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10427,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10428,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10429,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10430,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10431,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10432,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10433,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10434,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10435,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10436,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10437,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10438,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10439,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10440,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10441,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10442,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10443,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10444,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10445,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10446,,,stu_ZDYDP78445,,0,20,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+10447,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10448,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10449,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10450,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10451,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10452,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10453,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10454,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10455,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10456,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10457,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10458,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10459,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10460,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10461,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10462,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10463,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10464,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10465,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10466,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10467,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10468,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10469,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10470,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10471,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10472,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10473,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10474,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10475,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10476,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10477,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10478,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10479,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10480,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10481,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10482,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10483,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10484,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10485,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10486,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10487,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10488,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10489,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10490,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10491,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10492,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10493,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10494,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10495,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10496,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10497,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10498,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10499,,,stu_DKCKF03002,,0,18,,,,,ratio_proportion_change3-059,ratio_proportion_change3-059,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10500,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10501,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10502,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10503,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10504,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10505,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10506,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10507,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10508,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10509,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10510,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10511,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10512,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10513,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10514,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10515,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10516,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10517,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10518,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10519,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10520,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10521,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10522,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10523,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10524,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10525,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10526,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10527,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10528,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10529,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10530,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10531,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10532,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,EquationAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10533,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10534,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10535,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10536,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10537,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10538,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10539,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10540,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10541,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10542,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10543,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10544,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10545,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10546,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10547,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10548,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10549,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10550,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10551,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10552,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10553,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow1:2,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10554,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10555,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10556,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10557,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10558,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10559,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10560,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10561,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10562,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10563,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10564,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10565,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10566,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10567,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10568,,,stu_DKCKF03002,,0,22,,,,,ratio_proportion_change3-179,ratio_proportion_change3-179,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10569,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10570,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10571,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10572,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10573,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10574,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10575,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10576,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10577,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10578,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10579,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10580,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10581,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10582,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10583,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10584,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10585,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10586,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10587,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10588,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10589,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10590,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10591,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10592,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10593,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10594,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10595,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10596,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10597,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10598,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10599,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10600,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10601,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10602,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10603,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10604,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10605,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10606,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10607,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10608,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10609,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10610,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10611,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10612,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10613,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10614,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10615,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10616,,,stu_DKCKF03002,,0,23,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10617,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10618,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10619,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10620,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10621,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10622,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10623,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10624,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10625,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10626,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10627,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10628,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10629,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10630,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10631,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10632,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10633,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10634,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10635,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10636,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10637,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10638,,,stu_GDQGP63375,,0,10,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10639,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10640,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10641,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10642,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10643,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10644,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10645,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10646,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10647,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10648,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10649,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10650,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10651,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10652,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10653,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10654,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10655,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10656,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10657,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10658,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10659,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10660,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10661,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10662,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10663,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10664,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10665,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10666,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10667,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10668,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10669,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10670,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10671,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10672,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10673,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10674,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10675,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10676,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10677,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10678,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10679,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10680,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10681,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10682,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10683,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10684,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10685,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10686,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10687,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10688,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10689,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10690,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10691,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10692,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10693,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10694,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10695,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10696,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10697,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10698,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10699,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10700,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10701,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10702,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10703,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10704,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10705,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10706,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10707,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10708,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10709,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10710,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10711,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10712,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10713,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10714,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10715,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10716,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10717,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10718,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10719,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10720,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10721,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10722,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10723,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10724,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10725,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10726,,,stu_GDQGP63375,,0,17,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10727,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10728,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10729,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10730,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10731,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10732,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10733,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10734,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10735,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10736,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10737,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10738,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10739,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10740,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10741,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10742,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10743,,,stu_GDQGP63375,,0,16,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10744,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10745,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10746,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10747,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10748,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10749,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10750,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10751,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10752,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10753,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10754,,,stu_GDQGP63375,,0,9,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+10755,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10756,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10757,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10758,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10759,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10760,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10761,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10762,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10763,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10764,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10765,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10766,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10767,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10768,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10769,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10770,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10771,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10772,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10773,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10774,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10775,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10776,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10777,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10778,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10779,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10780,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10781,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10782,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10783,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10784,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10785,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10786,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10787,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10788,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10789,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10790,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10791,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10792,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10793,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10794,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10795,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10796,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10797,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10798,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10799,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10800,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10801,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10802,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10803,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10804,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10805,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10806,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10807,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10808,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10809,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10810,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10811,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10812,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10813,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10814,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10815,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10816,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10817,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10818,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10819,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10820,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10821,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10822,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10823,,,stu_NTEAE67417,,0,19,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10824,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10825,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10826,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10827,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10828,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10829,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10830,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10831,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10832,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10833,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10834,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10835,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10836,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10837,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10838,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10839,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10840,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10841,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10842,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10843,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10844,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10845,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10846,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10847,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10848,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10849,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10850,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10851,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10852,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10853,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10854,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10855,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10856,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10857,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10858,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10859,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10860,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10861,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10862,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10863,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10864,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10865,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10866,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10867,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10868,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10869,,,stu_NTEAE67417,,0,20,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10870,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10871,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10872,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10873,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10874,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10875,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10876,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10877,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10878,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10879,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10880,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10881,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10882,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10883,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10884,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10885,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10886,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10887,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10888,,,stu_NTEAE67417,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10889,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10890,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10891,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10892,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10893,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10894,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10895,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10896,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10897,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10898,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10899,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10900,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10901,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10902,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10903,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10904,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10905,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10906,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10907,,,stu_VPJVG53130,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10908,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10909,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10910,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10911,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10912,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10913,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10914,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10915,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10916,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10917,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10918,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10919,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10920,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10921,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10922,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10923,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10924,,,stu_VPJVG53130,,0,16,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+10925,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10926,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10927,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10928,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10929,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10930,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10931,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10932,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10933,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10934,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10935,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10936,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10937,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10938,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10939,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10940,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10941,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10942,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10943,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10944,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10945,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10946,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10947,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10948,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10949,,,stu_YPKJA10739,,0,16,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+10950,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10951,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10952,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10953,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10954,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10955,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10956,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10957,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10958,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10959,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10960,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10961,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10962,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10963,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10964,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10965,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10966,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10967,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10968,,,stu_BRIVC68025,,0,16,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10969,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10970,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10971,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10972,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10973,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10974,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10975,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10976,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10977,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10978,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10979,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10980,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10981,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10982,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10983,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10984,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10985,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10986,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10987,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10988,,,stu_BRIVC68025,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10989,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10990,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10991,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10992,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10993,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10994,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10995,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10996,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10997,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10998,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+10999,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11000,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11001,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11002,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11003,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11004,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11005,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11006,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11007,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11008,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11009,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11010,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11011,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11012,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11013,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11014,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11015,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11016,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11017,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11018,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11019,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11020,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11021,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11022,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11023,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11024,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11025,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11026,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11027,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11028,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11029,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11030,,,stu_BRIVC68025,,0,18,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,8,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+11031,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11032,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11033,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11034,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11035,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11036,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11037,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11038,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11039,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11040,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11041,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11042,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11043,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11044,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11045,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11046,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11047,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11048,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11049,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11050,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11051,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11052,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11053,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11054,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11055,,,stu_FNVZI90068,,0,12,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11056,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11057,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11058,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11059,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11060,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11061,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11062,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11063,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11064,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11065,,,stu_FYKPV19719,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11066,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11067,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11068,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11069,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11070,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11071,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11072,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11073,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11074,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11075,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11076,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11077,,,stu_FYKPV19719,,0,11,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11078,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11079,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11080,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11081,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11082,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11083,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11084,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11085,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11086,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11087,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11088,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11089,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11090,,,stu_IDZXY63851,,0,10,,,,,ratio_proportion_change3-cms-055,ratio_proportion_change3-cms-055,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+11091,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11092,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11093,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11094,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11095,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11096,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11097,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11098,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11099,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11100,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11101,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11102,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11103,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11104,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11105,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11106,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11107,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11108,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11109,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11110,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11111,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11112,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11113,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11114,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11115,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11116,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11117,,,stu_QBRYC89703,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+11118,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11119,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11120,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11121,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11122,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11123,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11124,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11125,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11126,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11127,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11128,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11129,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11130,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorQuantity1,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11131,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11132,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11133,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11134,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11135,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11136,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11137,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11138,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11139,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorFactor,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11140,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11141,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorFactor,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11142,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11143,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorFactor,7,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11144,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11145,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11146,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,NumeratorFactor,8,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11147,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11148,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11149,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11150,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11151,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11152,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11153,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11154,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11155,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11156,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11157,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11158,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11159,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11160,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11161,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FirstRow2:1,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11162,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11163,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11164,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11165,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11166,,,stu_QEOGZ53944,,0,27,,,,,ratio_proportion_change3-182,ratio_proportion_change3-182,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11167,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11168,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11169,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11170,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11171,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11172,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11173,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11174,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11175,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11176,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11177,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11178,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11179,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11180,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11181,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11182,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11183,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11184,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11185,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11186,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11187,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11188,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11189,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11190,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11191,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11192,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11193,,,stu_QEOGZ53944,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11194,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11195,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11196,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11197,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11198,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11199,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11200,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11201,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11202,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11203,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11204,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11205,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11206,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11207,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11208,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11209,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11210,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11211,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11212,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11213,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11214,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11215,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11216,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11217,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11218,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11219,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11220,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11221,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11222,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11223,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11224,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11225,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11226,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11227,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11228,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11229,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11230,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11231,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11232,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11233,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11234,,,stu_QEOGZ53944,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11235,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11236,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11237,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11238,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11239,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11240,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11241,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11242,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11243,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11244,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11245,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11246,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11247,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11248,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11249,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11250,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11251,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11252,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11253,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11254,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11255,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11256,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11257,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11258,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11259,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11260,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11261,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11262,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11263,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11264,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11265,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11266,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11267,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11268,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11269,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11270,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11271,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11272,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11273,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11274,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11275,,,stu_SQECW68406,,0,21,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11276,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11277,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11278,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11279,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11280,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11281,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11282,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11283,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11284,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11285,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11286,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11287,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11288,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11289,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11290,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11291,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11292,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11293,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11294,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11295,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11296,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11297,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11298,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11299,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11300,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11301,,,stu_SQECW68406,,0,20,,,,,ratio_proportion_change3-114,ratio_proportion_change3-114,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11302,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11303,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11304,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11305,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11306,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11307,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11308,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11309,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11310,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11311,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11312,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11313,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11314,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11315,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11316,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11317,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11318,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11319,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11320,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11321,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11322,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11323,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11324,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11325,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11326,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11327,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11328,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11329,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11330,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11331,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11332,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11333,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11334,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11335,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11336,,,stu_SQECW68406,,0,17,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+11337,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11338,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11339,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11340,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11341,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11342,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11343,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11344,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11345,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11346,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11347,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11348,,,stu_WTQVD36474,,0,12,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11349,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11350,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11351,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11352,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11353,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11354,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11355,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11356,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11357,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11358,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11359,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11360,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11361,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11362,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11363,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11364,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11365,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11366,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11367,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11368,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11369,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11370,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11371,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11372,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11373,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11374,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11375,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11376,,,stu_WTQVD36474,,0,16,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11377,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11378,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11379,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11380,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11381,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11382,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11383,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11384,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11385,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11386,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11387,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11388,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11389,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11390,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11391,,,stu_WTQVD36474,,0,15,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+11392,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11393,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11394,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11395,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11396,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11397,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11398,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11399,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11400,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11401,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11402,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11403,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11404,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11405,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11406,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11407,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11408,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11409,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11410,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11411,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11412,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11413,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11414,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11415,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11416,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11417,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11418,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11419,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11420,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11421,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11422,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11423,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11424,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11425,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11426,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11427,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11428,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11429,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11430,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11431,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11432,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11433,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11434,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11435,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11436,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11437,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11438,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11439,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11440,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11441,,,stu_PVIDS14219,,0,10,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11442,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11443,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11444,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11445,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11446,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11447,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11448,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11449,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11450,,,stu_PVIDS14219,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+11451,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11452,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11453,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11454,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11455,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11456,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11457,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11458,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11459,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11460,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11461,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11462,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11463,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11464,,,stu_AMGEW31034,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11465,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11466,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11467,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11468,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11469,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11470,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11471,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11472,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11473,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11474,,,stu_AMGEW31034,,0,10,,,,,ratio_proportion_change3-141,ratio_proportion_change3-141,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11475,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11476,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11477,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11478,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11479,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11480,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11481,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11482,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11483,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11484,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11485,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11486,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11487,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11488,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11489,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11490,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11491,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11492,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11493,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11494,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11495,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11496,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11497,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11498,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11499,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11500,,,stu_BRBLX95065,,0,13,,,,,ratio_proportion_change3-168,ratio_proportion_change3-168,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11501,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11502,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11503,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11504,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11505,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11506,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11507,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11508,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11509,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11510,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11511,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11512,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11513,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11514,,,stu_BRBLX95065,,0,12,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+11515,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11516,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11517,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11518,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11519,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11520,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11521,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11522,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11523,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11524,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11525,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11526,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11527,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11528,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11529,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11530,,,stu_DZEJX42067,,0,16,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11531,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11532,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11533,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11534,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11535,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11536,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11537,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11538,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11539,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11540,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11541,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11542,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11543,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11544,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11545,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11546,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11547,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11548,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11549,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11550,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11551,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11552,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11553,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11554,,,stu_EQDUG72650,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11555,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11556,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11557,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11558,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11559,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11560,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11561,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11562,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11563,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11564,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11565,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11566,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11567,,,stu_EQDUG72650,,0,11,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+11568,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11569,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11570,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11571,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11572,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11573,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11574,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11575,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11576,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11577,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11578,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11579,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11580,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11581,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11582,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11583,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11584,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11585,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11586,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11587,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11588,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11589,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11590,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11591,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11592,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11593,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11594,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11595,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11596,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11597,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11598,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11599,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11600,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11601,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11602,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11603,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11604,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11605,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11606,,,stu_GXTLG58120,,0,11,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11607,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11608,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11609,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11610,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11611,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11612,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11613,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11614,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11615,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11616,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11617,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11618,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11619,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11620,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11621,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11622,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11623,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11624,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11625,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11626,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11627,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11628,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11629,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11630,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11631,,,stu_GXTLG58120,,0,17,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11632,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11633,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11634,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11635,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11636,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11637,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11638,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11639,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11640,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11641,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11642,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11643,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11644,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11645,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11646,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11647,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11648,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11649,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11650,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11651,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11652,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11653,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11654,,,stu_GXTLG58120,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11655,,,stu_GXTLG58120,,0,8,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11656,,,stu_GXTLG58120,,0,8,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11657,,,stu_GXTLG58120,,0,8,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11658,,,stu_GXTLG58120,,0,8,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11659,,,stu_GXTLG58120,,0,8,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11660,,,stu_GXTLG58120,,0,8,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11661,,,stu_GXTLG58120,,0,8,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11662,,,stu_GXTLG58120,,0,8,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11663,,,stu_GXTLG58120,,0,8,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11664,,,stu_GXTLG58120,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11665,,,stu_GXTLG58120,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11666,,,stu_GXTLG58120,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11667,,,stu_GXTLG58120,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11668,,,stu_GXTLG58120,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11669,,,stu_GXTLG58120,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11670,,,stu_GXTLG58120,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11671,,,stu_GXTLG58120,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11672,,,stu_GXTLG58120,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+11673,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11674,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11675,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11676,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11677,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11678,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11679,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11680,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11681,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11682,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11683,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11684,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11685,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11686,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11687,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11688,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11689,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11690,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11691,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11692,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11693,,,stu_OCHTA49283,,0,13,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11694,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11695,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11696,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11697,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11698,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11699,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11700,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11701,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11702,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11703,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11704,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11705,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11706,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11707,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11708,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11709,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11710,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11711,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11712,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11713,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11714,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11715,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11716,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11717,,,stu_OOQHP53100,,0,12,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11718,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11719,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11720,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11721,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11722,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11723,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11724,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11725,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11726,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11727,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11728,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11729,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11730,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11731,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11732,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11733,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11734,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11735,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11736,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11737,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11738,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11739,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11740,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11741,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11742,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11743,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11744,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11745,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11746,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11747,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11748,,,stu_OPJKX37910,,0,13,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11749,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11750,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11751,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11752,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11753,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11754,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11755,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11756,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11757,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11758,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11759,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11760,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11761,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11762,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11763,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11764,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11765,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11766,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11767,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11768,,,stu_OPJKX37910,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11769,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11770,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11771,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11772,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11773,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11774,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11775,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11776,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11777,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11778,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11779,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11780,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11781,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11782,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11783,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11784,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11785,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11786,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11787,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11788,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11789,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11790,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11791,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11792,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11793,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11794,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11795,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11796,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11797,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11798,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11799,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11800,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11801,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11802,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11803,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11804,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11805,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11806,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11807,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11808,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11809,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11810,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11811,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11812,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11813,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11814,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11815,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11816,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11817,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11818,,,stu_PBLRA57895,,0,20,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11819,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11820,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11821,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11822,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11823,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11824,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11825,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11826,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11827,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11828,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11829,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11830,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11831,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11832,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11833,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11834,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11835,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11836,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11837,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11838,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11839,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11840,,,stu_PBLRA57895,,0,12,,,,,ratio_proportion_change3-198,ratio_proportion_change3-198,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11841,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11842,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11843,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11844,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11845,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11846,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11847,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11848,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11849,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11850,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11851,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11852,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11853,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11854,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11855,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11856,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11857,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11858,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11859,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11860,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11861,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11862,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11863,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11864,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11865,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11866,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11867,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11868,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11869,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11870,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11871,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11872,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11873,,,stu_PBLRA57895,,0,18,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11874,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11875,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11876,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11877,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11878,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11879,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11880,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11881,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11882,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11883,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11884,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11885,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11886,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11887,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11888,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11889,,,stu_PBLRA57895,,0,16,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+11890,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11891,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11892,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11893,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11894,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11895,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11896,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11897,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11898,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11899,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11900,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11901,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11902,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11903,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11904,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11905,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11906,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11907,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11908,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11909,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11910,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11911,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11912,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11913,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11914,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11915,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11916,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11917,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11918,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11919,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11920,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11921,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11922,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11923,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11924,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11925,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11926,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11927,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11928,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11929,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11930,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11931,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11932,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11933,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11934,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11935,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11936,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11937,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11938,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11939,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11940,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11941,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11942,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11943,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11944,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11945,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11946,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11947,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11948,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11949,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11950,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11951,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11952,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11953,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11954,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11955,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11956,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11957,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11958,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11959,,,stu_UWRBH08427,,0,12,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11960,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11961,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11962,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11963,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11964,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11965,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11966,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11967,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11968,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11969,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11970,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11971,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11972,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11973,,,stu_UWRBH08427,,0,13,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+11974,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11975,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11976,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11977,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11978,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11979,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11980,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11981,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11982,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11983,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11984,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11985,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11986,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11987,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11988,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11989,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11990,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11991,,,stu_XBIRB95020,,0,9,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11992,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11993,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11994,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11995,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11996,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11997,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11998,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+11999,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12000,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12001,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12002,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12003,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12004,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12005,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12006,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12007,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12008,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12009,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12010,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12011,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12012,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12013,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12014,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12015,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12016,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12017,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12018,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12019,,,stu_XBIRB95020,,0,11,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12020,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12021,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12022,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12023,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12024,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12025,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12026,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12027,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12028,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12029,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12030,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12031,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12032,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-004,ratio_proportion_change3-cms-004,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12033,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12034,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12035,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12036,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12037,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12038,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12039,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12040,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12041,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12042,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12043,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12044,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12045,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12046,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12047,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12048,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12049,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12050,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12051,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12052,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12053,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12054,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12055,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12056,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12057,,,stu_XBIRB95020,,0,10,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsROENP98135,,,,,PROMOTED
+12058,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12059,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12060,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12061,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12062,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12063,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12064,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12065,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12066,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12067,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12068,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12069,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12070,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12071,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12072,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12073,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12074,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12075,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12076,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12077,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12078,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12079,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12080,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12081,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12082,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12083,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12084,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12085,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,9,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12086,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,10,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12087,,,stu_OMJBK27458,,0,16,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,11,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+12088,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12089,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12090,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12091,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12092,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12093,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12094,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12095,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12096,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorQuantity2,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12097,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12098,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12099,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12100,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12101,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12102,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12103,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12104,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12105,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12106,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12107,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12108,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12109,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12110,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12111,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12112,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12113,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12114,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12115,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12116,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12117,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,9,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12118,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12119,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12120,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,EquationAnswer,10,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12121,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12122,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12123,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12124,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12125,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12126,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12127,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12128,,,stu_HANXZ53882,,0,14,,,,,ratio_proportion_change3-cms-059,ratio_proportion_change3-cms-059,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+12129,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12130,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12131,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12132,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12133,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12134,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12135,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12136,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12137,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12138,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12139,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12140,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12141,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12142,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12143,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12144,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12145,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12146,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12147,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12148,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12149,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12150,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12151,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12152,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12153,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12154,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12155,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12156,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12157,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12158,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12159,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12160,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12161,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12162,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12163,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12164,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12165,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12166,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12167,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12168,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12169,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12170,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12171,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12172,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12173,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12174,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12175,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12176,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12177,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12178,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12179,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12180,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12181,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12182,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12183,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12184,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12185,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12186,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12187,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12188,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12189,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12190,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12191,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12192,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12193,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12194,,,stu_ZDATK14578,,0,16,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12195,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12196,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12197,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12198,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12199,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12200,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12201,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12202,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12203,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12204,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12205,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12206,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12207,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12208,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12209,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12210,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12211,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12212,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12213,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12214,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12215,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12216,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12217,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12218,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12219,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12220,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12221,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12222,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12223,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12224,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12225,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12226,,,stu_ZDATK14578,,0,20,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12227,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12228,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12229,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12230,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12231,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12232,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12233,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12234,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12235,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12236,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12237,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12238,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12239,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12240,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12241,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12242,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12243,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12244,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12245,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12246,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12247,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12248,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12249,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12250,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12251,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12252,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12253,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12254,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12255,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12256,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12257,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12258,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12259,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12260,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12261,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12262,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12263,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12264,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12265,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12266,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12267,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12268,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12269,,,stu_ZDATK14578,,0,19,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12270,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12271,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12272,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12273,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12274,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12275,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12276,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12277,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12278,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12279,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12280,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12281,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12282,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12283,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12284,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12285,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12286,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12287,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12288,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12289,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12290,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12291,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12292,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12293,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12294,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12295,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12296,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12297,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12298,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12299,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12300,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12301,,,stu_ZDATK14578,,0,17,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+12302,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12303,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12304,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12305,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12306,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12307,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12308,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12309,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12310,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12311,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12312,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12313,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12314,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12315,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12316,,,stu_BOTKX41245,,0,11,,,,,ratio_proportion_change3-067,ratio_proportion_change3-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12317,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12318,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12319,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12320,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12321,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12322,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12323,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12324,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12325,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12326,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12327,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12328,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12329,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12330,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12331,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12332,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12333,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12334,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12335,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12336,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12337,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12338,,,stu_BOTKX41245,,0,9,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12339,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12340,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12341,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12342,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12343,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12344,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12345,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12346,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12347,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12348,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12349,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12350,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12351,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12352,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12353,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12354,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12355,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12356,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12357,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12358,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12359,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12360,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12361,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12362,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12363,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12364,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12365,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12366,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12367,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12368,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12369,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12370,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12371,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12372,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12373,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12374,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12375,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12376,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12377,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12378,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12379,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12380,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12381,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12382,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12383,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12384,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12385,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12386,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12387,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12388,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12389,,,stu_FNIXK96924,,0,10,,,,,ratio_proportion_change3-187,ratio_proportion_change3-187,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12390,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12391,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12392,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12393,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12394,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12395,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12396,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12397,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12398,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12399,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12400,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12401,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12402,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12403,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12404,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12405,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12406,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity2,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12407,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12408,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12409,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12410,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12411,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12412,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12413,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12414,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12415,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12416,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12417,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12418,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12419,,,stu_FNIXK96924,,0,13,,,,,ratio_proportion_change3-cms-082,ratio_proportion_change3-cms-082,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12420,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12421,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12422,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12423,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12424,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12425,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12426,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12427,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12428,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12429,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12430,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12431,,,stu_FNIXK96924,,0,12,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+12432,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12433,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12434,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12435,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12436,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12437,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12438,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12439,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12440,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12441,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12442,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12443,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12444,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12445,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12446,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12447,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12448,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12449,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12450,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12451,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12452,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12453,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12454,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12455,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12456,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12457,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12458,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12459,,,stu_RBWJV31104,,0,13,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12460,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12461,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12462,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12463,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12464,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12465,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12466,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12467,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12468,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12469,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12470,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12471,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12472,,,stu_RBWJV31104,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12473,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12474,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12475,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12476,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12477,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12478,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12479,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12480,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12481,,,stu_RVILQ96441,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12482,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12483,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12484,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12485,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12486,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12487,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12488,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12489,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12490,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12491,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12492,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12493,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12494,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12495,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-058,ratio_proportion_change3-058,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12496,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12497,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12498,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12499,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12500,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12501,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12502,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12503,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12504,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12505,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12506,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12507,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12508,,,stu_RVILQ96441,,0,10,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12509,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12510,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12511,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12512,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12513,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12514,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12515,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12516,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12517,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12518,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12519,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12520,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-131,ratio_proportion_change3-131,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12521,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12522,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12523,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12524,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12525,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12526,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12527,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12528,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12529,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12530,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12531,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12532,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12533,,,stu_RVILQ96441,,0,11,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+12534,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12535,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12536,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12537,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12538,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12539,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12540,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12541,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12542,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12543,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12544,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12545,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12546,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12547,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12548,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12549,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12550,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-189,ratio_proportion_change3-189,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12551,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12552,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12553,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12554,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12555,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12556,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12557,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12558,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12559,,,stu_WGTXF42141,,0,9,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12560,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12561,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12562,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12563,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12564,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12565,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12566,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12567,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12568,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12569,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12570,,,stu_WGTXF42141,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+12571,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12572,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12573,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12574,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12575,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12576,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12577,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12578,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12579,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12580,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12581,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12582,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12583,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12584,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12585,,,stu_AEZTJ18258,,0,13,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12586,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12587,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12588,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12589,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12590,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12591,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12592,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12593,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12594,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12595,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12596,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12597,,,stu_AEZTJ18258,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+12598,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12599,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12600,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12601,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12602,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12603,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12604,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12605,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12606,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12607,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12608,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12609,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12610,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12611,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12612,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12613,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12614,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12615,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12616,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12617,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12618,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12619,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12620,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12621,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12622,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12623,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12624,,,stu_BNPPW49063,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12625,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12626,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12627,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12628,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12629,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12630,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12631,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12632,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12633,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12634,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12635,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12636,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12637,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12638,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12639,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12640,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12641,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12642,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12643,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12644,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12645,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12646,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12647,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12648,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12649,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12650,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12651,,,stu_BNPPW49063,,0,16,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12652,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12653,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12654,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12655,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12656,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12657,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12658,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12659,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12660,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12661,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12662,,,stu_BNPPW49063,,0,11,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12663,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12664,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12665,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12666,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12667,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12668,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12669,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12670,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12671,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12672,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12673,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12674,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12675,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12676,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12677,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12678,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12679,,,stu_PENKF78205,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12680,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12681,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12682,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12683,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12684,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12685,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12686,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12687,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12688,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12689,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12690,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12691,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12692,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12693,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12694,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12695,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12696,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12697,,,stu_PENKF78205,,0,17,,,,,ratio_proportion_change3-cms-008,ratio_proportion_change3-cms-008,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+12698,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12699,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12700,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12701,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12702,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12703,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12704,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12705,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12706,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12707,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12708,,,stu_PGGOL25490,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12709,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12710,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12711,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12712,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12713,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12714,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12715,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12716,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12717,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12718,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12719,,,stu_PGGOL25490,,0,9,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12720,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12721,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12722,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12723,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12724,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12725,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12726,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12727,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12728,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12729,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12730,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12731,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12732,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12733,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12734,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12735,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12736,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12737,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12738,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12739,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-138,ratio_proportion_change3-138,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12740,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12741,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12742,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12743,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12744,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12745,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12746,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12747,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12748,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12749,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12750,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12751,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12752,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12753,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12754,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12755,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12756,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12757,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12758,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12759,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12760,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12761,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12762,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12763,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12764,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12765,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12766,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12767,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12768,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12769,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12770,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12771,,,stu_TARFR85094,,0,13,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12772,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12773,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12774,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12775,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12776,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12777,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12778,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12779,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12780,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12781,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12782,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12783,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12784,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12785,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12786,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12787,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12788,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12789,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12790,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-155,ratio_proportion_change3-155,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12791,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12792,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12793,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12794,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12795,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12796,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12797,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12798,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12799,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12800,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12801,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12802,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12803,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12804,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12805,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12806,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12807,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12808,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12809,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12810,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12811,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12812,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12813,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12814,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12815,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12816,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12817,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12818,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12819,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12820,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12821,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12822,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12823,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12824,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12825,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12826,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12827,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12828,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12829,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12830,,,stu_TARFR85094,,0,12,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+12831,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12832,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12833,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12834,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12835,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12836,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12837,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12838,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12839,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12840,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12841,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12842,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12843,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12844,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12845,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12846,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12847,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12848,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12849,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12850,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12851,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12852,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12853,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12854,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12855,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12856,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12857,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12858,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12859,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12860,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12861,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12862,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12863,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12864,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12865,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12866,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12867,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12868,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12869,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12870,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12871,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12872,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12873,,,stu_JUDSQ88824,,0,16,,,,,ratio_proportion_change3-181,ratio_proportion_change3-181,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12874,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12875,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12876,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12877,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12878,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12879,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12880,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12881,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12882,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12883,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12884,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12885,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12886,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12887,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12888,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12889,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12890,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12891,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12892,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12893,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12894,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12895,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12896,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12897,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12898,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12899,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12900,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12901,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12902,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12903,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12904,,,stu_JUDSQ88824,,0,20,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12905,,,stu_JUDSQ88824,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12906,,,stu_JUDSQ88824,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12907,,,stu_JUDSQ88824,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12908,,,stu_JUDSQ88824,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12909,,,stu_JUDSQ88824,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12910,,,stu_JUDSQ88824,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12911,,,stu_JUDSQ88824,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12912,,,stu_JUDSQ88824,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12913,,,stu_JUDSQ88824,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+12914,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12915,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12916,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12917,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12918,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12919,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12920,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12921,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12922,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12923,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12924,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12925,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12926,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12927,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12928,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12929,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12930,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12931,,,stu_YHBFN60187,,0,16,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12932,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12933,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12934,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12935,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12936,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12937,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12938,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12939,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12940,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12941,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12942,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12943,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12944,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12945,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12946,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12947,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12948,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12949,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12950,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12951,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12952,,,stu_YHBFN60187,,0,17,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12953,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12954,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12955,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12956,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12957,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12958,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12959,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12960,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12961,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12962,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12963,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12964,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12965,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12966,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12967,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12968,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12969,,,stu_YHBFN60187,,0,15,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+12970,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12971,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12972,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12973,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12974,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12975,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12976,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12977,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12978,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12979,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12980,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12981,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12982,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12983,,,stu_BDVXK14079,,0,14,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12984,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12985,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12986,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12987,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12988,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12989,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12990,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12991,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12992,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12993,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12994,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12995,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12996,,,stu_BDVXK14079,,0,12,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+12997,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+12998,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+12999,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13000,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13001,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13002,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13003,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13004,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13005,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13006,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13007,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13008,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13009,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13010,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13011,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13012,,,stu_DJQZS93198,,0,10,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13013,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13014,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13015,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13016,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13017,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13018,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13019,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13020,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13021,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13022,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13023,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13024,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13025,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13026,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13027,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13028,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13029,,,stu_DJQZS93198,,0,13,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+13030,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13031,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13032,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13033,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13034,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13035,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13036,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13037,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13038,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13039,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13040,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13041,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13042,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13043,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13044,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13045,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13046,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13047,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13048,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13049,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13050,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13051,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13052,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13053,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13054,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13055,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13056,,,stu_FGEQV52906,,0,18,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13057,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13058,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13059,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13060,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13061,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13062,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13063,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13064,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13065,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13066,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13067,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13068,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13069,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13070,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13071,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13072,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13073,,,stu_FGEQV52906,,0,17,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13074,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13075,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13076,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13077,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13078,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13079,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13080,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13081,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13082,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13083,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13084,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13085,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13086,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13087,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13088,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13089,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13090,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13091,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13092,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13093,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13094,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13095,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13096,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13097,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,2,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13098,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13099,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13100,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13101,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13102,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13103,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13104,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13105,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13106,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13107,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13108,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13109,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13110,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13111,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13112,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13113,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13114,,,stu_FGEQV52906,,0,16,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13115,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13116,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13117,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13118,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13119,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13120,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13121,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13122,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13123,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13124,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13125,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13126,,,stu_FGEQV52906,,0,12,,,,,ratio_proportion_change3-cms-071,ratio_proportion_change3-cms-071,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+13127,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13128,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13129,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13130,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13131,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13132,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13133,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13134,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13135,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13136,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13137,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13138,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13139,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13140,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13141,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13142,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13143,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13144,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13145,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13146,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13147,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13148,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13149,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13150,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13151,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13152,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13153,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13154,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13155,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13156,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13157,,,stu_HMIMS22710,,0,19,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,9,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13158,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13159,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13160,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13161,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13162,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13163,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13164,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13165,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13166,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13167,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13168,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13169,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13170,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13171,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13172,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13173,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13174,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13175,,,stu_HMIMS22710,,0,17,,,,,ratio_proportion_change3-cms-068,ratio_proportion_change3-cms-068,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13176,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13177,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13178,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13179,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13180,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13181,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13182,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13183,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13184,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13185,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13186,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13187,,,stu_HMIMS22710,,0,12,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+13188,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13189,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13190,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13191,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13192,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13193,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13194,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13195,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13196,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13197,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13198,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13199,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13200,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13201,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13202,,,stu_IWSAX21734,,0,13,,,,,ratio_proportion_change3-107,ratio_proportion_change3-107,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13203,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13204,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13205,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13206,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13207,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13208,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13209,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13210,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13211,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13212,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13213,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13214,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13215,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13216,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13217,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13218,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13219,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13220,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13221,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13222,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13223,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13224,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13225,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13226,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13227,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13228,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13229,,,stu_IWSAX21734,,0,20,,,,,ratio_proportion_change3-164,ratio_proportion_change3-164,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13230,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13231,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13232,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13233,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13234,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13235,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13236,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13237,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13238,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13239,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13240,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13241,,,stu_IWSAX21734,,0,12,,,,,ratio_proportion_change3-cms-062,ratio_proportion_change3-cms-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+13242,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13243,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13244,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13245,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13246,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13247,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13248,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13249,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13250,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13251,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13252,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13253,,,stu_RFBBM81693,,0,11,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13254,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13255,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13256,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13257,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13258,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13259,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13260,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13261,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13262,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13263,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13264,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13265,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13266,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13267,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-071,ratio_proportion_change3-071,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13268,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13269,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13270,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13271,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13272,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13273,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13274,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13275,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13276,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13277,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13278,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13279,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13280,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13281,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-166,ratio_proportion_change3-166,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13282,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13283,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13284,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13285,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13286,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13287,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13288,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13289,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13290,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13291,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13292,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13293,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13294,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13295,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13296,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13297,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13298,,,stu_RFBBM81693,,0,14,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13299,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13300,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13301,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13302,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13303,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13304,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13305,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13306,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13307,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13308,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13309,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13310,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13311,,,stu_RFBBM81693,,0,12,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13312,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13313,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13314,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13315,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13316,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13317,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13318,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13319,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13320,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13321,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13322,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13323,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13324,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13325,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13326,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13327,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13328,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13329,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13330,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13331,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13332,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13333,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13334,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13335,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13336,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13337,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13338,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13339,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13340,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13341,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13342,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13343,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13344,,,stu_RFBBM81693,,0,19,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+13345,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13346,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13347,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13348,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13349,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13350,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13351,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13352,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13353,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13354,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13355,,,stu_FQEKQ05301,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13356,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13357,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13358,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13359,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13360,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13361,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13362,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13363,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13364,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13365,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13366,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13367,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13368,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-161,ratio_proportion_change3-161,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13369,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13370,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13371,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13372,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13373,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13374,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13375,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13376,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13377,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13378,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13379,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13380,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13381,,,stu_FQEKQ05301,,0,13,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13382,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13383,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13384,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13385,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13386,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13387,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13388,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13389,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13390,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13391,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13392,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13393,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13394,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13395,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13396,,,stu_FQEKQ05301,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+13397,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13398,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13399,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13400,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13401,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13402,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13403,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13404,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13405,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13406,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13407,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13408,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13409,,,stu_JGMZN79391,,0,13,,,,,ratio_proportion_change3-054,ratio_proportion_change3-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13410,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13411,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13412,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13413,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13414,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13415,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13416,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13417,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13418,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13419,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13420,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13421,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13422,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13423,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13424,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13425,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13426,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13427,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13428,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13429,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13430,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13431,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13432,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13433,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13434,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13435,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13436,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13437,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13438,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13439,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13440,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13441,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13442,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13443,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13444,,,stu_JGMZN79391,,0,16,,,,,ratio_proportion_change3-cms-034,ratio_proportion_change3-cms-034,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+13445,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13446,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13447,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13448,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13449,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13450,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13451,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13452,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13453,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13454,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13455,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13456,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13457,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13458,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13459,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13460,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13461,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13462,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13463,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13464,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13465,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13466,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13467,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13468,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13469,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13470,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13471,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13472,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13473,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13474,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13475,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13476,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-076,ratio_proportion_change3-076,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13477,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13478,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13479,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13480,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13481,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13482,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13483,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13484,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13485,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13486,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13487,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13488,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-123,ratio_proportion_change3-123,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13489,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13490,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13491,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13492,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13493,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13494,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13495,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13496,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13497,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13498,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13499,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13500,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13501,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13502,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13503,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13504,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13505,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13506,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13507,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13508,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13509,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13510,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13511,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13512,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13513,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13514,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13515,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13516,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13517,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13518,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13519,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13520,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13521,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13522,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13523,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13524,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13525,,,stu_YPBTB67088,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13526,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13527,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13528,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13529,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13530,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13531,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13532,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13533,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13534,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13535,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13536,,,stu_YPBTB67088,,0,9,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+13537,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13538,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13539,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13540,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13541,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13542,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13543,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13544,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13545,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13546,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13547,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13548,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13549,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13550,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13551,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13552,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13553,,,stu_GEWIL29218,,0,16,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13554,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13555,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13556,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13557,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13558,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13559,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13560,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13561,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13562,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13563,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13564,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13565,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13566,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13567,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13568,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13569,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13570,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13571,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13572,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13573,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13574,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13575,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13576,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13577,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13578,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13579,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-032,ratio_proportion_change3-cms-032,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13580,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13581,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13582,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13583,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13584,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13585,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13586,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13587,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13588,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13589,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13590,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13591,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13592,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13593,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13594,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13595,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13596,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13597,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13598,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13599,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13600,,,stu_GEWIL29218,,0,17,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13601,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13602,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13603,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13604,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13605,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13606,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13607,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13608,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13609,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13610,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13611,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13612,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13613,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13614,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13615,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13616,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13617,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13618,,,stu_MHWVL59963,,0,16,,,,,ratio_proportion_change3-041,ratio_proportion_change3-041,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13619,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13620,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13621,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13622,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13623,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13624,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13625,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13626,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13627,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13628,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13629,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13630,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13631,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13632,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13633,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13634,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13635,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13636,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13637,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13638,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13639,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13640,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13641,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13642,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13643,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13644,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13645,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13646,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13647,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13648,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13649,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13650,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13651,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13652,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13653,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13654,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13655,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13656,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13657,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13658,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13659,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13660,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13661,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13662,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13663,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13664,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13665,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13666,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13667,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13668,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13669,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13670,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13671,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13672,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13673,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13674,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13675,,,stu_MHWVL59963,,0,17,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13676,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13677,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13678,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13679,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13680,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13681,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13682,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13683,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13684,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13685,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13686,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13687,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13688,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13689,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13690,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13691,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13692,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13693,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13694,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13695,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13696,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13697,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13698,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13699,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13700,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13701,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13702,,,stu_MHWVL59963,,0,18,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13703,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13704,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13705,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13706,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13707,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13708,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13709,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13710,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13711,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13712,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13713,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13714,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13715,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13716,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13717,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13718,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13719,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13720,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13721,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13722,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13723,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13724,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13725,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13726,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13727,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13728,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13729,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13730,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13731,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13732,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13733,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13734,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13735,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13736,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13737,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13738,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13739,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13740,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13741,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13742,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13743,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13744,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13745,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13746,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13747,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13748,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13749,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13750,,,stu_NUGCW40032,,0,18,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13751,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13752,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13753,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13754,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13755,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13756,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13757,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13758,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13759,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13760,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13761,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13762,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13763,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13764,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13765,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13766,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13767,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13768,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13769,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13770,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13771,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13772,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13773,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13774,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13775,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13776,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13777,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13778,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13779,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13780,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13781,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13782,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13783,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13784,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13785,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13786,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13787,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13788,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13789,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13790,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13791,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13792,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13793,,,stu_QUQTK70286,,0,12,,,,,ratio_proportion_change3-053,ratio_proportion_change3-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13794,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13795,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13796,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13797,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13798,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13799,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13800,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13801,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13802,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13803,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13804,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13805,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13806,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13807,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13808,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13809,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13810,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13811,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13812,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13813,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13814,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13815,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13816,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13817,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13818,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13819,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13820,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13821,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13822,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13823,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13824,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13825,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13826,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13827,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,7,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13828,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13829,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13830,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,8,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13831,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,9,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13832,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13833,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13834,,,stu_QUQTK70286,,0,20,,,,,ratio_proportion_change3-101,ratio_proportion_change3-101,,,FinalAnswer,10,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13835,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13836,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13837,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13838,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13839,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13840,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13841,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13842,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13843,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13844,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13845,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13846,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13847,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13848,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13849,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13850,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13851,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13852,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13853,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13854,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13855,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13856,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13857,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13858,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13859,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13860,,,stu_QUQTK70286,,0,18,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13861,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13862,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13863,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13864,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13865,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13866,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13867,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13868,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13869,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13870,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13871,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13872,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13873,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13874,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13875,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13876,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13877,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13878,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13879,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13880,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13881,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13882,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13883,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13884,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13885,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13886,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13887,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13888,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13889,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13890,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13891,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13892,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13893,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13894,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13895,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13896,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13897,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13898,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13899,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13900,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13901,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13902,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13903,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13904,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13905,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13906,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13907,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13908,,,stu_QUQTK70286,,0,13,,,,,ratio_proportion_change3-cms-076,ratio_proportion_change3-cms-076,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+13909,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13910,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13911,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13912,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13913,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13914,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13915,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13916,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13917,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13918,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-159,ratio_proportion_change3-159,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13919,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13920,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13921,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13922,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13923,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13924,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13925,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13926,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13927,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13928,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13929,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13930,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13931,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13932,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13933,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13934,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13935,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13936,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13937,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13938,,,stu_PITCD20795,,0,13,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13939,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13940,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13941,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13942,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13943,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13944,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13945,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13946,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13947,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13948,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13949,,,stu_PITCD20795,,0,10,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+13950,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13951,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13952,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13953,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13954,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13955,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13956,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13957,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13958,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13959,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13960,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13961,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13962,,,stu_TWAGK73340,,0,12,,,,,ratio_proportion_change3-050,ratio_proportion_change3-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13963,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13964,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13965,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13966,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13967,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13968,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13969,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13970,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13971,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13972,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13973,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13974,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13975,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13976,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13977,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13978,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13979,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13980,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13981,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13982,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13983,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13984,,,stu_TWAGK73340,,0,16,,,,,ratio_proportion_change3-cms-024,ratio_proportion_change3-cms-024,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13985,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13986,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13987,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13988,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13989,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13990,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13991,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13992,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13993,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13994,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13995,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13996,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13997,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13998,,,stu_TWAGK73340,,0,14,,,,,ratio_proportion_change3-cms-048,ratio_proportion_change3-cms-048,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+13999,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14000,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14001,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14002,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14003,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14004,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14005,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14006,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14007,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14008,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14009,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14010,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14011,,,stu_TWAGK73340,,0,13,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14012,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14013,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14014,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14015,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14016,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14017,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14018,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14019,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14020,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14021,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14022,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14023,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14024,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14025,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14026,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14027,,,stu_WPILA31287,,0,15,,,,,ratio_proportion_change3-017,ratio_proportion_change3-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14028,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14029,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14030,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14031,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14032,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14033,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14034,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14035,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14036,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14037,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14038,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14039,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14040,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14041,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14042,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14043,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14044,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14045,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14046,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14047,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14048,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14049,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14050,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14051,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14052,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14053,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14054,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14055,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14056,,,stu_WPILA31287,,0,19,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+14057,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14058,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14059,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14060,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14061,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14062,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14063,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14064,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14065,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14066,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14067,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14068,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14069,,,stu_DIOLM00442,,0,12,,,,,ratio_proportion_change3-cms-099,ratio_proportion_change3-cms-099,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14070,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14071,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14072,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14073,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14074,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14075,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14076,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14077,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14078,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14079,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14080,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14081,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14082,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14083,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14084,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14085,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14086,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14087,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14088,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14089,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14090,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14091,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14092,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14093,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14094,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14095,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14096,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14097,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14098,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14099,,,stu_DPPBT01377,,0,18,,,,,ratio_proportion_change3-068,ratio_proportion_change3-068,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14100,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14101,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14102,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14103,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14104,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14105,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14106,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14107,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14108,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14109,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14110,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14111,,,stu_DPPBT01377,,0,12,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14112,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14113,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14114,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14115,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14116,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14117,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14118,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14119,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14120,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14121,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14122,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14123,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14124,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14125,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14126,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14127,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14128,,,stu_DPPBT01377,,0,13,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14129,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14130,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14131,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14132,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14133,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14134,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14135,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14136,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14137,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14138,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14139,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14140,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14141,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14142,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14143,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14144,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14145,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14146,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14147,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14148,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14149,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14150,,,stu_FJGSX23170,,0,15,,,,,ratio_proportion_change3-cms-001,ratio_proportion_change3-cms-001,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14151,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14152,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14153,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14154,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14155,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14156,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14157,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14158,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14159,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14160,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14161,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14162,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14163,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14164,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14165,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14166,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14167,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14168,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14169,,,stu_FJGSX23170,,0,16,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14170,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14171,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14172,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14173,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14174,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14175,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14176,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14177,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14178,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14179,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14180,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14181,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14182,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14183,,,stu_FJGSX23170,,0,12,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14184,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14185,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14186,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14187,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14188,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14189,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14190,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14191,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14192,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14193,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14194,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14195,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14196,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14197,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14198,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14199,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14200,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14201,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14202,,,stu_FJGSX23170,,0,17,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+14203,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14204,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14205,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14206,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14207,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14208,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14209,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14210,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14211,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14212,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14213,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14214,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14215,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14216,,,stu_OGISA98088,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+14217,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14218,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14219,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14220,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14221,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14222,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14223,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14224,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14225,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14226,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14227,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14228,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorQuantity1,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14229,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14230,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14231,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14232,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14233,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14234,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14235,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14236,,,stu_RMYJX99424,,0,10,,,,,ratio_proportion_change3-025,ratio_proportion_change3-025,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14237,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14238,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14239,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14240,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14241,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14242,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14243,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14244,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14245,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14246,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14247,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-032,ratio_proportion_change3-032,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14248,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14249,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14250,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14251,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14252,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14253,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14254,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14255,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14256,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14257,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14258,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14259,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-087,ratio_proportion_change3-087,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14260,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14261,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14262,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14263,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14264,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14265,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14266,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14267,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14268,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14269,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14270,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14271,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14272,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14273,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14274,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14275,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14276,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14277,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14278,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14279,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14280,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14281,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14282,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14283,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14284,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14285,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14286,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14287,,,stu_RMYJX99424,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+14288,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14289,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14290,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14291,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14292,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14293,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14294,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14295,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14296,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14297,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14298,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14299,,,stu_SUKTK76555,,0,12,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14300,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14301,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14302,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14303,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14304,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14305,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14306,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14307,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14308,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14309,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14310,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14311,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14312,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14313,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14314,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14315,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14316,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14317,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14318,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14319,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14320,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14321,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14322,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14323,,,stu_SUKTK76555,,0,15,,,,,ratio_proportion_change3-174,ratio_proportion_change3-174,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14324,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14325,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14326,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14327,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14328,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14329,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14330,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14331,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14332,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14333,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14334,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14335,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14336,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14337,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14338,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14339,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14340,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14341,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14342,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14343,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14344,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14345,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14346,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14347,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14348,,,stu_SUKTK76555,,0,9,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14349,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14350,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14351,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14352,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14353,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14354,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14355,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14356,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14357,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14358,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14359,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14360,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14361,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14362,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14363,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14364,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14365,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14366,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14367,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14368,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14369,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14370,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14371,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14372,,,stu_SUKTK76555,,0,17,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14373,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14374,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14375,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14376,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14377,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14378,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14379,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14380,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14381,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14382,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14383,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14384,,,stu_SUKTK76555,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+14385,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14386,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14387,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14388,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14389,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14390,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14391,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14392,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14393,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14394,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14395,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14396,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14397,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14398,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14399,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14400,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14401,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14402,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14403,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14404,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14405,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14406,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14407,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14408,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14409,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14410,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14411,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14412,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14413,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14414,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14415,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14416,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14417,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14418,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14419,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14420,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14421,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14422,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14423,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14424,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14425,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14426,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14427,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14428,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14429,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14430,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14431,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14432,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14433,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14434,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14435,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14436,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14437,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14438,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14439,,,stu_BGMLH45060,,0,18,,,,,ratio_proportion_change3-165,ratio_proportion_change3-165,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14440,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14441,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14442,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14443,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14444,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14445,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14446,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14447,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14448,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14449,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14450,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14451,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14452,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14453,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14454,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14455,,,stu_BGMLH45060,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14456,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14457,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14458,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14459,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14460,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14461,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14462,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14463,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14464,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14465,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14466,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14467,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14468,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14469,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14470,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14471,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14472,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14473,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14474,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14475,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14476,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14477,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14478,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14479,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14480,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14481,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14482,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14483,,,stu_BGMLH45060,,0,13,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14484,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14485,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14486,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14487,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14488,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14489,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14490,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14491,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14492,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14493,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14494,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14495,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14496,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14497,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14498,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14499,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14500,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14501,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14502,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14503,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14504,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14505,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14506,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14507,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14508,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14509,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14510,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14511,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14512,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14513,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14514,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14515,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14516,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14517,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14518,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14519,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14520,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14521,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14522,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14523,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14524,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14525,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14526,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14527,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14528,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14529,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14530,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14531,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14532,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14533,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14534,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,7,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14535,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,8,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14536,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14537,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14538,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,9,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14539,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14540,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14541,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14542,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14543,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14544,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14545,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14546,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14547,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14548,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14549,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14550,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14551,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14552,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14553,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14554,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14555,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14556,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14557,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14558,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14559,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14560,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14561,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14562,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14563,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14564,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14565,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14566,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14567,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14568,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14569,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14570,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14571,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14572,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14573,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14574,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14575,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14576,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14577,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14578,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14579,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14580,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14581,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14582,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14583,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14584,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14585,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14586,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14587,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14588,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14589,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14590,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14591,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14592,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14593,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14594,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14595,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14596,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14597,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14598,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14599,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14600,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14601,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14602,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14603,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14604,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14605,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14606,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14607,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14608,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14609,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14610,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14611,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14612,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14613,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14614,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14615,,,stu_DZUNO51502,,0,17,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14616,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14617,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14618,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14619,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14620,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14621,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14622,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14623,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14624,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14625,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14626,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14627,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14628,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14629,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14630,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14631,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14632,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14633,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14634,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14635,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14636,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14637,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14638,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14639,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14640,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14641,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14642,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14643,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14644,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14645,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14646,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14647,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14648,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14649,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14650,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14651,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14652,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14653,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14654,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14655,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14656,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14657,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14658,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14659,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14660,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14661,,,stu_DZUNO51502,,0,21,,,,,ratio_proportion_change3-cms-094,ratio_proportion_change3-cms-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14662,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14663,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14664,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14665,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14666,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14667,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14668,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14669,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14670,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14671,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14672,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14673,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14674,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14675,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14676,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14677,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14678,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-178,ratio_proportion_change3-178,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14679,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14680,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14681,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14682,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14683,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14684,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14685,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14686,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14687,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14688,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14689,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14690,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14691,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14692,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14693,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14694,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14695,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14696,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14697,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14698,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14699,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14700,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14701,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14702,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14703,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14704,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14705,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14706,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14707,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14708,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14709,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14710,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14711,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14712,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14713,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14714,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14715,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14716,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14717,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14718,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14719,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14720,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14721,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14722,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14723,,,stu_FNLVG02409,,0,17,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14724,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14725,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14726,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14727,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14728,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14729,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14730,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14731,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14732,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14733,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14734,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14735,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14736,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14737,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14738,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14739,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14740,,,stu_FNLVG02409,,0,16,,,,,ratio_proportion_change3-cms-072,ratio_proportion_change3-cms-072,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+14741,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14742,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14743,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14744,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14745,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14746,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14747,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14748,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14749,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14750,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14751,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14752,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14753,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14754,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14755,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14756,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14757,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14758,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14759,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14760,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14761,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14762,,,stu_NOHAJ83101,,0,14,,,,,ratio_proportion_change3-139,ratio_proportion_change3-139,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14763,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14764,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14765,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14766,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14767,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14768,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14769,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14770,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14771,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14772,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14773,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14774,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14775,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14776,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14777,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14778,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14779,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14780,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14781,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14782,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14783,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14784,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14785,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14786,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14787,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14788,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14789,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14790,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14791,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14792,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14793,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14794,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14795,,,stu_NOHAJ83101,,0,16,,,,,ratio_proportion_change3-cms-023,ratio_proportion_change3-cms-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14796,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14797,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14798,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14799,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14800,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14801,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14802,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14803,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14804,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14805,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14806,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14807,,,stu_NOHAJ83101,,0,12,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+14808,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14809,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14810,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14811,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14812,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14813,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14814,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14815,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14816,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14817,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14818,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14819,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14820,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14821,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14822,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14823,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14824,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14825,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14826,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14827,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14828,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14829,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14830,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14831,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14832,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14833,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14834,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14835,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14836,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14837,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14838,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14839,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14840,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14841,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14842,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14843,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14844,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14845,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14846,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14847,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14848,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14849,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14850,,,stu_TVCJY05397,,0,13,,,,,ratio_proportion_change3-cms-027,ratio_proportion_change3-cms-027,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14851,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14852,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14853,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14854,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14855,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14856,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14857,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14858,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14859,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14860,,,stu_TVCJY05397,,0,10,,,,,ratio_proportion_change3-cms-049,ratio_proportion_change3-cms-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14861,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14862,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14863,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14864,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14865,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14866,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14867,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14868,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14869,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14870,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14871,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14872,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14873,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14874,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14875,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14876,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14877,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14878,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14879,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14880,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14881,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14882,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14883,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14884,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14885,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14886,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14887,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14888,,,stu_TVIUY56944,,0,19,,,,,ratio_proportion_change3-078,ratio_proportion_change3-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14889,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14890,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14891,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14892,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14893,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14894,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14895,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14896,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14897,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14898,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14899,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14900,,,stu_VUZIZ43951,,0,9,,,,,ratio_proportion_change3-040,ratio_proportion_change3-040,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+14901,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14902,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14903,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14904,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14905,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14906,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14907,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14908,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14909,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14910,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14911,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14912,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14913,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14914,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14915,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14916,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14917,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14918,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14919,,,stu_XHUKN27610,,0,13,,,,,ratio_proportion_change3-115,ratio_proportion_change3-115,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14920,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14921,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14922,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14923,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14924,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14925,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14926,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14927,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14928,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14929,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14930,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14931,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14932,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14933,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14934,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14935,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14936,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14937,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14938,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14939,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14940,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14941,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14942,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14943,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14944,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14945,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14946,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14947,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14948,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14949,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14950,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14951,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14952,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14953,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14954,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14955,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14956,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14957,,,stu_XHUKN27610,,0,12,,,,,ratio_proportion_change3-cms-047,ratio_proportion_change3-cms-047,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+14958,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14959,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14960,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14961,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14962,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14963,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14964,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14965,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14966,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14967,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14968,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14969,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14970,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14971,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14972,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14973,,,stu_XWIUQ06518,,0,14,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14974,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14975,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14976,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14977,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14978,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14979,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14980,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14981,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14982,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14983,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14984,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14985,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14986,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14987,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14988,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14989,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14990,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14991,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14992,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14993,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,DenominatorQuantity1,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14994,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14995,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14996,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14997,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14998,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+14999,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15000,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15001,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15002,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15003,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15004,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15005,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15006,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15007,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15008,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15009,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15010,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15011,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15012,,,stu_XWIUQ06518,,0,15,,,,,ratio_proportion_change3-030,ratio_proportion_change3-030,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15013,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15014,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15015,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15016,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15017,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15018,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15019,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15020,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15021,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15022,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15023,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15024,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15025,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15026,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15027,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15028,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15029,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-028,ratio_proportion_change3-cms-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15030,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15031,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15032,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15033,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15034,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15035,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15036,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15037,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15038,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15039,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15040,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15041,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15042,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15043,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15044,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15045,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15046,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15047,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-031,ratio_proportion_change3-cms-031,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15048,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15049,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15050,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15051,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15052,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15053,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15054,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15055,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15056,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15057,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15058,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15059,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15060,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15061,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15062,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15063,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15064,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15065,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15066,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15067,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15068,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15069,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15070,,,stu_XWIUQ06518,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15071,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15072,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15073,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15074,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15075,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15076,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15077,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15078,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15079,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15080,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15081,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,6,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15082,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15083,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15084,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15085,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,NumeratorQuantity1,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15086,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15087,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15088,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15089,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15090,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15091,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15092,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15093,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15094,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15095,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15096,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15097,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15098,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15099,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15100,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15101,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15102,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,SecondRow,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15103,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15104,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15105,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15106,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15107,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15108,,,stu_XWIUQ06518,,0,13,,,,,ratio_proportion_change3-cms-097,ratio_proportion_change3-cms-097,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+15109,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15110,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15111,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15112,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15113,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15114,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15115,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15116,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15117,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15118,,,stu_MTSRQ04485,,0,9,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+15119,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15120,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15121,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15122,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15123,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15124,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15125,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15126,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15127,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15128,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15129,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15130,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15131,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15132,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15133,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15134,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15135,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15136,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15137,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15138,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15139,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15140,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15141,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15142,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15143,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15144,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15145,,,stu_NVXUC81238,,0,18,,,,,ratio_proportion_change3-150,ratio_proportion_change3-150,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15146,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15147,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15148,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15149,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15150,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15151,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15152,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15153,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15154,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15155,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15156,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15157,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15158,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15159,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15160,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15161,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15162,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15163,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15164,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15165,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15166,,,stu_NVXUC81238,,0,17,,,,,ratio_proportion_change3-cms-018,ratio_proportion_change3-cms-018,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15167,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15168,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15169,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15170,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15171,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15172,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15173,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15174,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15175,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15176,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15177,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15178,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15179,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15180,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15181,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15182,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15183,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15184,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15185,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15186,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15187,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15188,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15189,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15190,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15191,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15192,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15193,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15194,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15195,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15196,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15197,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15198,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15199,,,stu_NVXUC81238,,0,19,,,,,ratio_proportion_change3-cms-020,ratio_proportion_change3-cms-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15200,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15201,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15202,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15203,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15204,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15205,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15206,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15207,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15208,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15209,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15210,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15211,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15212,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15213,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15214,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15215,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15216,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15217,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15218,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15219,,,stu_NVXUC81238,,0,16,,,,,ratio_proportion_change3-cms-050,ratio_proportion_change3-cms-050,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15220,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15221,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15222,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15223,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15224,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15225,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15226,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15227,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15228,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15229,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15230,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15231,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15232,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15233,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-037,ratio_proportion_change3-cms-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15234,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15235,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15236,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15237,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15238,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15239,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15240,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15241,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15242,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15243,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15244,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15245,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15246,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15247,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15248,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15249,,,stu_UJUON65224,,0,12,,,,,ratio_proportion_change3-cms-042,ratio_proportion_change3-cms-042,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+15250,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15251,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15252,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15253,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15254,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15255,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15256,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15257,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15258,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15259,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15260,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15261,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15262,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15263,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15264,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15265,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15266,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15267,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15268,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15269,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15270,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15271,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15272,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15273,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15274,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-005,ratio_proportion_change3-005,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15275,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15276,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15277,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15278,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15279,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15280,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15281,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15282,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15283,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15284,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15285,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15286,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15287,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15288,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15289,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15290,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15291,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15292,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15293,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15294,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15295,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15296,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15297,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15298,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15299,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15300,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15301,,,stu_UOJVC15342,,0,14,,,,,ratio_proportion_change3-042,ratio_proportion_change3-042,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15302,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15303,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15304,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15305,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15306,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15307,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15308,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15309,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15310,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15311,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15312,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15313,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15314,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15315,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15316,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15317,,,stu_UOJVC15342,,0,16,,,,,ratio_proportion_change3-cms-038,ratio_proportion_change3-cms-038,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15318,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15319,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15320,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15321,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15322,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15323,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15324,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15325,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15326,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15327,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15328,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15329,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15330,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15331,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15332,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15333,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15334,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15335,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15336,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15337,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15338,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15339,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15340,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15341,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15342,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15343,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15344,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-062,ratio_proportion_change3-062,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15345,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15346,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15347,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15348,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,3,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15349,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15350,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15351,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15352,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15353,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15354,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15355,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15356,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15357,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15358,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15359,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15360,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15361,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15362,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15363,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15364,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15365,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15366,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15367,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15368,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15369,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15370,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15371,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15372,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15373,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15374,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15375,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15376,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15377,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15378,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15379,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15380,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15381,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15382,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15383,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15384,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15385,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15386,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15387,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15388,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15389,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15390,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15391,,,stu_DSXTW71252,,0,18,,,,,ratio_proportion_change3-092,ratio_proportion_change3-092,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+15392,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15393,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15394,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15395,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15396,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15397,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15398,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15399,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15400,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15401,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15402,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15403,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15404,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15405,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15406,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15407,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15408,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15409,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15410,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15411,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15412,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15413,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15414,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15415,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15416,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15417,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15418,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15419,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15420,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15421,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15422,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15423,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15424,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15425,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15426,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15427,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15428,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15429,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15430,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15431,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15432,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15433,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15434,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15435,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15436,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15437,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15438,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15439,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15440,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15441,,,stu_NGIHB54278,,0,21,,,,,ratio_proportion_change3-034,ratio_proportion_change3-034,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15442,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15443,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15444,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15445,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15446,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15447,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15448,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15449,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15450,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15451,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15452,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15453,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15454,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15455,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15456,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-063,ratio_proportion_change3-063,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15457,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15458,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15459,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15460,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15461,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15462,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15463,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15464,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15465,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15466,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15467,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15468,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15469,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15470,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15471,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15472,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15473,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15474,,,stu_NGIHB54278,,0,11,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+15475,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15476,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15477,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15478,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15479,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15480,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15481,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15482,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15483,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15484,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15485,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15486,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15487,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15488,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15489,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15490,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15491,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15492,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15493,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15494,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15495,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15496,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15497,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15498,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15499,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15500,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15501,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15502,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15503,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15504,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15505,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15506,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15507,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorFactor,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15508,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15509,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,NumeratorFactor,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15510,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15511,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,EquationAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15512,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15513,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15514,,,stu_ZJJNN58975,,0,16,,,,,ratio_proportion_change3-089,ratio_proportion_change3-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15515,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15516,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15517,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15518,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15519,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15520,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15521,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15522,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15523,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15524,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15525,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15526,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15527,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15528,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15529,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15530,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15531,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15532,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15533,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15534,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15535,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15536,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15537,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15538,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15539,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15540,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15541,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15542,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15543,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15544,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15545,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15546,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15547,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15548,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15549,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15550,,,stu_ZJJNN58975,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15551,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15552,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15553,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15554,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15555,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15556,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15557,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15558,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15559,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15560,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15561,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15562,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15563,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15564,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15565,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15566,,,stu_ZJJNN58975,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15567,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15568,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15569,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15570,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15571,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15572,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15573,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15574,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15575,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15576,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15577,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15578,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15579,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15580,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15581,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15582,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15583,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15584,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15585,,,stu_ZJJNN58975,,0,11,,,,,ratio_proportion_change3-cms-056,ratio_proportion_change3-cms-056,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15586,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15587,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15588,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15589,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15590,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15591,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15592,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15593,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15594,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15595,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15596,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15597,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15598,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15599,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15600,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15601,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15602,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15603,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15604,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15605,,,stu_ZJJNN58975,,0,14,,,,,ratio_proportion_change3-cms-100,ratio_proportion_change3-cms-100,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+15606,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15607,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15608,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15609,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15610,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15611,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15612,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15613,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15614,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15615,,,stu_NXGIX22853,,0,10,,,,,ratio_proportion_change3-cms-087,ratio_proportion_change3-cms-087,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+15616,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15617,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15618,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15619,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15620,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15621,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15622,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15623,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15624,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15625,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15626,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15627,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15628,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15629,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15630,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15631,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15632,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15633,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15634,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15635,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswerDirection,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15636,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15637,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorFactor,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15638,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15639,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15640,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15641,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15642,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15643,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15644,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15645,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15646,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15647,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15648,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15649,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15650,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15651,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15652,,,stu_UAVQA68576,,0,22,,,,,ratio_proportion_change3-022,ratio_proportion_change3-022,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15653,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15654,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15655,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15656,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15657,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15658,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15659,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15660,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15661,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15662,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15663,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15664,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15665,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15666,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15667,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15668,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15669,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15670,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15671,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15672,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15673,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15674,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15675,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15676,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15677,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15678,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15679,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15680,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15681,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15682,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15683,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15684,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15685,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15686,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15687,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15688,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15689,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15690,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15691,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15692,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15693,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15694,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15695,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15696,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15697,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15698,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15699,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15700,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15701,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15702,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15703,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15704,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-037,ratio_proportion_change3-037,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15705,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15706,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15707,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15708,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15709,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15710,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15711,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15712,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15713,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15714,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15715,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15716,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15717,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15718,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15719,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15720,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15721,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15722,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15723,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15724,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15725,,,stu_UAVQA68576,,0,17,,,,,ratio_proportion_change3-072,ratio_proportion_change3-072,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15726,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15727,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15728,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15729,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15730,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15731,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15732,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15733,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15734,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15735,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15736,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15737,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15738,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15739,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15740,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15741,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15742,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15743,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15744,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15745,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15746,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15747,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15748,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15749,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15750,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15751,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15752,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15753,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15754,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15755,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15756,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15757,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15758,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15759,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15760,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15761,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15762,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15763,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15764,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15765,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15766,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15767,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15768,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15769,,,stu_UAVQA68576,,0,18,,,,,ratio_proportion_change3-cms-051,ratio_proportion_change3-cms-051,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15770,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15771,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15772,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15773,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15774,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15775,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15776,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15777,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15778,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15779,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15780,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15781,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15782,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15783,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15784,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15785,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15786,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15787,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15788,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-058,ratio_proportion_change3-cms-058,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15789,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15790,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15791,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15792,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15793,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15794,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15795,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15796,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15797,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15798,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15799,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15800,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15801,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15802,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15803,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15804,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15805,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15806,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15807,,,stu_UAVQA68576,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+15808,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15809,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15810,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15811,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15812,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15813,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15814,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15815,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15816,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15817,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15818,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15819,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15820,,,stu_EHLJL99000,,0,10,,,,,ratio_proportion_change3-158,ratio_proportion_change3-158,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15821,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15822,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15823,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15824,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15825,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15826,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15827,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15828,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15829,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-041,ratio_proportion_change3-cms-041,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15830,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15831,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15832,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15833,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15834,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15835,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15836,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15837,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15838,,,stu_EHLJL99000,,0,9,,,,,ratio_proportion_change3-cms-053,ratio_proportion_change3-cms-053,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+15839,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15840,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15841,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15842,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15843,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15844,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15845,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15846,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15847,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15848,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15849,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15850,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-010,ratio_proportion_change3-cms-010,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15851,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15852,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15853,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15854,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15855,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15856,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15857,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15858,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15859,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15860,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15861,,,stu_GRKLP33563,,0,10,,,,,ratio_proportion_change3-cms-054,ratio_proportion_change3-cms-054,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+15862,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15863,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15864,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15865,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15866,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15867,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15868,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15869,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15870,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15871,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15872,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15873,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15874,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15875,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15876,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15877,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15878,,,stu_ILDAG27925,,0,12,,,,,ratio_proportion_change3-056,ratio_proportion_change3-056,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15879,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15880,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15881,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15882,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15883,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15884,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15885,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15886,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15887,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15888,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15889,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15890,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15891,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15892,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15893,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15894,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15895,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15896,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15897,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15898,,,stu_ILDAG27925,,0,13,,,,,ratio_proportion_change3-cms-030,ratio_proportion_change3-cms-030,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+15899,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15900,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15901,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15902,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15903,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15904,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15905,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15906,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15907,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15908,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15909,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15910,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15911,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15912,,,stu_IWKMK58984,,0,13,,,,,ratio_proportion_change3-cms-036,ratio_proportion_change3-cms-036,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+15913,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15914,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15915,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15916,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15917,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15918,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15919,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15920,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15921,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15922,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15923,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15924,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15925,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,6,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15926,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15927,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15928,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15929,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorQuantity1,7,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15930,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15931,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15932,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15933,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15934,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15935,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15936,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15937,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15938,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15939,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15940,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15941,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15942,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15943,,,stu_VNZCU70349,,0,18,,,,,ratio_proportion_change3-096,ratio_proportion_change3-096,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15944,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15945,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15946,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15947,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15948,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15949,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15950,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15951,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15952,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15953,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15954,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15955,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15956,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15957,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15958,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15959,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15960,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15961,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15962,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15963,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15964,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15965,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15966,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-039,ratio_proportion_change3-cms-039,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15967,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15968,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15969,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15970,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15971,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15972,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15973,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15974,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15975,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15976,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15977,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15978,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15979,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15980,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15981,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+15982,,,stu_VNZCU70349,,0,16,,,,,ratio_proportion_change3-cms-079,ratio_proportion_change3-cms-079,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
diff --git a/fileHandler/ME-successful-strategies.csv b/fileHandler/ME-successful-strategies.csv
index 28821bc18fde796033bc7e70d1e41bad01e162ec..7f56a683871d2d4aee68164cec870040cfb8b2ca 100644
--- a/fileHandler/ME-successful-strategies.csv
+++ b/fileHandler/ME-successful-strategies.csv
@@ -1,3713 +1,7281 @@
Row,Sample Name,Transaction Id,Anon Student Id,Session Id,Time Zone,Duration (sec),Student Response Type,Student Response Subtype,Tutor Response Type,Tutor Response Subtype,Level (Workspace Id),Problem Name,Problem View,Problem Start Time,Step Name,Attempt At Step,Is Last Attempt,Outcome,Selection,Action,Input,Feedback Text,Feedback Classification,Help Level,Total Num Hints,KC (MATHia),KC Category (MATHia),KC (Single-KC),KC Category (Single-KC),KC (Unique-step),KC Category (Unique-step),School,Class,CF (Ruleid),CF (Semantic Event Id),CF (Skill New p-Known),CF (Skill Previous p-Known),CF (Workspace Progress Status),Event Type
-1,,,stu_KCIWD46364,,1663351927042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2,,,stu_KCIWD46364,,1663351929915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3,,,stu_KCIWD46364,,1663351936410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-4,,,stu_KCIWD46364,,1663351939694,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-5,,,stu_KCIWD46364,,1663351944067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-6,,,stu_KCIWD46364,,1663351946724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-7,,,stu_KCIWD46364,,1663351963184,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-8,,,stu_KCIWD46364,,1663351980431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-9,,,stu_KCIWD46364,,1663351985739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-10,,,stu_KCIWD46364,,1663351988762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-11,,,stu_KCIWD46364,,1663351992087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-12,,,stu_KCIWD46364,,1663351995224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-13,,,stu_KCIWD46364,,1663351996823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-14,,,stu_KCIWD46364,,1663352003209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-15,,,stu_KCIWD46364,,1663352016726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-16,,,stu_KCIWD46364,,1663352021847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-17,,,stu_KCIWD46364,,1663352036087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-18,,,stu_KCIWD46364,,1663352147371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-19,,,stu_KCIWD46364,,1663352153128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-20,,,stu_KCIWD46364,,1663352161662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-21,,,stu_KCIWD46364,,1663352166227,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-22,,,stu_GADKM52894,,1680141441375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-23,,,stu_GADKM52894,,1680141457788,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-24,,,stu_GADKM52894,,1680141466147,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-25,,,stu_GADKM52894,,1680141468658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-26,,,stu_GADKM52894,,1680141534477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-27,,,stu_GADKM52894,,1680141538109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-28,,,stu_GADKM52894,,1680141548264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-29,,,stu_GADKM52894,,1680141560143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-30,,,stu_GADKM52894,,1680141562462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-31,,,stu_GADKM52894,,1680141569377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-32,,,stu_GADKM52894,,1680141572082,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-33,,,stu_GADKM52894,,1680141578610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-34,,,stu_GADKM52894,,1680141582002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-35,,,stu_GADKM52894,,1680141588499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-36,,,stu_GADKM52894,,1680141593935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-37,,,stu_GADKM52894,,1680141595945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-38,,,stu_GADKM52894,,1680141687057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-39,,,stu_GADKM52894,,1680141690657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-40,,,stu_GADKM52894,,1680141693450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-41,,,stu_TJCKI93854,,1679417758821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-42,,,stu_TJCKI93854,,1679417762894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-43,,,stu_TJCKI93854,,1679417766636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-44,,,stu_TJCKI93854,,1679417818215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-45,,,stu_TJCKI93854,,1679417821713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-46,,,stu_TJCKI93854,,1679417827021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-47,,,stu_TJCKI93854,,1679417827022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-48,,,stu_TJCKI93854,,1679417837485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-49,,,stu_TJCKI93854,,1679417840687,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-50,,,stu_TJCKI93854,,1679417843269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-51,,,stu_TJCKI93854,,1679417846355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-52,,,stu_TJCKI93854,,1679417851002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-53,,,stu_TJCKI93854,,1679417853123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-54,,,stu_TJCKI93854,,1679417854533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-55,,,stu_TJCKI93854,,1679417868488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-56,,,stu_TJCKI93854,,1679417895996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-57,,,stu_TJCKI93854,,1679417902874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-58,,,stu_TJCKI93854,,1679417921624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-59,,,stu_TJCKI93854,,1679417926118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-60,,,stu_TJCKI93854,,1679417929703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-61,,,stu_TJCKI93854,,1679417933622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-62,,,stu_TJCKI93854,,1679417937263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-63,,,stu_TJCKI93854,,1679417943474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-64,,,stu_TJCKI93854,,1679417956528,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-65,,,stu_TJCKI93854,,1679417959281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-66,,,stu_TJCKI93854,,1679417964885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-67,,,stu_HUDPT56917,,1677092111955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-68,,,stu_HUDPT56917,,1677092148079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-69,,,stu_HUDPT56917,,1677092150353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-70,,,stu_HUDPT56917,,1677092153148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-71,,,stu_HUDPT56917,,1677092155349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-72,,,stu_HUDPT56917,,1677092156619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-73,,,stu_HUDPT56917,,1677092158609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-74,,,stu_HUDPT56917,,1677092173053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-75,,,stu_HUDPT56917,,1677092180556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-76,,,stu_HUDPT56917,,1677092234245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-77,,,stu_HUDPT56917,,1677092238413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-78,,,stu_HUDPT56917,,1677092243323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-79,,,stu_HUDPT56917,,1677092247319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-80,,,stu_HUDPT56917,,1677092251104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-81,,,stu_HUDPT56917,,1677092252804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-82,,,stu_HUDPT56917,,1677092256741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-83,,,stu_HUDPT56917,,1677092257841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-84,,,stu_HUDPT56917,,1677092314948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-85,,,stu_HUDPT56917,,1677092316588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-86,,,stu_HUDPT56917,,1677092320330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-87,,,stu_HUDPT56917,,1677092324194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-88,,,stu_HUDPT56917,,1677092333176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-89,,,stu_HUDPT56917,,1677092335626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-90,,,stu_HUDPT56917,,1677092335680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-91,,,stu_HUDPT56917,,1677092337103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-92,,,stu_HUDPT56917,,1676988351092,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-93,,,stu_HUDPT56917,,1676988364298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-94,,,stu_HUDPT56917,,1676988366400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-95,,,stu_HUDPT56917,,1676988394789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-96,,,stu_HUDPT56917,,1676988396906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-97,,,stu_HUDPT56917,,1676988400423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-98,,,stu_HUDPT56917,,1676988405992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-99,,,stu_HUDPT56917,,1676988409583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-100,,,stu_HUDPT56917,,1676988417429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-101,,,stu_HUDPT56917,,1676988420916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-102,,,stu_HUDPT56917,,1676988423928,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-103,,,stu_HUDPT56917,,1676988428261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-104,,,stu_HUDPT56917,,1676988442284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-105,,,stu_HUDPT56917,,1676988447050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-106,,,stu_HUDPT56917,,1676988450483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-107,,,stu_HUDPT56917,,1676987870239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-108,,,stu_HUDPT56917,,1676987874513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-109,,,stu_HUDPT56917,,1676987879571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-110,,,stu_HUDPT56917,,1676987881699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-111,,,stu_HUDPT56917,,1676987886378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-112,,,stu_HUDPT56917,,1676987889290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-113,,,stu_HUDPT56917,,1676987893274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-114,,,stu_HUDPT56917,,1676987897004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-115,,,stu_HUDPT56917,,1676987921110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-116,,,stu_HUDPT56917,,1676987921129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-117,,,stu_HUDPT56917,,1676987922907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-118,,,stu_HUDPT56917,,1676987926229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-119,,,stu_HUDPT56917,,1676987931208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-120,,,stu_HUDPT56917,,1676988005037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-121,,,stu_HUDPT56917,,1676988007689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-122,,,stu_HUDPT56917,,1676988011862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-123,,,stu_HUDPT56917,,1676988022024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-124,,,stu_HUDPT56917,,1676988093032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-125,,,stu_HUDPT56917,,1676988097692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-126,,,stu_HUDPT56917,,1676988124387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-127,,,stu_HUDPT56917,,1676988140450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-128,,,stu_HUDPT56917,,1676988153197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-129,,,stu_HUDPT56917,,1676988163562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-130,,,stu_HUDPT56917,,1676988167311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-131,,,stu_HUDPT56917,,1676988168389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-132,,,stu_HUDPT56917,,1676988173061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-133,,,stu_HUDPT56917,,1676988180691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-134,,,stu_HUDPT56917,,1676988182629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-135,,,stu_HUDPT56917,,1676988188381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-136,,,stu_HUDPT56917,,1676988192807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-137,,,stu_HUDPT56917,,1676988197084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-138,,,stu_HUDPT56917,,1676988199064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-139,,,stu_HUDPT56917,,1676988202915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-140,,,stu_HUDPT56917,,1676988208966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-141,,,stu_HUDPT56917,,1676988221569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-142,,,stu_HUDPT56917,,1676988230523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-143,,,stu_HUDPT56917,,1676988235286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-144,,,stu_HUDPT56917,,1676988239507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-145,,,stu_HUDPT56917,,1676988243544,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-146,,,stu_HUDPT56917,,1676988246648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-147,,,stu_HUDPT56917,,1676988250031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-148,,,stu_HUDPT56917,,1676988307223,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-149,,,stu_HUDPT56917,,1676988321026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-150,,,stu_HUDPT56917,,1676988323206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-151,,,stu_HUDPT56917,,1676988327833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-152,,,stu_YGNJK29621,,1680899788404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-153,,,stu_YGNJK29621,,1680899792392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-154,,,stu_YGNJK29621,,1680899801573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-155,,,stu_YGNJK29621,,1680899809615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-156,,,stu_YGNJK29621,,1680899817705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-157,,,stu_YGNJK29621,,1680899820828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-158,,,stu_YGNJK29621,,1680899822951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-159,,,stu_YGNJK29621,,1680899832736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-160,,,stu_YGNJK29621,,1680899835904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-161,,,stu_YGNJK29621,,1680899851835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-162,,,stu_YGNJK29621,,1680899855973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-163,,,stu_YGNJK29621,,1680899864471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-164,,,stu_YGNJK29621,,1680899867408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-165,,,stu_YGNJK29621,,1680716846093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-166,,,stu_YGNJK29621,,1680716853418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-167,,,stu_YGNJK29621,,1680716855576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-168,,,stu_YGNJK29621,,1680716857109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-169,,,stu_YGNJK29621,,1680716859150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-170,,,stu_YGNJK29621,,1680716864562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-171,,,stu_YGNJK29621,,1680716867939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-172,,,stu_YGNJK29621,,1680716873820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-173,,,stu_YGNJK29621,,1680716886214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-174,,,stu_YGNJK29621,,1680716889539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-175,,,stu_YGNJK29621,,1680716912185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-176,,,stu_YGNJK29621,,1680716914038,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-177,,,stu_YGNJK29621,,1680716917344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-178,,,stu_YGNJK29621,,1680716920655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-179,,,stu_YGNJK29621,,1680716926760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-180,,,stu_JVTNZ83194,,1684710173821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-181,,,stu_JVTNZ83194,,1684710179023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-182,,,stu_JVTNZ83194,,1684710195320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-183,,,stu_JVTNZ83194,,1684710224485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-184,,,stu_JVTNZ83194,,1684710227065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-185,,,stu_JVTNZ83194,,1684710229888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-186,,,stu_JVTNZ83194,,1684710233038,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-187,,,stu_JVTNZ83194,,1684710236509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-188,,,stu_JVTNZ83194,,1684710238595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-189,,,stu_JVTNZ83194,,1684710242437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-190,,,stu_JVTNZ83194,,1684710251482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-191,,,stu_JVTNZ83194,,1684710255459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-192,,,stu_JVTNZ83194,,1684710258071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-193,,,stu_UOCUH27980,,1684256539145,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-194,,,stu_UOCUH27980,,1684256542131,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-195,,,stu_UOCUH27980,,1684256554322,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-196,,,stu_UOCUH27980,,1684256557463,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-197,,,stu_UOCUH27980,,1684256559964,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-198,,,stu_UOCUH27980,,1684256576759,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-199,,,stu_UOCUH27980,,1684256579325,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-200,,,stu_UOCUH27980,,1684256590284,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-201,,,stu_UOCUH27980,,1684256593242,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-202,,,stu_UOCUH27980,,1684256598347,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-203,,,stu_UOCUH27980,,1684256322523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-204,,,stu_UOCUH27980,,1684256330931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-205,,,stu_UOCUH27980,,1684256333751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-206,,,stu_UOCUH27980,,1684256342364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-207,,,stu_UOCUH27980,,1684256371106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-208,,,stu_UOCUH27980,,1684256371106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-209,,,stu_UOCUH27980,,1684256374835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-210,,,stu_UOCUH27980,,1684256375397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-211,,,stu_UOCUH27980,,1684256379157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-212,,,stu_UOCUH27980,,1684256387309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-213,,,stu_UOCUH27980,,1684256390008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-214,,,stu_UOCUH27980,,1684256407118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-215,,,stu_UOCUH27980,,1684256426316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-216,,,stu_UOCUH27980,,1684256445931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-217,,,stu_UOCUH27980,,1684256448435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-218,,,stu_UOCUH27980,,1684256454071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-219,,,stu_UOCUH27980,,1684256456393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-220,,,stu_WMGYD37682,,1680203154876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-221,,,stu_WMGYD37682,,1680203164592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-222,,,stu_WMGYD37682,,1680203192640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-223,,,stu_WMGYD37682,,1680203195437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-224,,,stu_WMGYD37682,,1680203199077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-225,,,stu_WMGYD37682,,1680203229012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-226,,,stu_WMGYD37682,,1680203238347,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-227,,,stu_WMGYD37682,,1680203247222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-228,,,stu_WMGYD37682,,1680203252085,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-229,,,stu_WMGYD37682,,1680203262109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-230,,,stu_ZDBEX63974,,1683133254070,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-231,,,stu_ZDBEX63974,,1683133254106,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-232,,,stu_ZDBEX63974,,1683133255885,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-233,,,stu_ZDBEX63974,,1683133260486,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-234,,,stu_ZDBEX63974,,1683133267017,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-235,,,stu_ZDBEX63974,,1683133270313,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-236,,,stu_ZDBEX63974,,1683133273548,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-237,,,stu_ZDBEX63974,,1683133275822,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-238,,,stu_ZDBEX63974,,1683133283267,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-239,,,stu_ZDBEX63974,,1683133285423,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-240,,,stu_ZDBEX63974,,1683133288662,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-241,,,stu_ZDBEX63974,,1683133291850,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-242,,,stu_ZDBEX63974,,1683133295071,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-243,,,stu_ZDBEX63974,,1683133298626,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-244,,,stu_ZDBEX63974,,1683133300618,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-245,,,stu_ZDBEX63974,,1683133309628,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-246,,,stu_ZDBEX63974,,1683133329571,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-247,,,stu_ZDBEX63974,,1683133331256,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-248,,,stu_ZDBEX63974,,1683133338774,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-249,,,stu_ZDBEX63974,,1683565303601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-250,,,stu_ZDBEX63974,,1683565303603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-251,,,stu_ZDBEX63974,,1683565305461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-252,,,stu_ZDBEX63974,,1683565312361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-253,,,stu_ZDBEX63974,,1683565316169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-254,,,stu_ZDBEX63974,,1683565325162,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-255,,,stu_ZDBEX63974,,1683565327524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-256,,,stu_ZDBEX63974,,1683565330773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-257,,,stu_ZDBEX63974,,1683565333303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-258,,,stu_ZDBEX63974,,1683565339265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-259,,,stu_ZDBEX63974,,1683565340419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-260,,,stu_ZDBEX63974,,1683565347509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-261,,,stu_ZDBEX63974,,1683565349131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-262,,,stu_ZDBEX63974,,1683565365998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-263,,,stu_ZDBEX63974,,1683565404614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-264,,,stu_ZDBEX63974,,1683565417535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-265,,,stu_ZDBEX63974,,1683565418356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-266,,,stu_ZDBEX63974,,1683565418387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-267,,,stu_ZDBEX63974,,1683565419651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-268,,,stu_ZDBEX63974,,1683565419746,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-269,,,stu_ZDBEX63974,,1683565423102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-270,,,stu_ZDBEX63974,,1683565425486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-271,,,stu_ZDBEX63974,,1683565429766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-272,,,stu_ZDBEX63974,,1683565432155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-273,,,stu_ZDBEX63974,,1683564365841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-274,,,stu_ZDBEX63974,,1683564365943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-275,,,stu_ZDBEX63974,,1683564368511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-276,,,stu_ZDBEX63974,,1683564387153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-277,,,stu_ZDBEX63974,,1683564392984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-278,,,stu_ZDBEX63974,,1683564396991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-279,,,stu_ZDBEX63974,,1683564400390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-280,,,stu_ZDBEX63974,,1683564405386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-281,,,stu_ZDBEX63974,,1683564412485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-282,,,stu_ZDBEX63974,,1683564420037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-283,,,stu_ZDBEX63974,,1683564420062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-284,,,stu_ZDBEX63974,,1683564422572,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-285,,,stu_ZDBEX63974,,1683564426243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-286,,,stu_ZDBEX63974,,1683564431730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-287,,,stu_ZDBEX63974,,1683564454285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-288,,,stu_ZDBEX63974,,1683564455015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-289,,,stu_ZDBEX63974,,1683564455851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-290,,,stu_ZDBEX63974,,1683564455868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-291,,,stu_ZDBEX63974,,1683564456463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-292,,,stu_ZDBEX63974,,1683564456489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-293,,,stu_ZDBEX63974,,1683564462569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-294,,,stu_ZDBEX63974,,1683564464279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-295,,,stu_ZDBEX63974,,1683564560294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-296,,,stu_ZDBEX63974,,1683564562455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-297,,,stu_ZDBEX63974,,1683564564991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-298,,,stu_ZDBEX63974,,1683564567091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-299,,,stu_ZDBEX63974,,1683564571776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-300,,,stu_ZDBEX63974,,1683564619470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-301,,,stu_ZDBEX63974,,1683564621804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-302,,,stu_ZDBEX63974,,1683564624097,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-073,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-303,,,stu_NYWDC19722,,1680223985757,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-304,,,stu_NYWDC19722,,1680223988097,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-305,,,stu_NYWDC19722,,1680223990752,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-306,,,stu_NYWDC19722,,1680223993926,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-307,,,stu_NYWDC19722,,1680223996430,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-308,,,stu_NYWDC19722,,1680223999393,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-309,,,stu_NYWDC19722,,1680224005850,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-310,,,stu_NYWDC19722,,1680224008435,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-311,,,stu_NYWDC19722,,1680224017984,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-312,,,stu_NYWDC19722,,1680224020312,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-313,,,stu_NYWDC19722,,1680224025009,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-314,,,stu_NYWDC19722,,1680224026789,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-315,,,stu_NYWDC19722,,1680224028822,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-316,,,stu_NYWDC19722,,1680224030040,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-317,,,stu_NYWDC19722,,1680224033753,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-318,,,stu_NYWDC19722,,1680224042565,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-319,,,stu_NYWDC19722,,1680224045219,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-320,,,stu_CRJBA61379,,1667565328910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-321,,,stu_CRJBA61379,,1667565331202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-322,,,stu_CRJBA61379,,1667565335611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-323,,,stu_CRJBA61379,,1667565342240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-324,,,stu_CRJBA61379,,1667565345087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-325,,,stu_CRJBA61379,,1667565366302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-326,,,stu_CRJBA61379,,1667565372274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-327,,,stu_CRJBA61379,,1667565387593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-328,,,stu_CRJBA61379,,1667565395275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-329,,,stu_CRJBA61379,,1667565402982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-330,,,stu_CRJBA61379,,1667478123977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-331,,,stu_CRJBA61379,,1667478124036,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-332,,,stu_CRJBA61379,,1667478126294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-333,,,stu_CRJBA61379,,1667478145394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-334,,,stu_CRJBA61379,,1667478149104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-335,,,stu_CRJBA61379,,1667478150252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-336,,,stu_CRJBA61379,,1667478157734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-337,,,stu_CRJBA61379,,1667478196950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-338,,,stu_CRJBA61379,,1667478200903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-339,,,stu_CRJBA61379,,1667478215476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-340,,,stu_CRJBA61379,,1667478227501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-341,,,stu_CRJBA61379,,1667478230664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-342,,,stu_CRJBA61379,,1667478235455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-343,,,stu_CRJBA61379,,1667478377591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-344,,,stu_CRJBA61379,,1667478380673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-345,,,stu_CRJBA61379,,1667478384458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-346,,,stu_CRJBA61379,,1667478386005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-347,,,stu_CRJBA61379,,1667478389979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-348,,,stu_CRJBA61379,,1667478392091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-349,,,stu_CRJBA61379,,1667478414390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-350,,,stu_CRJBA61379,,1667478444750,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-351,,,stu_CRJBA61379,,1667478457849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-352,,,stu_CRJBA61379,,1667478463139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-353,,,stu_CRJBA61379,,1667478470050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-354,,,stu_CRJBA61379,,1667478472697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-355,,,stu_GPFDV02971,,1667331454384,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-356,,,stu_GPFDV02971,,1667331458466,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-357,,,stu_GPFDV02971,,1667331460416,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-358,,,stu_GPFDV02971,,1667331463263,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-359,,,stu_GPFDV02971,,1667331466664,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-360,,,stu_GPFDV02971,,1667331478978,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-361,,,stu_GPFDV02971,,1667331539621,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-362,,,stu_GPFDV02971,,1667331543722,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-363,,,stu_GPFDV02971,,1667331578095,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-364,,,stu_GPFDV02971,,1667331587301,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-365,,,stu_GPFDV02971,,1667331606769,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-366,,,stu_GPFDV02971,,1667331633378,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-367,,,stu_GPFDV02971,,1667331649231,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-368,,,stu_GPFDV02971,,1667331653982,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-369,,,stu_GPFDV02971,,1667331659507,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-370,,,stu_GPFDV02971,,1667331667698,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-371,,,stu_GPFDV02971,,1667331735187,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-372,,,stu_GPFDV02971,,1667331747046,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-373,,,stu_GPFDV02971,,1667331750005,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-374,,,stu_GPFDV02971,,1667346497614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-375,,,stu_GPFDV02971,,1667346502417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-376,,,stu_GPFDV02971,,1667346513682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-377,,,stu_GPFDV02971,,1667346518349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-378,,,stu_GPFDV02971,,1667346521772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-379,,,stu_GPFDV02971,,1667346524105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-380,,,stu_GPFDV02971,,1667346530378,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-381,,,stu_GPFDV02971,,1667346534405,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-382,,,stu_GPFDV02971,,1667346537148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-383,,,stu_GPFDV02971,,1667346542557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-384,,,stu_GPFDV02971,,1667346545015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-385,,,stu_GPFDV02971,,1667346556783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-386,,,stu_GPFDV02971,,1667346566139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-387,,,stu_GPFDV02971,,1667346567865,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-388,,,stu_GPFDV02971,,1667346571923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-389,,,stu_NSIQV68429,,1684155344522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-390,,,stu_NSIQV68429,,1684155344562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-391,,,stu_NSIQV68429,,1684155346189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-392,,,stu_NSIQV68429,,1684155350833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-393,,,stu_NSIQV68429,,1684155354051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-394,,,stu_NSIQV68429,,1684155355858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-395,,,stu_NSIQV68429,,1684155358376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-396,,,stu_NSIQV68429,,1684155378207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-397,,,stu_NSIQV68429,,1684155383650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-398,,,stu_NSIQV68429,,1684155401017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-399,,,stu_NSIQV68429,,1684155403825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-400,,,stu_NSIQV68429,,1684155409415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-401,,,stu_NSIQV68429,,1684154611657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-402,,,stu_NSIQV68429,,1684154619843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-403,,,stu_NSIQV68429,,1684154622879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-404,,,stu_NSIQV68429,,1684154628164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-405,,,stu_NSIQV68429,,1684154630589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-406,,,stu_NSIQV68429,,1684154633017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-407,,,stu_NSIQV68429,,1684154635792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-408,,,stu_NSIQV68429,,1684154640298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-409,,,stu_NSIQV68429,,1684154643577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-410,,,stu_NSIQV68429,,1684154654979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-411,,,stu_NSIQV68429,,1684154709339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-412,,,stu_NSIQV68429,,1684154713432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-413,,,stu_NSIQV68429,,1684154720319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,7,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-414,,,stu_NSIQV68429,,1684154725947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,8,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-415,,,stu_NSIQV68429,,1684154730834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,9,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-416,,,stu_NSIQV68429,,1684154747864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-417,,,stu_NSIQV68429,,1684154755497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-418,,,stu_NSIQV68429,,1684154758768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-419,,,stu_NSIQV68429,,1684154767220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-420,,,stu_NSIQV68429,,1684154823878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-421,,,stu_NSIQV68429,,1684154830330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-422,,,stu_NSIQV68429,,1684154858546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,10,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-423,,,stu_NSIQV68429,,1684154863228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-424,,,stu_NSIQV68429,,1684154866189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-425,,,stu_NSIQV68429,,1684154868229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-426,,,stu_NSIQV68429,,1684154868248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-427,,,stu_NSIQV68429,,1684154871605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswerDirection,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-428,,,stu_TMZAP78035,,1675952536048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-429,,,stu_TMZAP78035,,1675952541001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-430,,,stu_TMZAP78035,,1675952544247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-431,,,stu_TMZAP78035,,1675952546725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-432,,,stu_TMZAP78035,,1675952549287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-433,,,stu_TMZAP78035,,1675952552224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-434,,,stu_TMZAP78035,,1675952567727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-435,,,stu_TMZAP78035,,1675952569913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-436,,,stu_TMZAP78035,,1675952577641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-437,,,stu_TMZAP78035,,1675952581299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-438,,,stu_TMZAP78035,,1675952586111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-439,,,stu_TMZAP78035,,1675952587302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-440,,,stu_TMZAP78035,,1675952588995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-441,,,stu_TMZAP78035,,1675952590582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-442,,,stu_TMZAP78035,,1675952593733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-443,,,stu_TMZAP78035,,1675952598521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-444,,,stu_TMZAP78035,,1675952601425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-445,,,stu_TMZAP78035,,1675952605646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-446,,,stu_WTOZB46950,,1668796780752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-447,,,stu_WTOZB46950,,1668796780773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-448,,,stu_WTOZB46950,,1668796782733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-449,,,stu_WTOZB46950,,1668796793541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-450,,,stu_WTOZB46950,,1668796794737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-451,,,stu_WTOZB46950,,1668796797350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-452,,,stu_WTOZB46950,,1668796803659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-453,,,stu_WTOZB46950,,1668796806912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-454,,,stu_WTOZB46950,,1668796808645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-455,,,stu_WTOZB46950,,1668796822398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-456,,,stu_WTOZB46950,,1668796824648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-457,,,stu_WTOZB46950,,1668796827705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-458,,,stu_WTOZB46950,,1668796835577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-459,,,stu_WTOZB46950,,1668796837913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-460,,,stu_WTOZB46950,,1668796841098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-461,,,stu_WTOZB46950,,1668796845824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-462,,,stu_WTOZB46950,,1668796851610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-463,,,stu_WTOZB46950,,1668796853879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-464,,,stu_WTOZB46950,,1668796861850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-465,,,stu_WTOZB46950,,1668796865282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-466,,,stu_WTOZB46950,,1668796867665,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-467,,,stu_WTOZB46950,,1668796871103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-468,,,stu_WTOZB46950,,1668796876779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-469,,,stu_WTOZB46950,,1668796878782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-470,,,stu_WTOZB46950,,1668796882439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-471,,,stu_WTOZB46950,,1668796884493,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-472,,,stu_WTOZB46950,,1668796888456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-473,,,stu_WTOZB46950,,1668796891566,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-474,,,stu_WTOZB46950,,1668796894336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-475,,,stu_WTOZB46950,,1668796896507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-476,,,stu_WTOZB46950,,1668796899558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-477,,,stu_WTOZB46950,,1668796908592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-478,,,stu_WTOZB46950,,1668796908602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-479,,,stu_WTOZB46950,,1668796914139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-480,,,stu_WTOZB46950,,1668796922639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-481,,,stu_WTOZB46950,,1668796947547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-482,,,stu_WTOZB46950,,1668796975314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-483,,,stu_WTOZB46950,,1668796976173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-484,,,stu_WTOZB46950,,1668796987020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-485,,,stu_WTOZB46950,,1668796987026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-486,,,stu_WTOZB46950,,1668796990736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-487,,,stu_WTOZB46950,,1668796993308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-488,,,stu_WTOZB46950,,1668796994972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-489,,,stu_MTSLD50363,,1667939011636,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-490,,,stu_MTSLD50363,,1667939016269,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-491,,,stu_MTSLD50363,,1667939018960,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-492,,,stu_MTSLD50363,,1667939034162,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-493,,,stu_MTSLD50363,,1667939036917,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-494,,,stu_MTSLD50363,,1667939043834,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-495,,,stu_MTSLD50363,,1667939045205,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-496,,,stu_MTSLD50363,,1667939057538,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-497,,,stu_MTSLD50363,,1667939059688,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-498,,,stu_MTSLD50363,,1667939063864,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-499,,,stu_MTSLD50363,,1667939072155,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-500,,,stu_MTSLD50363,,1667939101340,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-501,,,stu_MTSLD50363,,1667939107955,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-502,,,stu_MTSLD50363,,1667939111560,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-503,,,stu_BCOAD08765,,1686668320847,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-504,,,stu_BCOAD08765,,1686668330899,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-505,,,stu_BCOAD08765,,1686668334720,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-506,,,stu_BCOAD08765,,1686668339397,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-507,,,stu_BCOAD08765,,1686668350166,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-508,,,stu_BCOAD08765,,1686668357766,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-509,,,stu_BCOAD08765,,1686668357784,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-510,,,stu_BCOAD08765,,1686668366620,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-511,,,stu_BCOAD08765,,1686668394430,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-512,,,stu_BCOAD08765,,1686668394440,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-513,,,stu_BCOAD08765,,1686668396109,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-514,,,stu_BCOAD08765,,1686668399615,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-515,,,stu_BCOAD08765,,1686668401570,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-516,,,stu_BCOAD08765,,1686668401602,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,4,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-517,,,stu_BCOAD08765,,1686668405619,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,NumeratorQuantity1,7,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-518,,,stu_BCOAD08765,,1686668409266,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-519,,,stu_BCOAD08765,,1686668414277,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-520,,,stu_BCOAD08765,,1686668417267,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-521,,,stu_BCOAD08765,,1686668418974,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-522,,,stu_BCOAD08765,,1686668424809,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-523,,,stu_BCOAD08765,,1686668432315,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-524,,,stu_BCOAD08765,,1686668437312,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-525,,,stu_BCOAD08765,,1686668440268,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-526,,,stu_BCOAD08765,,1686668450865,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-527,,,stu_BCOAD08765,,1686668457646,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-528,,,stu_BCOAD08765,,1686668471616,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-529,,,stu_BCOAD08765,,1686668492513,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-530,,,stu_BCOAD08765,,1686668499573,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-531,,,stu_BCOAD08765,,1686668502709,,,,,,ratio_proportion_change3,ratio_proportion_change3-064,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-532,,,stu_BCOAD08765,,1686667942957,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-533,,,stu_BCOAD08765,,1686667951038,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-534,,,stu_BCOAD08765,,1686667954963,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-535,,,stu_BCOAD08765,,1686667957830,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-536,,,stu_BCOAD08765,,1686667963275,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-537,,,stu_BCOAD08765,,1686667965580,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-538,,,stu_BCOAD08765,,1686667967810,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-539,,,stu_BCOAD08765,,1686668033384,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-540,,,stu_BCOAD08765,,1686668042146,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-541,,,stu_BCOAD08765,,1686668046902,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-542,,,stu_BCOAD08765,,1686668048676,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-543,,,stu_BCOAD08765,,1686668053119,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-544,,,stu_BCOAD08765,,1686668055870,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-545,,,stu_BCOAD08765,,1686668057243,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-546,,,stu_BCOAD08765,,1686668063560,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-547,,,stu_BCOAD08765,,1686668074679,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-548,,,stu_BCOAD08765,,1686668075946,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-549,,,stu_BCOAD08765,,1686668077328,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-550,,,stu_BCOAD08765,,1686668094431,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-551,,,stu_BCOAD08765,,1686668096151,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-552,,,stu_BCOAD08765,,1686668526169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-553,,,stu_BCOAD08765,,1686668531689,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-554,,,stu_BCOAD08765,,1686668536966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-555,,,stu_BCOAD08765,,1686668543545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-556,,,stu_BCOAD08765,,1686668547416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-557,,,stu_BCOAD08765,,1686668559373,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-558,,,stu_BCOAD08765,,1686668561141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-559,,,stu_BCOAD08765,,1686668564437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-560,,,stu_BCOAD08765,,1686668572323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-561,,,stu_BCOAD08765,,1686668573582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-562,,,stu_BCOAD08765,,1686668581908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-563,,,stu_BCOAD08765,,1686668590545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-564,,,stu_BCOAD08765,,1686668593202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-565,,,stu_BCOAD08765,,1686668596189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-566,,,stu_BCOAD08765,,1686668114429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-567,,,stu_BCOAD08765,,1686668118328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-568,,,stu_BCOAD08765,,1686668122985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-569,,,stu_BCOAD08765,,1686668127252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-570,,,stu_BCOAD08765,,1686668129887,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-571,,,stu_BCOAD08765,,1686668137648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-572,,,stu_BCOAD08765,,1686668141824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-573,,,stu_BCOAD08765,,1686668146252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-574,,,stu_BCOAD08765,,1686668151772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-575,,,stu_BCOAD08765,,1686668155103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-576,,,stu_BCOAD08765,,1686668156237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-577,,,stu_BCOAD08765,,1686668164329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-578,,,stu_BCOAD08765,,1686668175522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-579,,,stu_BCOAD08765,,1686668177779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-580,,,stu_BCOAD08765,,1686668179926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-581,,,stu_HDJGP80779,,1677093971470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-582,,,stu_HDJGP80779,,1677093971473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-583,,,stu_HDJGP80779,,1677093972812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-584,,,stu_HDJGP80779,,1677093977387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-585,,,stu_HDJGP80779,,1677093979359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-586,,,stu_HDJGP80779,,1677093981558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-587,,,stu_HDJGP80779,,1677093983426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-588,,,stu_HDJGP80779,,1677093990453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-589,,,stu_HDJGP80779,,1677093993914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-590,,,stu_HDJGP80779,,1677093996559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-591,,,stu_HDJGP80779,,1677093997810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-592,,,stu_HDJGP80779,,1677094004912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-593,,,stu_HDJGP80779,,1677094018679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-594,,,stu_HDJGP80779,,1677094022619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-595,,,stu_HDJGP80779,,1677094025115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-596,,,stu_HDJGP80779,,1677094027161,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-597,,,stu_HDJGP80779,,1677094444434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-598,,,stu_HDJGP80779,,1677094448421,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-599,,,stu_HDJGP80779,,1677094450830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-600,,,stu_HDJGP80779,,1677094452472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-601,,,stu_HDJGP80779,,1677094454231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-602,,,stu_HDJGP80779,,1677094456259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-603,,,stu_HDJGP80779,,1677094457597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-604,,,stu_HDJGP80779,,1677094458534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-605,,,stu_HDJGP80779,,1677094460030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-606,,,stu_HDJGP80779,,1677094462802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-607,,,stu_HDJGP80779,,1677094476609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-608,,,stu_HDJGP80779,,1677094478960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-609,,,stu_HDJGP80779,,1677094481548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-610,,,stu_HDJGP80779,,1677094035611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-611,,,stu_HDJGP80779,,1677094035692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-612,,,stu_HDJGP80779,,1677094036799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-613,,,stu_HDJGP80779,,1677094044198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-614,,,stu_HDJGP80779,,1677094048871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-615,,,stu_HDJGP80779,,1677094050331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-616,,,stu_HDJGP80779,,1677094052342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-617,,,stu_HDJGP80779,,1677094055754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-618,,,stu_HDJGP80779,,1677094057291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-619,,,stu_HDJGP80779,,1677094063816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-620,,,stu_HDJGP80779,,1677094066621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-621,,,stu_HDJGP80779,,1677094068842,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-622,,,stu_HDJGP80779,,1677094072677,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-623,,,stu_HDJGP80779,,1677094085977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-624,,,stu_HDJGP80779,,1677094089646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-625,,,stu_HDJGP80779,,1677094091593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-626,,,stu_IIDCG45181,,1665707224952,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-627,,,stu_IIDCG45181,,1665707227271,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-628,,,stu_IIDCG45181,,1665707230188,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-629,,,stu_IIDCG45181,,1665707233640,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-630,,,stu_IIDCG45181,,1665707235196,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-631,,,stu_IIDCG45181,,1665707260024,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-632,,,stu_IIDCG45181,,1665707261306,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-633,,,stu_IIDCG45181,,1665707270520,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-634,,,stu_IIDCG45181,,1665707277146,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-635,,,stu_IIDCG45181,,1665707278168,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-636,,,stu_IIDCG45181,,1665707279535,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-637,,,stu_IIDCG45181,,1665707280661,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-638,,,stu_IIDCG45181,,1665707288533,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-639,,,stu_IIDCG45181,,1665707299968,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-640,,,stu_IIDCG45181,,1665707302335,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-641,,,stu_IIDCG45181,,1665707305569,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-642,,,stu_BZYPK82036,,1681750917123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-643,,,stu_BZYPK82036,,1681750917148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-644,,,stu_BZYPK82036,,1681750918860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-645,,,stu_BZYPK82036,,1681750922363,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-646,,,stu_BZYPK82036,,1681750924562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-647,,,stu_BZYPK82036,,1681750986901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-648,,,stu_BZYPK82036,,1681750989406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-649,,,stu_BZYPK82036,,1681750994319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-650,,,stu_BZYPK82036,,1681751000962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-651,,,stu_BZYPK82036,,1681751003350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-652,,,stu_BZYPK82036,,1681751005329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-653,,,stu_BZYPK82036,,1681751006867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-654,,,stu_BZYPK82036,,1681751010883,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-655,,,stu_BZYPK82036,,1681751021656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-656,,,stu_BZYPK82036,,1681751023257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-657,,,stu_BZYPK82036,,1681751029476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-658,,,stu_BZYPK82036,,1681751032035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-659,,,stu_BZYPK82036,,1681749417913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-660,,,stu_BZYPK82036,,1681749417952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-661,,,stu_BZYPK82036,,1681749421315,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-662,,,stu_BZYPK82036,,1681749424327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-663,,,stu_BZYPK82036,,1681749426901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-664,,,stu_BZYPK82036,,1681749429655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-665,,,stu_BZYPK82036,,1681749432734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-666,,,stu_BZYPK82036,,1681749448889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-667,,,stu_BZYPK82036,,1681749453714,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-668,,,stu_BZYPK82036,,1681749459294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-669,,,stu_BZYPK82036,,1681749473661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-670,,,stu_BZYPK82036,,1681749476004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-671,,,stu_BZYPK82036,,1681749481501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-672,,,stu_BZYPK82036,,1681749504170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-673,,,stu_BZYPK82036,,1681749513017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-674,,,stu_BZYPK82036,,1681749519440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-675,,,stu_BZYPK82036,,1681749523731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-676,,,stu_BZYPK82036,,1681749529292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-677,,,stu_BZYPK82036,,1681749533938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-678,,,stu_BZYPK82036,,1681749555492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-679,,,stu_BZYPK82036,,1681749622813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-680,,,stu_BZYPK82036,,1681749655841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-681,,,stu_BZYPK82036,,1681749659032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-682,,,stu_BZYPK82036,,1681749672121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-683,,,stu_BZYPK82036,,1681749682335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-684,,,stu_CHJRE95412,,1683218628625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-685,,,stu_CHJRE95412,,1683218634951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-686,,,stu_CHJRE95412,,1683218638506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-687,,,stu_CHJRE95412,,1683218640854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-688,,,stu_CHJRE95412,,1683218644602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-689,,,stu_CHJRE95412,,1683218658211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-690,,,stu_CHJRE95412,,1683218660620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-691,,,stu_CHJRE95412,,1683218664740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-692,,,stu_CHJRE95412,,1683218671322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-693,,,stu_CHJRE95412,,1683218677841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-694,,,stu_DNMBH64844,,1682274051655,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-695,,,stu_DNMBH64844,,1682274057185,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-696,,,stu_DNMBH64844,,1682274060874,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-697,,,stu_DNMBH64844,,1682274160624,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-698,,,stu_DNMBH64844,,1682274161969,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-699,,,stu_DNMBH64844,,1682274164809,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-700,,,stu_DNMBH64844,,1682274177383,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-701,,,stu_DNMBH64844,,1682274178873,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-702,,,stu_DNMBH64844,,1682274188364,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-703,,,stu_DNMBH64844,,1682274190337,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-704,,,stu_DNMBH64844,,1682274192330,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-705,,,stu_DNMBH64844,,1682274195642,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-706,,,stu_DNMBH64844,,1682274200935,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-707,,,stu_DNMBH64844,,1682274219081,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-708,,,stu_DNMBH64844,,1682274232980,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-709,,,stu_DNMBH64844,,1682274236854,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-710,,,stu_DNMBH64844,,1682274241703,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-711,,,stu_DNMBH64844,,1682274245153,,,,,,ratio_proportion_change3,ratio_proportion_change3-109,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-712,,,stu_MTMDX04069,,1673480961340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-713,,,stu_MTMDX04069,,1673480961444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-714,,,stu_MTMDX04069,,1673480965121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-715,,,stu_MTMDX04069,,1673480969820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-716,,,stu_MTMDX04069,,1673480977312,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-717,,,stu_MTMDX04069,,1673480980137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-718,,,stu_MTMDX04069,,1673480983712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-719,,,stu_MTMDX04069,,1673480986574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-720,,,stu_MTMDX04069,,1673480987874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-721,,,stu_MTMDX04069,,1673480989050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-722,,,stu_MTMDX04069,,1673480990651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-723,,,stu_MTMDX04069,,1673480994711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-724,,,stu_MTMDX04069,,1673481007073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-725,,,stu_MTMDX04069,,1673481009302,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-726,,,stu_MTMDX04069,,1673481025536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-727,,,stu_HXZGI88247,,1678136563068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-728,,,stu_HXZGI88247,,1678136570530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-729,,,stu_HXZGI88247,,1678136575633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-730,,,stu_HXZGI88247,,1678136579043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-731,,,stu_HXZGI88247,,1678136586098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-732,,,stu_HXZGI88247,,1678136596316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-733,,,stu_HXZGI88247,,1678136598246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-734,,,stu_HXZGI88247,,1678136604871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-735,,,stu_HXZGI88247,,1678136608688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-736,,,stu_HXZGI88247,,1678136613065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-737,,,stu_HXZGI88247,,1678136618850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-738,,,stu_HXZGI88247,,1678136622154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-739,,,stu_HXZGI88247,,1678136624738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-740,,,stu_UCXZK36625,,1665507243518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-741,,,stu_UCXZK36625,,1665507249846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-742,,,stu_UCXZK36625,,1665507285543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-743,,,stu_UCXZK36625,,1665507340429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-744,,,stu_UCXZK36625,,1665507348013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-745,,,stu_UCXZK36625,,1665507354859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-746,,,stu_UCXZK36625,,1665507359117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-747,,,stu_UCXZK36625,,1665507381406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-748,,,stu_UCXZK36625,,1665507400960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-749,,,stu_UCXZK36625,,1665507406793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-750,,,stu_UCXZK36625,,1665507417200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-751,,,stu_UCXZK36625,,1665507422946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-752,,,stu_UCXZK36625,,1665507429676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-753,,,stu_UCXZK36625,,1665507448083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-754,,,stu_UCXZK36625,,1665507451752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-755,,,stu_UCXZK36625,,1665507465762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-756,,,stu_UCXZK36625,,1665507468641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-757,,,stu_UCXZK36625,,1665507474893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-758,,,stu_UCXZK36625,,1665507476965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-759,,,stu_UCXZK36625,,1665507521466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-760,,,stu_UCXZK36625,,1665507667838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-761,,,stu_UCXZK36625,,1665507687541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-762,,,stu_UCXZK36625,,1665507701279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-763,,,stu_UCXZK36625,,1665508405813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-764,,,stu_UCXZK36625,,1665508408524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-765,,,stu_UCXZK36625,,1665508415106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-766,,,stu_UCXZK36625,,1665508417374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-767,,,stu_UCXZK36625,,1665508420053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-768,,,stu_UCXZK36625,,1665508444210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-769,,,stu_UCXZK36625,,1665508446251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-770,,,stu_UCXZK36625,,1665508456882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-771,,,stu_UCXZK36625,,1665508458915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-772,,,stu_UCXZK36625,,1665508461345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-773,,,stu_UCXZK36625,,1665508463986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-774,,,stu_UCXZK36625,,1665508466113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-775,,,stu_UCXZK36625,,1665508467344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-776,,,stu_UCXZK36625,,1665508473258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-777,,,stu_UCXZK36625,,1665508475869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-778,,,stu_UCXZK36625,,1665508477888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-779,,,stu_UCXZK36625,,1665508480134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-780,,,stu_BLCOW13740,,1683313820850,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-781,,,stu_BLCOW13740,,1683313820998,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-782,,,stu_BLCOW13740,,1683313829509,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-783,,,stu_BLCOW13740,,1683313868839,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-784,,,stu_BLCOW13740,,1683313873650,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-785,,,stu_BLCOW13740,,1683313877700,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-786,,,stu_BLCOW13740,,1683313916570,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-787,,,stu_BLCOW13740,,1683313921651,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-788,,,stu_BLCOW13740,,1683313925437,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-789,,,stu_BLCOW13740,,1683313935321,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-790,,,stu_BLCOW13740,,1683313953362,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-791,,,stu_BLCOW13740,,1683313970803,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-792,,,stu_BLCOW13740,,1683313990298,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-793,,,stu_BLCOW13740,,1683314075362,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-794,,,stu_BLCOW13740,,1683314080189,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-795,,,stu_BLCOW13740,,1683314085042,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-796,,,stu_BLCOW13740,,1683314100372,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-797,,,stu_BLCOW13740,,1683314107730,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-798,,,stu_BLCOW13740,,1683314113786,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-799,,,stu_BLCOW13740,,1683314119641,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-800,,,stu_BLCOW13740,,1683314124630,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-801,,,stu_BLCOW13740,,1683314129954,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-802,,,stu_BLCOW13740,,1683314152601,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-803,,,stu_BLCOW13740,,1683314174415,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-804,,,stu_BLCOW13740,,1683314180196,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-805,,,stu_BLCOW13740,,1683314194010,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-806,,,stu_BLCOW13740,,1683314202196,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-807,,,stu_BLCOW13740,,1683314205937,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-808,,,stu_BLCOW13740,,1683314209419,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-809,,,stu_BLCOW13740,,1683314213664,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-810,,,stu_BLCOW13740,,1683314220491,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-811,,,stu_BLCOW13740,,1683314274909,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-812,,,stu_BLCOW13740,,1683314297468,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-813,,,stu_BLCOW13740,,1683314304548,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-814,,,stu_BLCOW13740,,1683832539602,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-815,,,stu_BLCOW13740,,1683832543270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-816,,,stu_BLCOW13740,,1683832546483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-817,,,stu_BLCOW13740,,1683832552310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-818,,,stu_BLCOW13740,,1683832559461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-819,,,stu_BLCOW13740,,1683832563247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-820,,,stu_BLCOW13740,,1683832568333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-821,,,stu_BLCOW13740,,1683832573889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-822,,,stu_BLCOW13740,,1683832579081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-823,,,stu_BLCOW13740,,1683832582091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-824,,,stu_BLCOW13740,,1683832584741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-825,,,stu_BLCOW13740,,1683832586298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-826,,,stu_BLCOW13740,,1683832591369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-827,,,stu_BLCOW13740,,1683832595513,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-828,,,stu_BLCOW13740,,1683832597841,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-829,,,stu_BLCOW13740,,1683832600112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-830,,,stu_BLCOW13740,,1683832606686,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-831,,,stu_BLCOW13740,,1683832625025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-832,,,stu_BLCOW13740,,1683832654962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-833,,,stu_BLCOW13740,,1683832659610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-834,,,stu_BLCOW13740,,1683832664773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-835,,,stu_BLCOW13740,,1683832667866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-836,,,stu_BLCOW13740,,1683832721113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-837,,,stu_BLCOW13740,,1683832730773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-838,,,stu_BLCOW13740,,1683832734650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-839,,,stu_BLCOW13740,,1683832738134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-840,,,stu_BLCOW13740,,1683832746481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-841,,,stu_BLCOW13740,,1683832749609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-842,,,stu_BLCOW13740,,1683832753464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-843,,,stu_BLCOW13740,,1683832757109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-844,,,stu_BLCOW13740,,1683832761024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-845,,,stu_BLCOW13740,,1683832766232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-846,,,stu_BLCOW13740,,1683832779643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-847,,,stu_BLCOW13740,,1683832783829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-848,,,stu_BLCOW13740,,1683832790145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-849,,,stu_BLCOW13740,,1683832796251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-850,,,stu_BLCOW13740,,1683832798903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-851,,,stu_BLCOW13740,,1683832801042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-852,,,stu_LPDWQ16928,,1676073578476,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-853,,,stu_LPDWQ16928,,1676073582490,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-854,,,stu_LPDWQ16928,,1676073585707,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-855,,,stu_LPDWQ16928,,1676073589054,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-856,,,stu_LPDWQ16928,,1676073599308,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-857,,,stu_LPDWQ16928,,1676073612507,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-858,,,stu_LPDWQ16928,,1676073626268,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-859,,,stu_LPDWQ16928,,1676073635200,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-860,,,stu_LPDWQ16928,,1676073637928,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-861,,,stu_LPDWQ16928,,1676073645540,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-862,,,stu_LPDWQ16928,,1676073666079,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-863,,,stu_LPDWQ16928,,1676073669937,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-864,,,stu_LPDWQ16928,,1676073671285,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-865,,,stu_LPDWQ16928,,1676073723021,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-866,,,stu_LPDWQ16928,,1676073725920,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-867,,,stu_LPDWQ16928,,1676073732284,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-868,,,stu_LPDWQ16928,,1676073737853,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-869,,,stu_LPDWQ16928,,1676073746779,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-870,,,stu_LPDWQ16928,,1676073749017,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-871,,,stu_LPDWQ16928,,1676073772065,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-872,,,stu_LPDWQ16928,,1676073785132,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-873,,,stu_LPDWQ16928,,1676073786898,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-874,,,stu_LTUDH45696,,1683522090235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-875,,,stu_LTUDH45696,,1683522093461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-876,,,stu_LTUDH45696,,1683522104898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-877,,,stu_LTUDH45696,,1683522107086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-878,,,stu_LTUDH45696,,1683522108526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-879,,,stu_LTUDH45696,,1683522109400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-880,,,stu_LTUDH45696,,1683522131481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-881,,,stu_LTUDH45696,,1683522134695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-882,,,stu_LTUDH45696,,1683522143109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-883,,,stu_LTUDH45696,,1683522145805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-884,,,stu_LTUDH45696,,1683522153640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-885,,,stu_LTUDH45696,,1683522161023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-886,,,stu_LTUDH45696,,1683522177139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-887,,,stu_LTUDH45696,,1683522188399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-888,,,stu_LTUDH45696,,1683522194328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-889,,,stu_LTUDH45696,,1683522197624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-890,,,stu_GMCAT20231,,1683565177368,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-891,,,stu_GMCAT20231,,1683565205617,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-892,,,stu_GMCAT20231,,1683565211971,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-893,,,stu_GMCAT20231,,1683565215127,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-894,,,stu_GMCAT20231,,1683565244105,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-895,,,stu_GMCAT20231,,1683565246419,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-896,,,stu_GMCAT20231,,1683565263536,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-897,,,stu_GMCAT20231,,1683565277805,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-898,,,stu_GMCAT20231,,1683565297948,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-899,,,stu_GMCAT20231,,1683565304125,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-900,,,stu_GMCAT20231,,1683565309248,,,,,,ratio_proportion_change3,ratio_proportion_change3-151,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-901,,,stu_GMCAT20231,,1683564299790,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-902,,,stu_GMCAT20231,,1683564304367,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-903,,,stu_GMCAT20231,,1683564310345,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-904,,,stu_GMCAT20231,,1683564332884,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-905,,,stu_GMCAT20231,,1683564336160,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-906,,,stu_GMCAT20231,,1683564397729,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-907,,,stu_GMCAT20231,,1683564408720,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-908,,,stu_GMCAT20231,,1683564409484,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-909,,,stu_GMCAT20231,,1683564416890,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-910,,,stu_GMCAT20231,,1683564416906,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-911,,,stu_GMCAT20231,,1683564420615,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-912,,,stu_GMCAT20231,,1683564426429,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-913,,,stu_GMCAT20231,,1683564431110,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorQuantity1,6,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-914,,,stu_GMCAT20231,,1683564433419,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-915,,,stu_GMCAT20231,,1683564501113,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-916,,,stu_GMCAT20231,,1683564503788,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-917,,,stu_GMCAT20231,,1683564507110,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-918,,,stu_GMCAT20231,,1683564515217,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-919,,,stu_GMCAT20231,,1683564522403,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-920,,,stu_GMCAT20231,,1683564548911,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-921,,,stu_GMCAT20231,,1683564609315,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-922,,,stu_GMCAT20231,,1683564615429,,,,,,ratio_proportion_change3,ratio_proportion_change3-192,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-923,,,stu_YUXMS05167,,1685075156216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-924,,,stu_YUXMS05167,,1685075165325,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-925,,,stu_YUXMS05167,,1685075168382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-926,,,stu_YUXMS05167,,1685075172646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-927,,,stu_YUXMS05167,,1685075177187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-928,,,stu_YUXMS05167,,1685075187230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-929,,,stu_YUXMS05167,,1685075187285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-930,,,stu_YUXMS05167,,1685075191794,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-931,,,stu_YUXMS05167,,1685075210913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-932,,,stu_YUXMS05167,,1685075216472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-933,,,stu_YUXMS05167,,1685075222654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-934,,,stu_YUXMS05167,,1685075234798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-935,,,stu_YUXMS05167,,1685075241206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-936,,,stu_YUXMS05167,,1685075262799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-937,,,stu_YUXMS05167,,1685075266221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-938,,,stu_YUXMS05167,,1685075270575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-939,,,stu_WAXEB07215,,1678324773777,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-940,,,stu_WAXEB07215,,1678324773814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-941,,,stu_WAXEB07215,,1678324776859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-942,,,stu_WAXEB07215,,1678324781985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-943,,,stu_WAXEB07215,,1678324786905,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-944,,,stu_WAXEB07215,,1678324806899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-945,,,stu_WAXEB07215,,1678324813609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-946,,,stu_WAXEB07215,,1678324825638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-947,,,stu_WAXEB07215,,1678324838756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-948,,,stu_WAXEB07215,,1678324838788,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-949,,,stu_WAXEB07215,,1678324842967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-950,,,stu_WAXEB07215,,1678324846322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-951,,,stu_WAXEB07215,,1678324851089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-952,,,stu_WAXEB07215,,1678324855056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-953,,,stu_WAXEB07215,,1678324856792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-954,,,stu_WAXEB07215,,1678324862657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-955,,,stu_WAXEB07215,,1678324866502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-956,,,stu_WAXEB07215,,1678324872081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-957,,,stu_WAXEB07215,,1678324875173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-958,,,stu_WAXEB07215,,1678324877075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-959,,,stu_WAXEB07215,,1678324895868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-960,,,stu_WAXEB07215,,1678324900750,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-961,,,stu_WAXEB07215,,1678324904500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-962,,,stu_WAXEB07215,,1678324916939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-963,,,stu_WAXEB07215,,1678324916942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-964,,,stu_WAXEB07215,,1678324921767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-965,,,stu_WAXEB07215,,1678324925840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-966,,,stu_WAXEB07215,,1678324928062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-967,,,stu_WAXEB07215,,1678324935480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-968,,,stu_CGFZB90674,,1677863398975,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-969,,,stu_CGFZB90674,,1677863401477,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-970,,,stu_CGFZB90674,,1677863403232,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-971,,,stu_CGFZB90674,,1677863405445,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-972,,,stu_CGFZB90674,,1677863406716,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-973,,,stu_CGFZB90674,,1677863409850,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-974,,,stu_CGFZB90674,,1677863415208,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-975,,,stu_CGFZB90674,,1677863417731,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-976,,,stu_CGFZB90674,,1677863419352,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-977,,,stu_CGFZB90674,,1677863423133,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-978,,,stu_CGFZB90674,,1677863425398,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-979,,,stu_CGFZB90674,,1677863434362,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-980,,,stu_CGFZB90674,,1677863434395,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-981,,,stu_CGFZB90674,,1677863436421,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-982,,,stu_CGFZB90674,,1677863439075,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-983,,,stu_CGFZB90674,,1677863441285,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-984,,,stu_CGFZB90674,,1677863443540,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-985,,,stu_CGFZB90674,,1677863445150,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-986,,,stu_CGFZB90674,,1677863448096,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-987,,,stu_CGFZB90674,,1677863449760,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-988,,,stu_CGFZB90674,,1677863451511,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-989,,,stu_CGFZB90674,,1677863454317,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-990,,,stu_CGFZB90674,,1677863456875,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-991,,,stu_CGFZB90674,,1677863459022,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-992,,,stu_CGFZB90674,,1677863473158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-993,,,stu_CGFZB90674,,1677863477522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-994,,,stu_CGFZB90674,,1677863480990,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-995,,,stu_CGFZB90674,,1677863483029,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-996,,,stu_CGFZB90674,,1677863485692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-997,,,stu_CGFZB90674,,1677863491220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-998,,,stu_CGFZB90674,,1677863493918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-999,,,stu_CGFZB90674,,1677863499454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1000,,,stu_CGFZB90674,,1677863503797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1001,,,stu_CGFZB90674,,1677863506396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1002,,,stu_CGFZB90674,,1677863270594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1003,,,stu_CGFZB90674,,1677863270628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1004,,,stu_CGFZB90674,,1677863272457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1005,,,stu_CGFZB90674,,1677863277495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1006,,,stu_CGFZB90674,,1677863282520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1007,,,stu_CGFZB90674,,1677863284640,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1008,,,stu_CGFZB90674,,1677863288001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1009,,,stu_CGFZB90674,,1677863298510,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1010,,,stu_CGFZB90674,,1677863302923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1011,,,stu_CGFZB90674,,1677863307963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1012,,,stu_CGFZB90674,,1677863310646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1013,,,stu_CGFZB90674,,1677863316331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1014,,,stu_CGFZB90674,,1677863332011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1015,,,stu_CGFZB90674,,1677863336070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1016,,,stu_CGFZB90674,,1677863338427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-1017,,,stu_IGHKS42367,,1663350921878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1018,,,stu_IGHKS42367,,1663350921886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1019,,,stu_IGHKS42367,,1663350923937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1020,,,stu_IGHKS42367,,1663350930872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1021,,,stu_IGHKS42367,,1663350937332,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1022,,,stu_IGHKS42367,,1663350940135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1023,,,stu_IGHKS42367,,1663350942787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1024,,,stu_IGHKS42367,,1663350966844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1025,,,stu_IGHKS42367,,1663350972380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1026,,,stu_IGHKS42367,,1663350977115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1027,,,stu_IGHKS42367,,1663350980521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1028,,,stu_IGHKS42367,,1663350985121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1029,,,stu_IGHKS42367,,1663350987790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1030,,,stu_IGHKS42367,,1663350989995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1031,,,stu_IGHKS42367,,1663351003415,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1032,,,stu_IGHKS42367,,1663351012929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1033,,,stu_IGHKS42367,,1663351017174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1034,,,stu_IGHKS42367,,1663351019181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1035,,,stu_IGHKS42367,,1663351432222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1036,,,stu_IGHKS42367,,1663351448761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1037,,,stu_IGHKS42367,,1663351455164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1038,,,stu_IGHKS42367,,1663351458530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1039,,,stu_IGHKS42367,,1663351464099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1040,,,stu_IGHKS42367,,1663351472680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1041,,,stu_IGHKS42367,,1663351474269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1042,,,stu_IGHKS42367,,1663351476473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1043,,,stu_IGHKS42367,,1663351478476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1044,,,stu_IGHKS42367,,1663351487419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1045,,,stu_IGHKS42367,,1663351495678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1046,,,stu_IGHKS42367,,1663351498155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1047,,,stu_IGHKS42367,,1663351501201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-1048,,,stu_DNMED07925,,1666626109587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1049,,,stu_DNMED07925,,1666626109622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1050,,,stu_DNMED07925,,1666626113117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1051,,,stu_DNMED07925,,1666626115498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1052,,,stu_DNMED07925,,1666626160588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,2,,FREEBIE_JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1053,,,stu_DNMED07925,,1666626164752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1054,,,stu_DNMED07925,,1666626167693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1055,,,stu_DNMED07925,,1666626170139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1056,,,stu_DNMED07925,,1666626228300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1057,,,stu_DNMED07925,,1666626244031,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1058,,,stu_DNMED07925,,1666626275167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1059,,,stu_DNMED07925,,1666626278981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1060,,,stu_DNMED07925,,1666626288816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1061,,,stu_DNMED07925,,1666626291595,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1062,,,stu_DNMED07925,,1666626293549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-1063,,,stu_QPMGM16621,,1681750282931,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1064,,,stu_QPMGM16621,,1681750282959,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1065,,,stu_QPMGM16621,,1681750284864,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1066,,,stu_QPMGM16621,,1681750291816,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1067,,,stu_QPMGM16621,,1681750295262,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1068,,,stu_QPMGM16621,,1681750297352,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1069,,,stu_QPMGM16621,,1681750299467,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1070,,,stu_QPMGM16621,,1681750300910,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1071,,,stu_QPMGM16621,,1681750308838,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1072,,,stu_QPMGM16621,,1681750310916,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1073,,,stu_QPMGM16621,,1681750313769,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1074,,,stu_QPMGM16621,,1681750317768,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1075,,,stu_QPMGM16621,,1681750320740,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1076,,,stu_QPMGM16621,,1681750322397,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1077,,,stu_QPMGM16621,,1681750323207,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1078,,,stu_QPMGM16621,,1681750339448,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1079,,,stu_QPMGM16621,,1681750342767,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1080,,,stu_QPMGM16621,,1681750347306,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1081,,,stu_QPMGM16621,,1681750355248,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1082,,,stu_QPMGM16621,,1681750357748,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1083,,,stu_QPMGM16621,,1681750360207,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1084,,,stu_QPMGM16621,,1681750364262,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1085,,,stu_QPMGM16621,,1681750365907,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1086,,,stu_QPMGM16621,,1681750369878,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1087,,,stu_QPMGM16621,,1681750374800,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1088,,,stu_QPMGM16621,,1681750378064,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1089,,,stu_QPMGM16621,,1681750380722,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1090,,,stu_QPMGM16621,,1681750382966,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1091,,,stu_QPMGM16621,,1681404968793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1092,,,stu_QPMGM16621,,1681404978786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1093,,,stu_QPMGM16621,,1681404983598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1094,,,stu_QPMGM16621,,1681404985262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1095,,,stu_QPMGM16621,,1681404985925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1096,,,stu_QPMGM16621,,1681404988161,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1097,,,stu_QPMGM16621,,1681404989961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1098,,,stu_QPMGM16621,,1681405265352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1099,,,stu_QPMGM16621,,1681405267217,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1100,,,stu_QPMGM16621,,1681405276487,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1101,,,stu_QPMGM16621,,1681405278732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1102,,,stu_QPMGM16621,,1681405280599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1103,,,stu_QPMGM16621,,1681405283004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1104,,,stu_QPMGM16621,,1681405285005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1105,,,stu_QPMGM16621,,1681405286059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1106,,,stu_QPMGM16621,,1681405289830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1107,,,stu_QPMGM16621,,1681405293401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1108,,,stu_QPMGM16621,,1681405295778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1109,,,stu_QPMGM16621,,1681405298293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1110,,,stu_QPMGM16621,,1681405304382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1111,,,stu_QPMGM16621,,1681405307893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1112,,,stu_QPMGM16621,,1681405311202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1113,,,stu_QPMGM16621,,1681405316472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1114,,,stu_QPMGM16621,,1681405318596,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1115,,,stu_QPMGM16621,,1681749941159,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1116,,,stu_QPMGM16621,,1681749941230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1117,,,stu_QPMGM16621,,1681749944120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1118,,,stu_QPMGM16621,,1681750088118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1119,,,stu_QPMGM16621,,1681750091473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1120,,,stu_QPMGM16621,,1681750094454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1121,,,stu_QPMGM16621,,1681750097868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1122,,,stu_QPMGM16621,,1681750099125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1123,,,stu_QPMGM16621,,1681750100786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1124,,,stu_QPMGM16621,,1681750124113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1125,,,stu_QPMGM16621,,1681750128636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1126,,,stu_QPMGM16621,,1681750131775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1127,,,stu_QPMGM16621,,1681750144042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1128,,,stu_QPMGM16621,,1681750147929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1129,,,stu_QPMGM16621,,1681750149756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1130,,,stu_QPMGM16621,,1681750152702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1131,,,stu_QPMGM16621,,1681750156205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1132,,,stu_QPMGM16621,,1681750163890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1133,,,stu_QPMGM16621,,1681750167024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1134,,,stu_QPMGM16621,,1681750169113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1135,,,stu_QPMGM16621,,1681750172105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1136,,,stu_QPMGM16621,,1681750411510,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1137,,,stu_QPMGM16621,,1681750417394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1138,,,stu_QPMGM16621,,1681750419350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1139,,,stu_QPMGM16621,,1681750422852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1140,,,stu_QPMGM16621,,1681750422895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1141,,,stu_QPMGM16621,,1681750427474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1142,,,stu_QPMGM16621,,1681750427475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1143,,,stu_QPMGM16621,,1681750430393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1144,,,stu_QPMGM16621,,1681750433317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1145,,,stu_QPMGM16621,,1681750436059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1146,,,stu_QPMGM16621,,1681750437704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1147,,,stu_QPMGM16621,,1681750437729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1148,,,stu_QPMGM16621,,1681750439481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1149,,,stu_QPMGM16621,,1681750442700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1150,,,stu_QPMGM16621,,1681750445025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1151,,,stu_QPMGM16621,,1681750447429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1152,,,stu_QPMGM16621,,1681750459661,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1153,,,stu_QPMGM16621,,1681750463867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1154,,,stu_QPMGM16621,,1681750471208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1155,,,stu_QPMGM16621,,1681750472691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1156,,,stu_QPMGM16621,,1681750476461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1157,,,stu_QPMGM16621,,1681750478118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1158,,,stu_QPMGM16621,,1681750480379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1159,,,stu_QPMGM16621,,1681750481434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1160,,,stu_QPMGM16621,,1681750484328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1161,,,stu_QPMGM16621,,1681750486679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1162,,,stu_QPMGM16621,,1681750488833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1163,,,stu_QPMGM16621,,1681750491390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-069,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1164,,,stu_VFEAB98172,,1684810545212,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1165,,,stu_VFEAB98172,,1684810550870,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1166,,,stu_VFEAB98172,,1684810552895,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1167,,,stu_VFEAB98172,,1684810559484,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1168,,,stu_VFEAB98172,,1684810569765,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1169,,,stu_VFEAB98172,,1684810588029,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1170,,,stu_VFEAB98172,,1684810599183,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1171,,,stu_VFEAB98172,,1684810603107,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1172,,,stu_VFEAB98172,,1684810610023,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1173,,,stu_VFEAB98172,,1684810616257,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1174,,,stu_VFEAB98172,,1684810618304,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1175,,,stu_WERDG77823,,1677718755647,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1176,,,stu_WERDG77823,,1677718773537,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1177,,,stu_WERDG77823,,1677718780123,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1178,,,stu_WERDG77823,,1677718796822,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1179,,,stu_WERDG77823,,1677718850053,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1180,,,stu_WERDG77823,,1677718865992,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1181,,,stu_WERDG77823,,1677718869808,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1182,,,stu_WERDG77823,,1677718969327,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1183,,,stu_WERDG77823,,1677718978493,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1184,,,stu_WERDG77823,,1677719043492,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1185,,,stu_WERDG77823,,1677719052242,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1186,,,stu_WERDG77823,,1677719059651,,,,,,ratio_proportion_change3,ratio_proportion_change3-045,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1187,,,stu_WERDG77823,,1677718033778,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1188,,,stu_WERDG77823,,1677718064903,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1189,,,stu_WERDG77823,,1677718067346,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1190,,,stu_WERDG77823,,1677718104101,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1191,,,stu_WERDG77823,,1677718124121,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1192,,,stu_WERDG77823,,1677718339723,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1193,,,stu_WERDG77823,,1677718347523,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1194,,,stu_WERDG77823,,1677718405655,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1195,,,stu_WERDG77823,,1677718416814,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1196,,,stu_WERDG77823,,1677718423728,,,,,,ratio_proportion_change3,ratio_proportion_change3-086,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1197,,,stu_WERDG77823,,1677646002488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1198,,,stu_WERDG77823,,1677646002519,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1199,,,stu_WERDG77823,,1677646005377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1200,,,stu_WERDG77823,,1677646013438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1201,,,stu_WERDG77823,,1677646013438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1202,,,stu_WERDG77823,,1677646013438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1203,,,stu_WERDG77823,,1677646013438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1204,,,stu_WERDG77823,,1677646031425,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1205,,,stu_WERDG77823,,1677646034168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1206,,,stu_WERDG77823,,1677646038379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1207,,,stu_WERDG77823,,1677646049455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1208,,,stu_WERDG77823,,1677646057214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1209,,,stu_WERDG77823,,1677646060168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1210,,,stu_WERDG77823,,1677646063551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1211,,,stu_WERDG77823,,1677646063551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1212,,,stu_WERDG77823,,1677646063551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1213,,,stu_WERDG77823,,1677646063551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1214,,,stu_WERDG77823,,1677646068482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1215,,,stu_WERDG77823,,1677646072366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1216,,,stu_WERDG77823,,1677646079831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1217,,,stu_WERDG77823,,1677646084067,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1218,,,stu_WERDG77823,,1677646084150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1219,,,stu_WERDG77823,,1677646087146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1220,,,stu_WERDG77823,,1677646089958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1221,,,stu_WERDG77823,,1677646123416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1222,,,stu_WERDG77823,,1677646126574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1223,,,stu_WERDG77823,,1677646131041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1224,,,stu_WERDG77823,,1677646136064,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1225,,,stu_WERDG77823,,1677646141733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1226,,,stu_WERDG77823,,1677646148878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1227,,,stu_WERDG77823,,1677646154838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1228,,,stu_WERDG77823,,1677646158736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1229,,,stu_WERDG77823,,1677646165135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1230,,,stu_WERDG77823,,1677646167286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1231,,,stu_WERDG77823,,1677646171899,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1232,,,stu_WERDG77823,,1677646178812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1233,,,stu_WERDG77823,,1677646180729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1234,,,stu_WERDG77823,,1677646185738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1235,,,stu_WERDG77823,,1677646193735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1236,,,stu_WERDG77823,,1677646199870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1237,,,stu_WERDG77823,,1677646201838,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1238,,,stu_WERDG77823,,1677646207239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1239,,,stu_WERDG77823,,1677646215657,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1240,,,stu_WERDG77823,,1677646222435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1241,,,stu_WERDG77823,,1677646223901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1242,,,stu_WERDG77823,,1677646226719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1243,,,stu_WERDG77823,,1677646229568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1244,,,stu_LKDTP59004,,1677163068650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1245,,,stu_LKDTP59004,,1677163068752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1246,,,stu_LKDTP59004,,1677163071307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1247,,,stu_LKDTP59004,,1677163077025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1248,,,stu_LKDTP59004,,1677163079313,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1249,,,stu_LKDTP59004,,1677163081398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1250,,,stu_LKDTP59004,,1677163084456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1251,,,stu_LKDTP59004,,1677163086775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1252,,,stu_LKDTP59004,,1677163091046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1253,,,stu_LKDTP59004,,1677163115262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1254,,,stu_LKDTP59004,,1677163116745,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1255,,,stu_LKDTP59004,,1677163119894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1256,,,stu_LKDTP59004,,1677163123636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1257,,,stu_LKDTP59004,,1677163125454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1258,,,stu_LKDTP59004,,1677163128586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1259,,,stu_LKDTP59004,,1677163130521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1260,,,stu_LKDTP59004,,1677163133175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1261,,,stu_LKDTP59004,,1677163134988,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1262,,,stu_LKDTP59004,,1677163138501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1263,,,stu_LKDTP59004,,1677163142970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1264,,,stu_LKDTP59004,,1677163142994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1265,,,stu_LKDTP59004,,1677163147231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1266,,,stu_LKDTP59004,,1677163156030,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1267,,,stu_LKDTP59004,,1677163164610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1268,,,stu_LKDTP59004,,1677163169944,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1269,,,stu_LKDTP59004,,1677163176530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1270,,,stu_LKDTP59004,,1677163181681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1271,,,stu_LKDTP59004,,1677163185711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1272,,,stu_LKDTP59004,,1677163187581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1273,,,stu_LKDTP59004,,1677163191077,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1274,,,stu_LKDTP59004,,1677163193825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1275,,,stu_LKDTP59004,,1677163195348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1276,,,stu_LKDTP59004,,1677163198050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1277,,,stu_UVPLE03317,,1680465763959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1278,,,stu_UVPLE03317,,1680465768263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1279,,,stu_UVPLE03317,,1680465772122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1280,,,stu_UVPLE03317,,1680465775885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1281,,,stu_UVPLE03317,,1680465789808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1282,,,stu_UVPLE03317,,1680465792685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1283,,,stu_UVPLE03317,,1680465794803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1284,,,stu_UVPLE03317,,1680465803882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1285,,,stu_UVPLE03317,,1680465807296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1286,,,stu_UVPLE03317,,1680465810704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-1287,,,stu_MERME37245,,1684258432572,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1288,,,stu_MERME37245,,1684258440747,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1289,,,stu_MERME37245,,1684258451547,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1290,,,stu_MERME37245,,1684258456384,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1291,,,stu_MERME37245,,1684258463500,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1292,,,stu_MERME37245,,1684258466970,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1293,,,stu_MERME37245,,1684258469313,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1294,,,stu_MERME37245,,1684258471397,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1295,,,stu_MERME37245,,1684258477174,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1296,,,stu_MERME37245,,1684258479357,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1297,,,stu_MERME37245,,1684258482462,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1298,,,stu_MERME37245,,1684258486973,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1299,,,stu_MERME37245,,1684258489674,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1300,,,stu_MERME37245,,1684258492375,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1301,,,stu_MERME37245,,1684258528815,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1302,,,stu_MERME37245,,1684258532987,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1303,,,stu_MERME37245,,1684258551001,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1304,,,stu_MERME37245,,1684258555966,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1305,,,stu_MERME37245,,1684258558099,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1306,,,stu_MERME37245,,1684258559774,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1307,,,stu_MERME37245,,1684258561206,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1308,,,stu_MERME37245,,1684258570364,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1309,,,stu_MERME37245,,1684258582292,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1310,,,stu_MERME37245,,1684258595378,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1311,,,stu_MERME37245,,1684258606264,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1312,,,stu_MERME37245,,1684258039200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1313,,,stu_MERME37245,,1684258039314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1314,,,stu_MERME37245,,1684258042014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1315,,,stu_MERME37245,,1684258050333,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1316,,,stu_MERME37245,,1684258060203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1317,,,stu_MERME37245,,1684258064685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1318,,,stu_MERME37245,,1684258069093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1319,,,stu_MERME37245,,1684258071038,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1320,,,stu_MERME37245,,1684258078529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1321,,,stu_MERME37245,,1684258078575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1322,,,stu_MERME37245,,1684258080117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1323,,,stu_MERME37245,,1684258083146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1324,,,stu_MERME37245,,1684258087265,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1325,,,stu_MERME37245,,1684258094295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1326,,,stu_MERME37245,,1684258096901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1327,,,stu_MERME37245,,1684258098688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1328,,,stu_MERME37245,,1684258101539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1329,,,stu_MERME37245,,1684258103055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1330,,,stu_MERME37245,,1684258109344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1331,,,stu_MERME37245,,1684258112505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1332,,,stu_MERME37245,,1684258130287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1333,,,stu_MERME37245,,1684258135868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1334,,,stu_MERME37245,,1684258143548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-1335,,,stu_KAGHJ40360,,1682047237669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1336,,,stu_KAGHJ40360,,1682047240850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1337,,,stu_KAGHJ40360,,1682047244757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1338,,,stu_KAGHJ40360,,1682047257021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1339,,,stu_KAGHJ40360,,1682047261632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1340,,,stu_KAGHJ40360,,1682047274308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1341,,,stu_KAGHJ40360,,1682047278403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1342,,,stu_KAGHJ40360,,1682047281781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1343,,,stu_KAGHJ40360,,1682047290433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1344,,,stu_KAGHJ40360,,1682047296956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1345,,,stu_KAGHJ40360,,1682047313946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1346,,,stu_KAGHJ40360,,1682047318272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1347,,,stu_KAGHJ40360,,1682047323939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1348,,,stu_KAGHJ40360,,1682047338000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1349,,,stu_KAGHJ40360,,1682047340995,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1350,,,stu_KAGHJ40360,,1682047347910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1351,,,stu_KAGHJ40360,,1682047353084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1352,,,stu_KAGHJ40360,,1682047355903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1353,,,stu_KAGHJ40360,,1682047377006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1354,,,stu_KAGHJ40360,,1682047383009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1355,,,stu_KAGHJ40360,,1682047387927,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1356,,,stu_KAGHJ40360,,1682047401717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1357,,,stu_KAGHJ40360,,1682047406707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1358,,,stu_KAGHJ40360,,1682047435756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1359,,,stu_KAGHJ40360,,1682047442671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1360,,,stu_KAGHJ40360,,1682047447538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1361,,,stu_KAGHJ40360,,1682047453071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1362,,,stu_KAGHJ40360,,1682047458107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1363,,,stu_KAGHJ40360,,1682047461138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1364,,,stu_KAGHJ40360,,1682047464473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-1365,,,stu_PISNO19269,,1686343087056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1366,,,stu_PISNO19269,,1686343089886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1367,,,stu_PISNO19269,,1686343097138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1368,,,stu_PISNO19269,,1686343098753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1369,,,stu_PISNO19269,,1686343100695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1370,,,stu_PISNO19269,,1686343105235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1371,,,stu_PISNO19269,,1686343107246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1372,,,stu_PISNO19269,,1686343124810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1373,,,stu_PISNO19269,,1686343129854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1374,,,stu_PISNO19269,,1686343133113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1375,,,stu_PISNO19269,,1686343138268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1376,,,stu_PISNO19269,,1686343140645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1377,,,stu_PISNO19269,,1686343142991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1378,,,stu_PISNO19269,,1686343146576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1379,,,stu_PISNO19269,,1686343152811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1380,,,stu_PISNO19269,,1686343155827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1381,,,stu_PISNO19269,,1686343158598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1382,,,stu_PISNO19269,,1686343161523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1383,,,stu_PISNO19269,,1686343165458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1384,,,stu_PISNO19269,,1686343166562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1385,,,stu_PISNO19269,,1686343186544,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1386,,,stu_PISNO19269,,1686343203756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1387,,,stu_PISNO19269,,1686343206613,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1388,,,stu_PISNO19269,,1686343208070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1389,,,stu_PISNO19269,,1686343211699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1390,,,stu_PISNO19269,,1686343222521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1391,,,stu_PISNO19269,,1686343225202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1392,,,stu_PISNO19269,,1686343226837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1393,,,stu_QBZGX42549,,1677694950738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1394,,,stu_QBZGX42549,,1677694981016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1395,,,stu_QBZGX42549,,1677694982738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1396,,,stu_QBZGX42549,,1677694983744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1397,,,stu_QBZGX42549,,1677694985426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1398,,,stu_QBZGX42549,,1677694987307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1399,,,stu_QBZGX42549,,1677694988340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1400,,,stu_QBZGX42549,,1677694990607,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1401,,,stu_QBZGX42549,,1677694991499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1402,,,stu_QBZGX42549,,1677695000690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1403,,,stu_QBZGX42549,,1677695016959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1404,,,stu_QBZGX42549,,1677695020052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1405,,,stu_QBZGX42549,,1677695024055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1406,,,stu_QBZGX42549,,1677694778645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1407,,,stu_QBZGX42549,,1677694778711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1408,,,stu_QBZGX42549,,1677694787775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1409,,,stu_QBZGX42549,,1677694887257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1410,,,stu_QBZGX42549,,1677694894123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1411,,,stu_QBZGX42549,,1677694896461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1412,,,stu_QBZGX42549,,1677694899418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1413,,,stu_QBZGX42549,,1677694901053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1414,,,stu_QBZGX42549,,1677694904248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1415,,,stu_QBZGX42549,,1677694907427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1416,,,stu_QBZGX42549,,1677694910980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1417,,,stu_QBZGX42549,,1677694914182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1418,,,stu_QBZGX42549,,1677694914817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1419,,,stu_QBZGX42549,,1677694924178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1420,,,stu_QBZGX42549,,1677694941538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1421,,,stu_QBZGX42549,,1677694943367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1422,,,stu_ACVFQ44420,,1681836701408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1423,,,stu_ACVFQ44420,,1681836704170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1424,,,stu_ACVFQ44420,,1681836710952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1425,,,stu_ACVFQ44420,,1681836716600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1426,,,stu_ACVFQ44420,,1681836718229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1427,,,stu_ACVFQ44420,,1681836720087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1428,,,stu_ACVFQ44420,,1681836732816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1429,,,stu_ACVFQ44420,,1681836735129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1430,,,stu_ACVFQ44420,,1681836737804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1431,,,stu_ACVFQ44420,,1681836738772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1432,,,stu_ACVFQ44420,,1681836740224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1433,,,stu_ACVFQ44420,,1681836740863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1434,,,stu_ACVFQ44420,,1681836745151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1435,,,stu_ACVFQ44420,,1681836750305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1436,,,stu_ACVFQ44420,,1681836760445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1437,,,stu_ACVFQ44420,,1681836762830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1438,,,stu_ACVFQ44420,,1681836381260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1439,,,stu_ACVFQ44420,,1681836381299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1440,,,stu_ACVFQ44420,,1681836383065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1441,,,stu_ACVFQ44420,,1681836388861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1442,,,stu_ACVFQ44420,,1681836391502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1443,,,stu_ACVFQ44420,,1681836392780,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1444,,,stu_ACVFQ44420,,1681836397392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1445,,,stu_ACVFQ44420,,1681836401938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1446,,,stu_ACVFQ44420,,1681836406384,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1447,,,stu_ACVFQ44420,,1681836411947,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1448,,,stu_ACVFQ44420,,1681836417171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1449,,,stu_ACVFQ44420,,1681836419788,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1450,,,stu_ACVFQ44420,,1681836425458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1451,,,stu_ACVFQ44420,,1681836426422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1452,,,stu_ACVFQ44420,,1681836428809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1453,,,stu_ACVFQ44420,,1681836430720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1454,,,stu_ACVFQ44420,,1681836455864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1455,,,stu_ACVFQ44420,,1681836457833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1456,,,stu_BQXHX25852,,1681491903664,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1457,,,stu_BQXHX25852,,1681491909272,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1458,,,stu_BQXHX25852,,1681491972372,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1459,,,stu_BQXHX25852,,1681491973717,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1460,,,stu_BQXHX25852,,1681491978619,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1461,,,stu_BQXHX25852,,1681491990302,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1462,,,stu_BQXHX25852,,1681492009952,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1463,,,stu_BQXHX25852,,1681492012583,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1464,,,stu_BQXHX25852,,1681492014690,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1465,,,stu_BQXHX25852,,1681492018659,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1466,,,stu_BQXHX25852,,1681492028529,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1467,,,stu_BQXHX25852,,1681492055870,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1468,,,stu_BQXHX25852,,1681492060140,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1469,,,stu_FTSHO50310,,1683723142907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1470,,,stu_FTSHO50310,,1683723142939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1471,,,stu_FTSHO50310,,1683723144837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1472,,,stu_FTSHO50310,,1683723148340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1473,,,stu_FTSHO50310,,1683723157867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1474,,,stu_FTSHO50310,,1683723159071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1475,,,stu_FTSHO50310,,1683723164699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1476,,,stu_FTSHO50310,,1683723166481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1477,,,stu_FTSHO50310,,1683723168984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1478,,,stu_FTSHO50310,,1683723171834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1479,,,stu_FTSHO50310,,1683723173576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1480,,,stu_FTSHO50310,,1683723177220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1481,,,stu_FTSHO50310,,1683723193695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1482,,,stu_FTSHO50310,,1683723197099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1483,,,stu_FTSHO50310,,1683723069481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1484,,,stu_FTSHO50310,,1683723072191,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1485,,,stu_FTSHO50310,,1683723076411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1486,,,stu_FTSHO50310,,1683723078245,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1487,,,stu_FTSHO50310,,1683723083016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1488,,,stu_FTSHO50310,,1683723087127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1489,,,stu_FTSHO50310,,1683723089641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1490,,,stu_FTSHO50310,,1683723090698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1491,,,stu_FTSHO50310,,1683723093261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1492,,,stu_FTSHO50310,,1683723094952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1493,,,stu_FTSHO50310,,1683723100183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1494,,,stu_FTSHO50310,,1683723118343,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1495,,,stu_FTSHO50310,,1683723122292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1496,,,stu_FTSHO50310,,1683723125162,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1497,,,stu_KCMQF74194,,1681491816756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1498,,,stu_KCMQF74194,,1681491823033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1499,,,stu_KCMQF74194,,1681491826867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1500,,,stu_KCMQF74194,,1681491828845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1501,,,stu_KCMQF74194,,1681491830359,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1502,,,stu_KCMQF74194,,1681491832470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1503,,,stu_KCMQF74194,,1681491839534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1504,,,stu_KCMQF74194,,1681491840725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1505,,,stu_KCMQF74194,,1681491845787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1506,,,stu_KCMQF74194,,1681491847709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1507,,,stu_KCMQF74194,,1681491851814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1508,,,stu_KCMQF74194,,1681491855610,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1509,,,stu_KCMQF74194,,1681491856863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1510,,,stu_KCMQF74194,,1681491858850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1511,,,stu_KCMQF74194,,1681491862033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1512,,,stu_KCMQF74194,,1681491869275,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1513,,,stu_KCMQF74194,,1681491870375,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1514,,,stu_KCMQF74194,,1681491874413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-1515,,,stu_LCZWZ05655,,1681750755374,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1516,,,stu_LCZWZ05655,,1681750760893,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1517,,,stu_LCZWZ05655,,1681750765045,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1518,,,stu_LCZWZ05655,,1681750766252,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1519,,,stu_LCZWZ05655,,1681750769278,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1520,,,stu_LCZWZ05655,,1681750770674,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1521,,,stu_LCZWZ05655,,1681750773893,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1522,,,stu_LCZWZ05655,,1681750774876,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1523,,,stu_LCZWZ05655,,1681750777164,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1524,,,stu_LCZWZ05655,,1681750778174,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1525,,,stu_LCZWZ05655,,1681750782040,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1526,,,stu_LCZWZ05655,,1681750797574,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1527,,,stu_LCZWZ05655,,1681750801488,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1528,,,stu_LCZWZ05655,,1681750805315,,,,,,ratio_proportion_change3,ratio_proportion_change3-149,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1529,,,stu_LWLEU40929,,1683213241474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1530,,,stu_LWLEU40929,,1683213254377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1531,,,stu_LWLEU40929,,1683213263462,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1532,,,stu_LWLEU40929,,1683213265449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1533,,,stu_LWLEU40929,,1683213268940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1534,,,stu_LWLEU40929,,1683213270967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1535,,,stu_LWLEU40929,,1683213291279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1536,,,stu_LWLEU40929,,1683213292685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1537,,,stu_LWLEU40929,,1683213303115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1538,,,stu_LWLEU40929,,1683213306488,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1539,,,stu_LWLEU40929,,1683213308307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1540,,,stu_LWLEU40929,,1683213171862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1541,,,stu_LWLEU40929,,1683213173811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1542,,,stu_LWLEU40929,,1683213178737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1543,,,stu_LWLEU40929,,1683213180753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1544,,,stu_LWLEU40929,,1683213184729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1545,,,stu_LWLEU40929,,1683213193161,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1546,,,stu_LWLEU40929,,1683213202380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1547,,,stu_LWLEU40929,,1683213204480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1548,,,stu_LWLEU40929,,1683213211288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1549,,,stu_LWLEU40929,,1683213219225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1550,,,stu_LWLEU40929,,1683213220787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1551,,,stu_LWLEU40929,,1683213220801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1552,,,stu_LWLEU40929,,1683213222765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1553,,,stu_LWLEU40929,,1683213225647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1554,,,stu_LWLEU40929,,1683213945022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1555,,,stu_LWLEU40929,,1683213949736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1556,,,stu_LWLEU40929,,1683213953336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1557,,,stu_LWLEU40929,,1683213955999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1558,,,stu_LWLEU40929,,1683213957480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1559,,,stu_LWLEU40929,,1683213970243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1560,,,stu_LWLEU40929,,1683213971585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1561,,,stu_LWLEU40929,,1683213977365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1562,,,stu_LWLEU40929,,1683213980739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1563,,,stu_LWLEU40929,,1683213986818,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1564,,,stu_QAXEC01368,,1683650166105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1565,,,stu_QAXEC01368,,1683650170148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1566,,,stu_QAXEC01368,,1683650177546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1567,,,stu_QAXEC01368,,1683650181658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1568,,,stu_QAXEC01368,,1683650186264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1569,,,stu_QAXEC01368,,1683650188609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1570,,,stu_QAXEC01368,,1683650223297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1571,,,stu_QAXEC01368,,1683650230319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1572,,,stu_QAXEC01368,,1683650252115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1573,,,stu_QAXEC01368,,1683650254854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1574,,,stu_QAXEC01368,,1683650260997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1575,,,stu_QAXEC01368,,1683650263232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1576,,,stu_QAXEC01368,,1683650272976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1577,,,stu_QAXEC01368,,1683650279258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1578,,,stu_QAXEC01368,,1683650282802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1579,,,stu_QAXEC01368,,1683650286202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1580,,,stu_QAXEC01368,,1683650290348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1581,,,stu_QAXEC01368,,1683650300945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1582,,,stu_QAXEC01368,,1683650302264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1583,,,stu_QAXEC01368,,1683650306291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1584,,,stu_QAXEC01368,,1683650307997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1585,,,stu_QAXEC01368,,1683650314429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1586,,,stu_QAXEC01368,,1683650316625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1587,,,stu_QAXEC01368,,1683650324781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1588,,,stu_QAXEC01368,,1683650508861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1589,,,stu_QAXEC01368,,1683650510849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1590,,,stu_QAXEC01368,,1683650528134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1591,,,stu_QAXEC01368,,1683650532946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1592,,,stu_QAXEC01368,,1683650537889,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1593,,,stu_QPFJZ93427,,1681413321259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1594,,,stu_QPFJZ93427,,1681413325364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1595,,,stu_QPFJZ93427,,1681413329704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1596,,,stu_QPFJZ93427,,1681413332590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1597,,,stu_QPFJZ93427,,1681413334401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1598,,,stu_QPFJZ93427,,1681413357438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1599,,,stu_QPFJZ93427,,1681413365453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1600,,,stu_QPFJZ93427,,1681413387125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1601,,,stu_QPFJZ93427,,1681413398855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1602,,,stu_QPFJZ93427,,1681413411792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1603,,,stu_QPFJZ93427,,1681416011750,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1604,,,stu_QPFJZ93427,,1681416015127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1605,,,stu_QPFJZ93427,,1681416017410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1606,,,stu_QPFJZ93427,,1681416018671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1607,,,stu_QPFJZ93427,,1681416020324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1608,,,stu_QPFJZ93427,,1681416031074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1609,,,stu_QPFJZ93427,,1681416033807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1610,,,stu_QPFJZ93427,,1681416047953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1611,,,stu_QPFJZ93427,,1681416055115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1612,,,stu_QPFJZ93427,,1681416058878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1613,,,stu_VRWVH20487,,1676580927780,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1614,,,stu_VRWVH20487,,1676580927783,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1615,,,stu_VRWVH20487,,1676580929364,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1616,,,stu_VRWVH20487,,1676581189264,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1617,,,stu_VRWVH20487,,1676581192127,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1618,,,stu_VRWVH20487,,1676581205166,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1619,,,stu_VRWVH20487,,1676581205166,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1620,,,stu_VRWVH20487,,1676581205166,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1621,,,stu_VRWVH20487,,1676581205166,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1622,,,stu_VRWVH20487,,1676581208779,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1623,,,stu_VRWVH20487,,1676581211578,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1624,,,stu_VRWVH20487,,1676581222870,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1625,,,stu_VRWVH20487,,1676581229667,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1626,,,stu_VRWVH20487,,1676581246008,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1627,,,stu_VRWVH20487,,1676581247479,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1628,,,stu_VRWVH20487,,1676581251006,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1629,,,stu_VRWVH20487,,1676581256696,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1630,,,stu_VRWVH20487,,1676581263279,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1631,,,stu_VRWVH20487,,1676581280848,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1632,,,stu_VRWVH20487,,1676581284867,,,,,,ratio_proportion_change3,ratio_proportion_change3-070,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-1633,,,stu_GXXXS63484,,1678383307374,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1634,,,stu_GXXXS63484,,1678383314783,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1635,,,stu_GXXXS63484,,1678383318145,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1636,,,stu_GXXXS63484,,1678383321645,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1637,,,stu_GXXXS63484,,1678383323631,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1638,,,stu_GXXXS63484,,1678383325765,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1639,,,stu_GXXXS63484,,1678383327130,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1640,,,stu_GXXXS63484,,1678383346985,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1641,,,stu_GXXXS63484,,1678383353059,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1642,,,stu_GXXXS63484,,1678383379186,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1643,,,stu_GXXXS63484,,1678383399219,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1644,,,stu_GXXXS63484,,1678383402531,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1645,,,stu_GXXXS63484,,1678383404489,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1646,,,stu_GXXXS63484,,1678383407172,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1647,,,stu_GXXXS63484,,1678383409328,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1648,,,stu_GXXXS63484,,1678383415563,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1649,,,stu_GXXXS63484,,1678383424968,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1650,,,stu_GXXXS63484,,1678383428530,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1651,,,stu_GXXXS63484,,1678383430547,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1652,,,stu_GXXXS63484,,1678383446125,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1653,,,stu_GXXXS63484,,1678383453379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1654,,,stu_GXXXS63484,,1678383456767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1655,,,stu_GXXXS63484,,1678383461065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1656,,,stu_GXXXS63484,,1678383462917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1657,,,stu_GXXXS63484,,1678383466836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1658,,,stu_GXXXS63484,,1678383467655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1659,,,stu_GXXXS63484,,1678383479771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1660,,,stu_GXXXS63484,,1678383482693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1661,,,stu_GXXXS63484,,1678383578270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1662,,,stu_GXXXS63484,,1678383588676,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1663,,,stu_GXXXS63484,,1678383596218,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1664,,,stu_GXXXS63484,,1678383598237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1665,,,stu_GXXXS63484,,1678383601042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1666,,,stu_GXXXS63484,,1678383602000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1667,,,stu_GXXXS63484,,1678383608065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1668,,,stu_GXXXS63484,,1678383614295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1669,,,stu_GXXXS63484,,1678383616382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1670,,,stu_GXXXS63484,,1678383618255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1671,,,stu_GXXXS63484,,1678383620113,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1672,,,stu_GXXXS63484,,1678383718471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1673,,,stu_GXXXS63484,,1678383722150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1674,,,stu_GXXXS63484,,1678383730402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1675,,,stu_GXXXS63484,,1678383732478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1676,,,stu_GXXXS63484,,1678383736153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1677,,,stu_GXXXS63484,,1678383738469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1678,,,stu_GXXXS63484,,1678383739978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1679,,,stu_GXXXS63484,,1678383762472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1680,,,stu_GXXXS63484,,1678383769576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1681,,,stu_GXXXS63484,,1678383773405,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1682,,,stu_GXXXS63484,,1678383781592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1683,,,stu_GXXXS63484,,1678383784453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1684,,,stu_GXXXS63484,,1678383786228,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1685,,,stu_GXXXS63484,,1678383788446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1686,,,stu_GXXXS63484,,1678383789892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1687,,,stu_GXXXS63484,,1678383795786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1688,,,stu_GXXXS63484,,1678383807045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1689,,,stu_GXXXS63484,,1678383809930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1690,,,stu_GXXXS63484,,1678383811577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1691,,,stu_GXXXS63484,,1678383192742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1692,,,stu_GXXXS63484,,1678383192772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1693,,,stu_GXXXS63484,,1678383194459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1694,,,stu_GXXXS63484,,1678383197465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1695,,,stu_GXXXS63484,,1678383208536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1696,,,stu_GXXXS63484,,1678383217646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1697,,,stu_GXXXS63484,,1678383220804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1698,,,stu_GXXXS63484,,1678383223267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1699,,,stu_GXXXS63484,,1678383224371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1700,,,stu_GXXXS63484,,1678383234833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1701,,,stu_GXXXS63484,,1678383237478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1702,,,stu_GXXXS63484,,1678383242174,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1703,,,stu_GXXXS63484,,1678383246445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1704,,,stu_GXXXS63484,,1678383251032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1705,,,stu_GXXXS63484,,1678383254171,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1706,,,stu_GXXXS63484,,1678383256371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1707,,,stu_GXXXS63484,,1678383264644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1708,,,stu_GXXXS63484,,1678383267927,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1709,,,stu_GXXXS63484,,1678383279056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1710,,,stu_GXXXS63484,,1678383287437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1711,,,stu_GXXXS63484,,1678383289877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1712,,,stu_GXXXS63484,,1678383295049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1713,,,stu_SGNLI57249,,1677539744329,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1714,,,stu_SGNLI57249,,1677539747373,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1715,,,stu_SGNLI57249,,1677539749931,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1716,,,stu_SGNLI57249,,1677539752776,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1717,,,stu_SGNLI57249,,1677539752785,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1718,,,stu_SGNLI57249,,1677539756716,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1719,,,stu_SGNLI57249,,1677539759647,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1720,,,stu_SGNLI57249,,1677539763294,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1721,,,stu_SGNLI57249,,1677539769457,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1722,,,stu_SGNLI57249,,1677539770275,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1723,,,stu_SGNLI57249,,1677539770335,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1724,,,stu_SGNLI57249,,1677539774094,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1725,,,stu_SGNLI57249,,1677539793153,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1726,,,stu_SGNLI57249,,1677539797597,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1727,,,stu_SGNLI57249,,1677539801837,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1728,,,stu_SGNLI57249,,1677539804838,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1729,,,stu_SGNLI57249,,1677539810266,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1730,,,stu_SGNLI57249,,1677539847469,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1731,,,stu_SGNLI57249,,1677539857559,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1732,,,stu_SGNLI57249,,1677539863131,,,,,,ratio_proportion_change3,ratio_proportion_change3-119,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1733,,,stu_SGNLI57249,,1677538619925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1734,,,stu_SGNLI57249,,1677538623175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1735,,,stu_SGNLI57249,,1677538626133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1736,,,stu_SGNLI57249,,1677538632007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1737,,,stu_SGNLI57249,,1677538634775,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1738,,,stu_SGNLI57249,,1677538660871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1739,,,stu_SGNLI57249,,1677538667964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1740,,,stu_SGNLI57249,,1677538671301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1741,,,stu_SGNLI57249,,1677538687654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1742,,,stu_SGNLI57249,,1677538702758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1743,,,stu_SGNLI57249,,1677538707140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1744,,,stu_SGNLI57249,,1677538711057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-1745,,,stu_SINCU11987,,1678393026298,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1746,,,stu_SINCU11987,,1678393030517,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1747,,,stu_SINCU11987,,1678393034983,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1748,,,stu_SINCU11987,,1678393037545,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1749,,,stu_SINCU11987,,1678393043799,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1750,,,stu_SINCU11987,,1678393044749,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1751,,,stu_SINCU11987,,1678393053901,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1752,,,stu_SINCU11987,,1678393058337,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1753,,,stu_SINCU11987,,1678393063500,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1754,,,stu_SINCU11987,,1678393066563,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1755,,,stu_SINCU11987,,1678393071135,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1756,,,stu_SINCU11987,,1678393073912,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1757,,,stu_SINCU11987,,1678393077415,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1758,,,stu_SINCU11987,,1678393084025,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1759,,,stu_SINCU11987,,1678393091358,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1760,,,stu_SINCU11987,,1678393093042,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1761,,,stu_SINCU11987,,1678393094420,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1762,,,stu_SINCU11987,,1678393099104,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1763,,,stu_SINCU11987,,1678393103571,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1764,,,stu_SINCU11987,,1678393107071,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1765,,,stu_SINCU11987,,1678393110334,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1766,,,stu_SINCU11987,,1678393114230,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1767,,,stu_SINCU11987,,1678393121514,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1768,,,stu_SINCU11987,,1678393126616,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1769,,,stu_SINCU11987,,1678393129521,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1770,,,stu_SINCU11987,,1678393147994,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1771,,,stu_SINCU11987,,1678393154602,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1772,,,stu_SINCU11987,,1678393163135,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1773,,,stu_SINCU11987,,1678393175939,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1774,,,stu_SINCU11987,,1678393180266,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1775,,,stu_SINCU11987,,1678393185878,,,,,,ratio_proportion_change3,ratio_proportion_change3-195,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-1776,,,stu_VCSEI61128,,1667873442770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1777,,,stu_VCSEI61128,,1667873451498,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1778,,,stu_VCSEI61128,,1667873464362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1779,,,stu_VCSEI61128,,1667873474281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1780,,,stu_VCSEI61128,,1667873478867,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1781,,,stu_VCSEI61128,,1667873485517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1782,,,stu_VCSEI61128,,1667873486960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1783,,,stu_VCSEI61128,,1667873598555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1784,,,stu_VCSEI61128,,1667873605237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1785,,,stu_VCSEI61128,,1667873610220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1786,,,stu_VCSEI61128,,1667873710237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1787,,,stu_VCSEI61128,,1667873715186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1788,,,stu_VCSEI61128,,1667873727911,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1789,,,stu_VCSEI61128,,1667873786393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1790,,,stu_VCSEI61128,,1667873824323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1791,,,stu_VCSEI61128,,1667873838523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1792,,,stu_VCSEI61128,,1667873843550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1793,,,stu_VCSEI61128,,1667873853779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1794,,,stu_VCSEI61128,,1667873859426,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1795,,,stu_VCSEI61128,,1667873872081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1796,,,stu_VCSEI61128,,1667873880346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1797,,,stu_VCSEI61128,,1667873880372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1798,,,stu_VCSEI61128,,1667873896213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1799,,,stu_VCSEI61128,,1667873916170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1800,,,stu_VCSEI61128,,1667873928718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1801,,,stu_VCSEI61128,,1667873936140,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1802,,,stu_VCSEI61128,,1667873982671,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1803,,,stu_VCSEI61128,,1667873991514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-1804,,,stu_DNLMR19119,,1683566347421,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1805,,,stu_DNLMR19119,,1683566347428,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1806,,,stu_DNLMR19119,,1683566349030,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1807,,,stu_DNLMR19119,,1683566351958,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1808,,,stu_DNLMR19119,,1683566354411,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1809,,,stu_DNLMR19119,,1683566355419,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1810,,,stu_DNLMR19119,,1683566357106,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1811,,,stu_DNLMR19119,,1683566360894,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1812,,,stu_DNLMR19119,,1683566360920,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1813,,,stu_DNLMR19119,,1683566368352,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1814,,,stu_DNLMR19119,,1683566368353,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1815,,,stu_DNLMR19119,,1683566383108,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1816,,,stu_DNLMR19119,,1683566386470,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1817,,,stu_DNLMR19119,,1683566388913,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1818,,,stu_DNLMR19119,,1683566390844,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1819,,,stu_DNLMR19119,,1683566414673,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1820,,,stu_DNLMR19119,,1683566459828,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1821,,,stu_DNLMR19119,,1683566461163,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1822,,,stu_DNLMR19119,,1683566464322,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1823,,,stu_DNLMR19119,,1683566471353,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1824,,,stu_DNLMR19119,,1683566476012,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1825,,,stu_DNLMR19119,,1683566501236,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1826,,,stu_DNLMR19119,,1683566504952,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1827,,,stu_DNLMR19119,,1683566507173,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1828,,,stu_DNLMR19119,,1683566509910,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1829,,,stu_DNLMR19119,,1683566067109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1830,,,stu_DNLMR19119,,1683566067114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1831,,,stu_DNLMR19119,,1683566068859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1832,,,stu_DNLMR19119,,1683566075634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1833,,,stu_DNLMR19119,,1683566077256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1834,,,stu_DNLMR19119,,1683566079588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1835,,,stu_DNLMR19119,,1683566081107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1836,,,stu_DNLMR19119,,1683566086474,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1837,,,stu_DNLMR19119,,1683566090257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1838,,,stu_DNLMR19119,,1683566101753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1839,,,stu_DNLMR19119,,1683566107649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1840,,,stu_DNLMR19119,,1683566111150,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1841,,,stu_DNLMR19119,,1683566126179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1842,,,stu_DNLMR19119,,1683566199013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,4,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1843,,,stu_DNLMR19119,,1683566201879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,5,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1844,,,stu_DNLMR19119,,1683566206786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1845,,,stu_DNLMR19119,,1683566209456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1846,,,stu_DNLMR19119,,1683566212188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1847,,,stu_DNLMR19119,,1683566216208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1848,,,stu_DNLMR19119,,1683566217999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,6,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1849,,,stu_DNLMR19119,,1683566226854,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1850,,,stu_DNLMR19119,,1683566233935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1851,,,stu_DNLMR19119,,1683566239136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1852,,,stu_GTKSO68152,,1679074418240,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1853,,,stu_GTKSO68152,,1679074444037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1854,,,stu_GTKSO68152,,1679074448116,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1855,,,stu_GTKSO68152,,1679074488620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1856,,,stu_GTKSO68152,,1679074494297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1857,,,stu_GTKSO68152,,1679074497383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1858,,,stu_GTKSO68152,,1679074500347,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1859,,,stu_GTKSO68152,,1679074501769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1860,,,stu_GTKSO68152,,1679074504337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1861,,,stu_GTKSO68152,,1679074507936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1862,,,stu_GTKSO68152,,1679074509529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1863,,,stu_GTKSO68152,,1679074512135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1864,,,stu_GTKSO68152,,1679074521601,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1865,,,stu_GTKSO68152,,1679074526134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1866,,,stu_GTKSO68152,,1679074527423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1867,,,stu_GTKSO68152,,1679074529965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1868,,,stu_GTKSO68152,,1679074529982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1869,,,stu_GTKSO68152,,1679074532470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1870,,,stu_GTKSO68152,,1679335049229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1871,,,stu_GTKSO68152,,1679335061637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1872,,,stu_GTKSO68152,,1679335065713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1873,,,stu_GTKSO68152,,1679335068344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1874,,,stu_GTKSO68152,,1679335072083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1875,,,stu_GTKSO68152,,1679335075372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1876,,,stu_GTKSO68152,,1679335078501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1877,,,stu_GTKSO68152,,1679335116580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1878,,,stu_GTKSO68152,,1679335119953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1879,,,stu_GTKSO68152,,1679335133652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1880,,,stu_GTKSO68152,,1679335137449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,PROMOTED,
-1881,,,stu_HHZPV03356,,1679666196829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1882,,,stu_HHZPV03356,,1679666209961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1883,,,stu_HHZPV03356,,1679666213003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1884,,,stu_HHZPV03356,,1679666219486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1885,,,stu_HHZPV03356,,1679666226789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1886,,,stu_HHZPV03356,,1679666231455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1887,,,stu_HHZPV03356,,1679666234155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1888,,,stu_HHZPV03356,,1679666267751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1889,,,stu_HHZPV03356,,1679666273183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1890,,,stu_HHZPV03356,,1679666277160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1891,,,stu_HHZPV03356,,1679666279582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1892,,,stu_HHZPV03356,,1679666285232,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1893,,,stu_HHZPV03356,,1679666290706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1894,,,stu_HHZPV03356,,1679666295025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1895,,,stu_HHZPV03356,,1679666298035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1896,,,stu_HHZPV03356,,1679666300370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1897,,,stu_HHZPV03356,,1679666307785,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1898,,,stu_HHZPV03356,,1679666310404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1899,,,stu_HHZPV03356,,1679666314122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1900,,,stu_HHZPV03356,,1679665718170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1901,,,stu_HHZPV03356,,1679665718326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1902,,,stu_HHZPV03356,,1679665720252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1903,,,stu_HHZPV03356,,1679665724765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1904,,,stu_HHZPV03356,,1679665728424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1905,,,stu_HHZPV03356,,1679665734907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1906,,,stu_HHZPV03356,,1679665749570,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1907,,,stu_HHZPV03356,,1679665756673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1908,,,stu_HHZPV03356,,1679665759294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1909,,,stu_HHZPV03356,,1679665763133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1910,,,stu_HHZPV03356,,1679665766390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1911,,,stu_HHZPV03356,,1679665782853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1912,,,stu_HHZPV03356,,1679665785706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1913,,,stu_HHZPV03356,,1679665791920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1914,,,stu_HHZPV03356,,1679665796176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1915,,,stu_HHZPV03356,,1679665800773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-1916,,,stu_UYRFP52614,,1679888111454,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1917,,,stu_UYRFP52614,,1679888118484,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1918,,,stu_UYRFP52614,,1679888121931,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1919,,,stu_UYRFP52614,,1679888123262,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1920,,,stu_UYRFP52614,,1679888125738,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1921,,,stu_UYRFP52614,,1679888126496,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1922,,,stu_UYRFP52614,,1679888128056,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1923,,,stu_UYRFP52614,,1679888131314,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1924,,,stu_UYRFP52614,,1679888134970,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1925,,,stu_UYRFP52614,,1679888137165,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1926,,,stu_UYRFP52614,,1679888150092,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1927,,,stu_UYRFP52614,,1679888158293,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1928,,,stu_UYRFP52614,,1679888160270,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1929,,,stu_UYRFP52614,,1679888162170,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1930,,,stu_UYRFP52614,,1679888374847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1931,,,stu_UYRFP52614,,1679888374893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1932,,,stu_UYRFP52614,,1679888376292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1933,,,stu_UYRFP52614,,1679888380314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1934,,,stu_UYRFP52614,,1679888386197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1935,,,stu_UYRFP52614,,1679888389062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1936,,,stu_UYRFP52614,,1679888393330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1937,,,stu_UYRFP52614,,1679888396832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1938,,,stu_UYRFP52614,,1679888410026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1939,,,stu_UYRFP52614,,1679888410103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1940,,,stu_UYRFP52614,,1679888412678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1941,,,stu_UYRFP52614,,1679888416946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1942,,,stu_UYRFP52614,,1679888423208,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1943,,,stu_UYRFP52614,,1679888425356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1944,,,stu_UYRFP52614,,1679888439568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1945,,,stu_UYRFP52614,,1679888442207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1946,,,stu_UYRFP52614,,1679888446876,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1947,,,stu_UYRFP52614,,1679888450872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1948,,,stu_UYRFP52614,,1679888454155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1949,,,stu_UYRFP52614,,1679888455951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1950,,,stu_UYRFP52614,,1679888464804,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1951,,,stu_UYRFP52614,,1679888474968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1952,,,stu_UYRFP52614,,1679888478428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1953,,,stu_UYRFP52614,,1679888480917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1954,,,stu_UYRFP52614,,1679666776885,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1955,,,stu_UYRFP52614,,1679666776933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1956,,,stu_UYRFP52614,,1679666780181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1957,,,stu_UYRFP52614,,1679666788555,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1958,,,stu_UYRFP52614,,1679666791446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1959,,,stu_UYRFP52614,,1679666796193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1960,,,stu_UYRFP52614,,1679666799263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1961,,,stu_UYRFP52614,,1679666802481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1962,,,stu_UYRFP52614,,1679666814556,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1963,,,stu_UYRFP52614,,1679666826580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1964,,,stu_UYRFP52614,,1679666887731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1965,,,stu_UYRFP52614,,1679666921009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1966,,,stu_UYRFP52614,,1679666925786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1967,,,stu_UYRFP52614,,1679666929198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1968,,,stu_UYRFP52614,,1679666932590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1969,,,stu_UYRFP52614,,1679666936950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1970,,,stu_UYRFP52614,,1679666939997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1971,,,stu_UYRFP52614,,1679666954403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1972,,,stu_UYRFP52614,,1679666983819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1973,,,stu_UYRFP52614,,1679666987417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1974,,,stu_UYRFP52614,,1679666990961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1975,,,stu_UYRFP52614,,1679666993849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1976,,,stu_UYRFP52614,,1679666995791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1977,,,stu_UYRFP52614,,1679666998561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1978,,,stu_UYRFP52614,,1679667003335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1979,,,stu_UYRFP52614,,1679667010233,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow2:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1980,,,stu_UYRFP52614,,1679667014861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow2:1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1981,,,stu_UYRFP52614,,1679667014924,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1982,,,stu_UYRFP52614,,1679667019403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1983,,,stu_UYRFP52614,,1679667022692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow2:1,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1984,,,stu_UYRFP52614,,1679667026139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1985,,,stu_UYRFP52614,,1679667053314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1986,,,stu_UYRFP52614,,1679667073284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1987,,,stu_UYRFP52614,,1679667082194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1988,,,stu_UYRFP52614,,1679667084940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1989,,,stu_UYRFP52614,,1679667088884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1990,,,stu_UYRFP52614,,1679667097212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1991,,,stu_UYRFP52614,,1679667318251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1992,,,stu_UYRFP52614,,1679667321043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1993,,,stu_UYRFP52614,,1679667324955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1994,,,stu_UYRFP52614,,1679667328045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1995,,,stu_UYRFP52614,,1679667337636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1996,,,stu_UYRFP52614,,1679667339680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1997,,,stu_UYRFP52614,,1679667341621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-1998,,,stu_MLNUF51435,,1674070854329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1999,,,stu_MLNUF51435,,1674070926920,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2000,,,stu_MLNUF51435,,1674070928164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2001,,,stu_MLNUF51435,,1674070929214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2002,,,stu_MLNUF51435,,1674070932348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2003,,,stu_MLNUF51435,,1674070937148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2004,,,stu_MLNUF51435,,1674071049881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2005,,,stu_MLNUF51435,,1674071052019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2006,,,stu_MLNUF51435,,1674071075670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2007,,,stu_MLNUF51435,,1674071077526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2008,,,stu_MLNUF51435,,1674071084683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2009,,,stu_MLNUF51435,,1674071102763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2010,,,stu_MLNUF51435,,1674071105744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2011,,,stu_LUEEW39319,,1681413314695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2012,,,stu_LUEEW39319,,1681413318576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2013,,,stu_LUEEW39319,,1681413322796,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2014,,,stu_LUEEW39319,,1681413329074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2015,,,stu_LUEEW39319,,1681413330420,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2016,,,stu_LUEEW39319,,1681413333798,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2017,,,stu_LUEEW39319,,1681413342678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2018,,,stu_LUEEW39319,,1681413344831,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2019,,,stu_LUEEW39319,,1681413351366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2020,,,stu_LUEEW39319,,1681413353715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2021,,,stu_LUEEW39319,,1681413355715,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2022,,,stu_LUEEW39319,,1681413358105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2023,,,stu_QGWVK00351,,1683308254060,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2024,,,stu_QGWVK00351,,1683308254075,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2025,,,stu_QGWVK00351,,1683308256432,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2026,,,stu_QGWVK00351,,1683308260906,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2027,,,stu_QGWVK00351,,1683308263533,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2028,,,stu_QGWVK00351,,1683308265718,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2029,,,stu_QGWVK00351,,1683308270310,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2030,,,stu_QGWVK00351,,1683308273539,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2031,,,stu_QGWVK00351,,1683308274950,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2032,,,stu_QGWVK00351,,1683308276564,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2033,,,stu_QGWVK00351,,1683308277322,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2034,,,stu_QGWVK00351,,1683308280673,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2035,,,stu_QGWVK00351,,1683308289187,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2036,,,stu_QGWVK00351,,1683308337717,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2037,,,stu_QGWVK00351,,1683308341620,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2038,,,stu_QGWVK00351,,1681516857397,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2039,,,stu_QGWVK00351,,1681516861369,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2040,,,stu_QGWVK00351,,1681516861369,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2041,,,stu_QGWVK00351,,1681516861369,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2042,,,stu_QGWVK00351,,1681516861369,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2043,,,stu_QGWVK00351,,1681516865973,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2044,,,stu_QGWVK00351,,1681516873894,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2045,,,stu_QGWVK00351,,1681516877477,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2046,,,stu_QGWVK00351,,1681516879300,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2047,,,stu_QGWVK00351,,1681516882436,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2048,,,stu_QGWVK00351,,1681516886399,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2049,,,stu_QGWVK00351,,1681516892675,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2050,,,stu_QGWVK00351,,1681516894800,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2051,,,stu_QGWVK00351,,1681516894800,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2052,,,stu_QGWVK00351,,1681516894800,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2053,,,stu_QGWVK00351,,1681516894800,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2054,,,stu_QGWVK00351,,1681516899364,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2055,,,stu_QGWVK00351,,1681516903909,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2056,,,stu_QGWVK00351,,1681516908243,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2057,,,stu_QGWVK00351,,1681516911087,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2058,,,stu_QGWVK00351,,1681516914486,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2059,,,stu_QGWVK00351,,1681516918638,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2060,,,stu_QGWVK00351,,1681516924978,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2061,,,stu_QGWVK00351,,1681516927371,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2062,,,stu_QGWVK00351,,1681516930792,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2063,,,stu_QGWVK00351,,1681516936219,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2064,,,stu_QGWVK00351,,1681516939811,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2065,,,stu_QGWVK00351,,1681516958580,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2066,,,stu_QGWVK00351,,1681516960367,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2067,,,stu_QGWVK00351,,1681516964210,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2068,,,stu_QGWVK00351,,1681516968181,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2069,,,stu_QGWVK00351,,1681516972828,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2070,,,stu_QGWVK00351,,1681516976150,,,,,,ratio_proportion_change3,ratio_proportion_change3-154,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2071,,,stu_QGWVK00351,,1681516992062,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2072,,,stu_QGWVK00351,,1681516995061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2073,,,stu_QGWVK00351,,1681516996731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2074,,,stu_QGWVK00351,,1681516997855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2075,,,stu_QGWVK00351,,1681516997932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2076,,,stu_QGWVK00351,,1681517001782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2077,,,stu_QGWVK00351,,1681517008922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2078,,,stu_QGWVK00351,,1681517009890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2079,,,stu_QGWVK00351,,1681517012288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2080,,,stu_QGWVK00351,,1681517012305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2081,,,stu_QGWVK00351,,1681517021524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2082,,,stu_QGWVK00351,,1681517029829,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2083,,,stu_QGWVK00351,,1681517046933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2084,,,stu_QGWVK00351,,1681517053337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2085,,,stu_QGWVK00351,,1681517057896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2086,,,stu_QGWVK00351,,1681517062651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2087,,,stu_QGWVK00351,,1681517065767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2088,,,stu_QGWVK00351,,1681517068244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2089,,,stu_QGWVK00351,,1681517082144,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2090,,,stu_QGWVK00351,,1681517086212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2091,,,stu_QGWVK00351,,1681517093176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2092,,,stu_QGWVK00351,,1681517095675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2093,,,stu_QGWVK00351,,1681517099262,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2094,,,stu_QGWVK00351,,1681517103536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2095,,,stu_QGWVK00351,,1681517108019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2096,,,stu_QGWVK00351,,1681517111284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2097,,,stu_QGWVK00351,,1681517113483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2098,,,stu_RSOYF99429,,1681417039870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2099,,,stu_RSOYF99429,,1681417050201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2100,,,stu_RSOYF99429,,1681417058605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2101,,,stu_RSOYF99429,,1681417060994,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2102,,,stu_RSOYF99429,,1681417063917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2103,,,stu_RSOYF99429,,1681417079255,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2104,,,stu_RSOYF99429,,1681417083267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2105,,,stu_RSOYF99429,,1681417088520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2106,,,stu_RSOYF99429,,1681417101457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2107,,,stu_RSOYF99429,,1681417104186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2108,,,stu_RSOYF99429,,1681417108543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2109,,,stu_RSOYF99429,,1681417114200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2110,,,stu_RSOYF99429,,1681417115815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2111,,,stu_RSOYF99429,,1681417130051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2112,,,stu_RSOYF99429,,1681417133632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2113,,,stu_RSOYF99429,,1681417138778,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2114,,,stu_RSOYF99429,,1681417140345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2115,,,stu_RSOYF99429,,1681417143709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2116,,,stu_RSOYF99429,,1681417150146,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2117,,,stu_RSOYF99429,,1681417178626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2118,,,stu_RSOYF99429,,1681417197534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2119,,,stu_RSOYF99429,,1681417234495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2120,,,stu_RSOYF99429,,1681417236917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2121,,,stu_RSOYF99429,,1681417243198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2122,,,stu_UKCIP21224,,1677448839420,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2123,,,stu_UKCIP21224,,1677448856641,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2124,,,stu_UKCIP21224,,1677448874133,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2125,,,stu_UKCIP21224,,1677448885177,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2126,,,stu_UKCIP21224,,1677448889581,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2127,,,stu_UKCIP21224,,1677448906200,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2128,,,stu_UKCIP21224,,1677448952944,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2129,,,stu_UKCIP21224,,1677448956948,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2130,,,stu_UKCIP21224,,1677448985358,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2131,,,stu_UKCIP21224,,1677448997142,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2132,,,stu_UKCIP21224,,1677449011380,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2133,,,stu_UKCIP21224,,1677449025428,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2134,,,stu_UKCIP21224,,1677449030939,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2135,,,stu_UKCIP21224,,1677449078013,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2136,,,stu_UKCIP21224,,1677449091354,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2137,,,stu_UKCIP21224,,1677449109060,,,,,,ratio_proportion_change3,ratio_proportion_change3-169,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2138,,,stu_UKCIP21224,,1677450730004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2139,,,stu_UKCIP21224,,1677450733096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2140,,,stu_UKCIP21224,,1677450740605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2141,,,stu_UKCIP21224,,1677450757084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2142,,,stu_UKCIP21224,,1677450773109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2143,,,stu_UKCIP21224,,1677450776303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2144,,,stu_UKCIP21224,,1677450818112,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2145,,,stu_UKCIP21224,,1677450830144,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2146,,,stu_UKCIP21224,,1677450855094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2147,,,stu_UKCIP21224,,1677450864980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2148,,,stu_UKCIP21224,,1677450868821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2149,,,stu_UKCIP21224,,1677450175443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2150,,,stu_UKCIP21224,,1677450189505,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2151,,,stu_UKCIP21224,,1677450239287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2152,,,stu_UKCIP21224,,1677450245795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2153,,,stu_UKCIP21224,,1677450250137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2154,,,stu_UKCIP21224,,1677450254334,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2155,,,stu_UKCIP21224,,1677450295301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2156,,,stu_UKCIP21224,,1677450301549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2157,,,stu_UKCIP21224,,1677450335214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2158,,,stu_UKCIP21224,,1677450354643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2159,,,stu_UKCIP21224,,1677450359278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2160,,,stu_TJWRV40420,,1683857716443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2161,,,stu_TJWRV40420,,1683857718483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2162,,,stu_TJWRV40420,,1683857719821,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2163,,,stu_TJWRV40420,,1683857784128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2164,,,stu_TJWRV40420,,1683857797565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2165,,,stu_TJWRV40420,,1683857802410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2166,,,stu_TJWRV40420,,1683857806720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2167,,,stu_TJWRV40420,,1683857807962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2168,,,stu_TJWRV40420,,1683857829545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2169,,,stu_TJWRV40420,,1683857844394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2170,,,stu_TJWRV40420,,1683857864138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2171,,,stu_TJWRV40420,,1683857868870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2172,,,stu_TJWRV40420,,1683857895584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2173,,,stu_TJWRV40420,,1683857926468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2174,,,stu_TJWRV40420,,1683857930181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2175,,,stu_TJWRV40420,,1683858037354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2176,,,stu_TJWRV40420,,1683858043811,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2177,,,stu_TJWRV40420,,1683858047314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2178,,,stu_TJWRV40420,,1683858049921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2179,,,stu_TJWRV40420,,1683858060586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2180,,,stu_TJWRV40420,,1683858066835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2181,,,stu_TJWRV40420,,1683858071022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2182,,,stu_TJWRV40420,,1683858075101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,GRADUATED,
-2183,,,stu_UQFFU42380,,1680720956341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2184,,,stu_UQFFU42380,,1680720956341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2185,,,stu_UQFFU42380,,1680720958084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2186,,,stu_UQFFU42380,,1680720964763,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2187,,,stu_UQFFU42380,,1680720974034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2188,,,stu_UQFFU42380,,1680720976931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2189,,,stu_UQFFU42380,,1680720979629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2190,,,stu_UQFFU42380,,1680720980953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2191,,,stu_UQFFU42380,,1680720989482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2192,,,stu_UQFFU42380,,1680720991226,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2193,,,stu_UQFFU42380,,1680720994828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2194,,,stu_UQFFU42380,,1680721004605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2195,,,stu_UQFFU42380,,1680721013460,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2196,,,stu_UQFFU42380,,1680721035759,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2197,,,stu_UQFFU42380,,1680721041891,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2198,,,stu_UQFFU42380,,1680721044495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2199,,,stu_UQFFU42380,,1680721048851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2200,,,stu_UQFFU42380,,1680721062020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2201,,,stu_UQFFU42380,,1680721066445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2202,,,stu_UQFFU42380,,1680721073180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2203,,,stu_UQFFU42380,,1680721078145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_EYINE50759,,,,,,PROMOTED,
-2204,,,stu_IMXNH42711,,1665762832879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2205,,,stu_IMXNH42711,,1665762836382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2206,,,stu_IMXNH42711,,1665762837922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2207,,,stu_IMXNH42711,,1665762839658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2208,,,stu_IMXNH42711,,1665762843672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2209,,,stu_IMXNH42711,,1665762845747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2210,,,stu_IMXNH42711,,1665762847114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2211,,,stu_IMXNH42711,,1665762848463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2212,,,stu_IMXNH42711,,1665762849422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2213,,,stu_IMXNH42711,,1665762852825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2214,,,stu_IMXNH42711,,1665762864185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2215,,,stu_IMXNH42711,,1665762867635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2216,,,stu_IMXNH42711,,1665762870061,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-2217,,,stu_HWQPH31420,,1670006400456,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2218,,,stu_HWQPH31420,,1670006400528,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2219,,,stu_HWQPH31420,,1670006402342,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2220,,,stu_HWQPH31420,,1670006432959,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2221,,,stu_HWQPH31420,,1670006438016,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2222,,,stu_HWQPH31420,,1670006439995,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2223,,,stu_HWQPH31420,,1670006441542,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2224,,,stu_HWQPH31420,,1670006448730,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2225,,,stu_HWQPH31420,,1670006460443,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2226,,,stu_HWQPH31420,,1670006462551,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2227,,,stu_HWQPH31420,,1670006463786,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2228,,,stu_HWQPH31420,,1670006467464,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2229,,,stu_HWQPH31420,,1670006472280,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,DenominatorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2230,,,stu_HWQPH31420,,1670006474001,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2231,,,stu_HWQPH31420,,1670006480371,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2232,,,stu_HWQPH31420,,1670006507084,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2233,,,stu_HWQPH31420,,1670006514025,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2234,,,stu_HWQPH31420,,1670006523789,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2235,,,stu_HWQPH31420,,1670006538327,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2236,,,stu_HWQPH31420,,1670006543246,,,,,,ratio_proportion_change3,ratio_proportion_change3-120,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2237,,,stu_HWQPH31420,,1670476144268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2238,,,stu_HWQPH31420,,1670476200907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2239,,,stu_HWQPH31420,,1670476217668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2240,,,stu_HWQPH31420,,1670476226430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2241,,,stu_HWQPH31420,,1670476235682,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2242,,,stu_HWQPH31420,,1670476235717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2243,,,stu_HWQPH31420,,1670476241391,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2244,,,stu_HWQPH31420,,1670476246422,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2245,,,stu_HWQPH31420,,1670476252309,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2246,,,stu_HWQPH31420,,1670476257482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2247,,,stu_HWQPH31420,,1670476313515,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2248,,,stu_HWQPH31420,,1670476332107,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2249,,,stu_HWQPH31420,,1670476368167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2250,,,stu_HWQPH31420,,1670476388335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2251,,,stu_HWQPH31420,,1670476396541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2252,,,stu_HWQPH31420,,1670476400057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-065,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2253,,,stu_AZSXI91837,,1681318022847,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2254,,,stu_AZSXI91837,,1681318022851,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2255,,,stu_AZSXI91837,,1681318024536,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2256,,,stu_AZSXI91837,,1681318028665,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2257,,,stu_AZSXI91837,,1681318030509,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2258,,,stu_AZSXI91837,,1681318036008,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2259,,,stu_AZSXI91837,,1681318040563,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2260,,,stu_AZSXI91837,,1681318041596,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2261,,,stu_AZSXI91837,,1681318041606,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2262,,,stu_AZSXI91837,,1681318046798,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2263,,,stu_AZSXI91837,,1681318046798,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2264,,,stu_AZSXI91837,,1681318048471,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2265,,,stu_AZSXI91837,,1681318052766,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2266,,,stu_AZSXI91837,,1681318055562,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2267,,,stu_AZSXI91837,,1681318058673,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2268,,,stu_AZSXI91837,,1681318062533,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2269,,,stu_AZSXI91837,,1681318066595,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2270,,,stu_AZSXI91837,,1681318067732,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2271,,,stu_AZSXI91837,,1681318069213,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2272,,,stu_AZSXI91837,,1681318070061,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2273,,,stu_AZSXI91837,,1681318073038,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2274,,,stu_AZSXI91837,,1681318082033,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2275,,,stu_AZSXI91837,,1681318084152,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2276,,,stu_AZSXI91837,,1681318087595,,,,,,ratio_proportion_change3,ratio_proportion_change3-047,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2277,,,stu_AZSXI91837,,1681318099339,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2278,,,stu_AZSXI91837,,1681318103806,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2279,,,stu_AZSXI91837,,1681318106040,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2280,,,stu_AZSXI91837,,1681318107364,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2281,,,stu_AZSXI91837,,1681318109080,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2282,,,stu_AZSXI91837,,1681318110629,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2283,,,stu_AZSXI91837,,1681318111553,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2284,,,stu_AZSXI91837,,1681318112307,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2285,,,stu_AZSXI91837,,1681318113733,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2286,,,stu_AZSXI91837,,1681318118289,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2287,,,stu_AZSXI91837,,1681318128341,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2288,,,stu_AZSXI91837,,1681318132282,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2289,,,stu_AZSXI91837,,1681318134585,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2290,,,stu_AZSXI91837,,1681232698669,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2291,,,stu_AZSXI91837,,1681232698692,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2292,,,stu_AZSXI91837,,1681232701053,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2293,,,stu_AZSXI91837,,1681232715591,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2294,,,stu_AZSXI91837,,1681232718717,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2295,,,stu_AZSXI91837,,1681232721202,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2296,,,stu_AZSXI91837,,1681232728230,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2297,,,stu_AZSXI91837,,1681232729969,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2298,,,stu_AZSXI91837,,1681232732658,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2299,,,stu_AZSXI91837,,1681232732674,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2300,,,stu_AZSXI91837,,1681232735189,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2301,,,stu_AZSXI91837,,1681232737164,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2302,,,stu_AZSXI91837,,1681232749407,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2303,,,stu_AZSXI91837,,1681232753324,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2304,,,stu_AZSXI91837,,1681232757450,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,DenominatorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2305,,,stu_AZSXI91837,,1681232760082,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2306,,,stu_AZSXI91837,,1681232760649,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2307,,,stu_AZSXI91837,,1681232762466,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2308,,,stu_AZSXI91837,,1681232763540,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2309,,,stu_AZSXI91837,,1681232765258,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2310,,,stu_AZSXI91837,,1681232771755,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2311,,,stu_AZSXI91837,,1681232776019,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2312,,,stu_AZSXI91837,,1681232801289,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2313,,,stu_AZSXI91837,,1681232806112,,,,,,ratio_proportion_change3,ratio_proportion_change3-176,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2314,,,stu_AZSXI91837,,1681318194670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2315,,,stu_AZSXI91837,,1681318199173,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2316,,,stu_AZSXI91837,,1681318204202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2317,,,stu_AZSXI91837,,1681318205476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2318,,,stu_AZSXI91837,,1681318207216,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2319,,,stu_AZSXI91837,,1681318208366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2320,,,stu_AZSXI91837,,1681318209157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2321,,,stu_AZSXI91837,,1681318210654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2322,,,stu_AZSXI91837,,1681318211443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2323,,,stu_AZSXI91837,,1681318214890,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2324,,,stu_AZSXI91837,,1681318223502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2325,,,stu_AZSXI91837,,1681318226455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-015,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2326,,,stu_AZSXI91837,,1681318144645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2327,,,stu_AZSXI91837,,1681318147263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2328,,,stu_AZSXI91837,,1681318150499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2329,,,stu_AZSXI91837,,1681318153286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2330,,,stu_AZSXI91837,,1681318156233,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2331,,,stu_AZSXI91837,,1681318157979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2332,,,stu_AZSXI91837,,1681318159027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2333,,,stu_AZSXI91837,,1681318160053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2334,,,stu_AZSXI91837,,1681318162300,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2335,,,stu_AZSXI91837,,1681318162958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2336,,,stu_AZSXI91837,,1681318165836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2337,,,stu_AZSXI91837,,1681318171041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2338,,,stu_AZSXI91837,,1681318181735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2339,,,stu_AZSXI91837,,1681318183465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2340,,,stu_AZSXI91837,,1681318185326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2341,,,stu_AZSXI91837,,1681232643643,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2342,,,stu_AZSXI91837,,1681232651096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2343,,,stu_AZSXI91837,,1681232654698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2344,,,stu_AZSXI91837,,1681232655398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2345,,,stu_AZSXI91837,,1681232658122,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2346,,,stu_AZSXI91837,,1681232661762,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2347,,,stu_AZSXI91837,,1681232663000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2348,,,stu_AZSXI91837,,1681232664948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2349,,,stu_AZSXI91837,,1681232665868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2350,,,stu_AZSXI91837,,1681232671810,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2351,,,stu_AZSXI91837,,1681232680398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2352,,,stu_AZSXI91837,,1681232685361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2353,,,stu_AZSXI91837,,1681232688747,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-2354,,,stu_FQWBO02989,,1680108724649,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2355,,,stu_FQWBO02989,,1680108727530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2356,,,stu_FQWBO02989,,1680108732051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2357,,,stu_FQWBO02989,,1680108737486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2358,,,stu_FQWBO02989,,1680108740117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2359,,,stu_FQWBO02989,,1680108742428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2360,,,stu_FQWBO02989,,1680108753257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2361,,,stu_FQWBO02989,,1680108761668,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2362,,,stu_FQWBO02989,,1680108764381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2363,,,stu_FQWBO02989,,1680108766335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2364,,,stu_FQWBO02989,,1680108779969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2365,,,stu_FQWBO02989,,1680108783982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2366,,,stu_FQWBO02989,,1680108786910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2367,,,stu_FUJVY34118,,1682910480475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2368,,,stu_FUJVY34118,,1682910485895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2369,,,stu_FUJVY34118,,1682910490034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2370,,,stu_FUJVY34118,,1682910498081,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2371,,,stu_FUJVY34118,,1682910520328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2372,,,stu_FUJVY34118,,1682910522966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2373,,,stu_FUJVY34118,,1682910530070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2374,,,stu_FUJVY34118,,1682910533069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2375,,,stu_FUJVY34118,,1682910535428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2376,,,stu_FUJVY34118,,1682910537977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2377,,,stu_FUJVY34118,,1682910541321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2378,,,stu_FUJVY34118,,1682910542969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2379,,,stu_FUJVY34118,,1682910552396,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2380,,,stu_FUJVY34118,,1682910568805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2381,,,stu_FUJVY34118,,1682910573613,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2382,,,stu_FUJVY34118,,1682910578307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-074,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2383,,,stu_UHVOE21453,,1684463911485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2384,,,stu_UHVOE21453,,1684463914209,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2385,,,stu_UHVOE21453,,1684463917455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2386,,,stu_UHVOE21453,,1684463918521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2387,,,stu_UHVOE21453,,1684463920637,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2388,,,stu_UHVOE21453,,1684463932806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2389,,,stu_UHVOE21453,,1684463935128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2390,,,stu_UHVOE21453,,1684463941961,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2391,,,stu_UHVOE21453,,1684463944178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2392,,,stu_UHVOE21453,,1684463950443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2393,,,stu_UHVOE21453,,1684463951862,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2394,,,stu_UHVOE21453,,1684463954096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2395,,,stu_UHVOE21453,,1684463955423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2396,,,stu_UHVOE21453,,1684463958589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2397,,,stu_UHVOE21453,,1684463974308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2398,,,stu_UHVOE21453,,1684463981954,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2399,,,stu_UHVOE21453,,1684463984697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2400,,,stu_NOCEY39201,,1678299268918,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2401,,,stu_NOCEY39201,,1678299277351,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2402,,,stu_NOCEY39201,,1678299279461,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2403,,,stu_NOCEY39201,,1678299281580,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2404,,,stu_NOCEY39201,,1678299283524,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2405,,,stu_NOCEY39201,,1678299289483,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2406,,,stu_NOCEY39201,,1678299290973,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2407,,,stu_NOCEY39201,,1678299290978,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2408,,,stu_NOCEY39201,,1678299292237,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2409,,,stu_NOCEY39201,,1678299295771,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2410,,,stu_NOCEY39201,,1678299297584,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2411,,,stu_NOCEY39201,,1678299299988,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2412,,,stu_NOCEY39201,,1678299300707,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2413,,,stu_NOCEY39201,,1678299316548,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2414,,,stu_NOCEY39201,,1678299319382,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2415,,,stu_NOCEY39201,,1678299326633,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2416,,,stu_NOCEY39201,,1678299330162,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2417,,,stu_NOCEY39201,,1678299331454,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2418,,,stu_NOCEY39201,,1678299334774,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2419,,,stu_NOCEY39201,,1678299336727,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2420,,,stu_NOCEY39201,,1678299341583,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2421,,,stu_NOCEY39201,,1678299345504,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2422,,,stu_NOCEY39201,,1678299348972,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2423,,,stu_NOCEY39201,,1678299360296,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2424,,,stu_NOCEY39201,,1678299361991,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2425,,,stu_NOCEY39201,,1678299364204,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2426,,,stu_NOCEY39201,,1678299367661,,,,,,ratio_proportion_change3,ratio_proportion_change3-074,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2427,,,stu_NOCEY39201,,1679333540106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2428,,,stu_NOCEY39201,,1679333542945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2429,,,stu_NOCEY39201,,1679333546481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2430,,,stu_NOCEY39201,,1679333549774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2431,,,stu_NOCEY39201,,1679333552345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2432,,,stu_NOCEY39201,,1679333554282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2433,,,stu_NOCEY39201,,1679333555224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2434,,,stu_NOCEY39201,,1679333581567,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2435,,,stu_NOCEY39201,,1679333581926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2436,,,stu_NOCEY39201,,1679333587881,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2437,,,stu_NOCEY39201,,1679333588353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,4,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2438,,,stu_NOCEY39201,,1679333590041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,5,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2439,,,stu_NOCEY39201,,1679333590478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,6,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2440,,,stu_NOCEY39201,,1679333614965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,7,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2441,,,stu_NOCEY39201,,1679333616571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,8,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2442,,,stu_NOCEY39201,,1679333622735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,9,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2443,,,stu_NOCEY39201,,1679333637417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,NumeratorFactor,10,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2444,,,stu_NOCEY39201,,1679333640235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2445,,,stu_NOCEY39201,,1679333653123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2446,,,stu_NOCEY39201,,1679333659727,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2447,,,stu_NOCEY39201,,1679333667953,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2448,,,stu_NOCEY39201,,1679333669256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2449,,,stu_NOCEY39201,,1679333670211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2450,,,stu_NOCEY39201,,1679333673764,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2451,,,stu_NOCEY39201,,1679333679942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2452,,,stu_NOCEY39201,,1679333685448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2453,,,stu_NOCEY39201,,1679333689532,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2454,,,stu_NOCEY39201,,1679333694297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2455,,,stu_NOCEY39201,,1679333696411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2456,,,stu_NOCEY39201,,1679333703428,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2457,,,stu_NOCEY39201,,1679333709526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2458,,,stu_NOCEY39201,,1679333713699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2459,,,stu_NOCEY39201,,1679333716440,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2460,,,stu_NOCEY39201,,1679333718977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2461,,,stu_NOCEY39201,,1679333720752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-007,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,PROMOTED,
-2462,,,stu_DXQOU02713,,1676505348230,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2463,,,stu_DXQOU02713,,1676505352210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2464,,,stu_DXQOU02713,,1676505356521,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2465,,,stu_DXQOU02713,,1676505362137,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2466,,,stu_DXQOU02713,,1676505373200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2467,,,stu_DXQOU02713,,1676505374054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2468,,,stu_DXQOU02713,,1676505379365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2469,,,stu_DXQOU02713,,1676505385732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2470,,,stu_DXQOU02713,,1676505387453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2471,,,stu_DXQOU02713,,1676505390952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2472,,,stu_DXQOU02713,,1676505396866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2473,,,stu_DXQOU02713,,1676505401148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2474,,,stu_DXQOU02713,,1676505404260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2475,,,stu_DXQOU02713,,1676505405583,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2476,,,stu_DXQOU02713,,1676505409210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2477,,,stu_DXQOU02713,,1676505410779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2478,,,stu_DXQOU02713,,1676505422460,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2479,,,stu_DXQOU02713,,1676505426758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2480,,,stu_DXQOU02713,,1676505431086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow2:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2481,,,stu_DXQOU02713,,1676505435310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow2:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2482,,,stu_DXQOU02713,,1676505437577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2483,,,stu_DXQOU02713,,1676505439360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2484,,,stu_DXQOU02713,,1676505450197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2485,,,stu_DXQOU02713,,1676505462935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2486,,,stu_DXQOU02713,,1676505481357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2487,,,stu_DXQOU02713,,1676505485772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2488,,,stu_DXQOU02713,,1676505487795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2489,,,stu_DXQOU02713,,1676505490054,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2490,,,stu_DXQOU02713,,1676505495407,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2491,,,stu_DXQOU02713,,1676505498403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2492,,,stu_DXQOU02713,,1676505499898,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2493,,,stu_DXQOU02713,,1676418402730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2494,,,stu_DXQOU02713,,1676418402779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2495,,,stu_DXQOU02713,,1676418404547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2496,,,stu_DXQOU02713,,1676418411317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2497,,,stu_DXQOU02713,,1676418419868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2498,,,stu_DXQOU02713,,1676418421877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2499,,,stu_DXQOU02713,,1676418424549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2500,,,stu_DXQOU02713,,1676418425819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2501,,,stu_DXQOU02713,,1676418431395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2502,,,stu_DXQOU02713,,1676418432950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2503,,,stu_DXQOU02713,,1676418438793,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2504,,,stu_DXQOU02713,,1676418447571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2505,,,stu_DXQOU02713,,1676418454681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2506,,,stu_DXQOU02713,,1676418480731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2507,,,stu_DXQOU02713,,1676418487252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2508,,,stu_DXQOU02713,,1676418488896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2509,,,stu_DXQOU02713,,1676418493336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2510,,,stu_DXQOU02713,,1676418496979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2511,,,stu_DXQOU02713,,1676418528873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2512,,,stu_DXQOU02713,,1676418532082,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2513,,,stu_DXQOU02713,,1676418534605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow2:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2514,,,stu_DXQOU02713,,1676418538515,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2515,,,stu_DXQOU02713,,1676418542219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2516,,,stu_DXQOU02713,,1676418547554,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2517,,,stu_DXQOU02713,,1676418550492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2518,,,stu_DXQOU02713,,1676418553766,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2519,,,stu_DXQOU02713,,1676418556719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2520,,,stu_DXQOU02713,,1676418572664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2521,,,stu_DXQOU02713,,1676418588325,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2522,,,stu_DXQOU02713,,1676418612983,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2523,,,stu_DXQOU02713,,1676418616565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2524,,,stu_DXQOU02713,,1676418620737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2525,,,stu_KTSBC82903,,1676765445319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2526,,,stu_KTSBC82903,,1676765445342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2527,,,stu_KTSBC82903,,1676765450324,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2528,,,stu_KTSBC82903,,1676765467221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2529,,,stu_KTSBC82903,,1676765474850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2530,,,stu_KTSBC82903,,1676765477646,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2531,,,stu_KTSBC82903,,1676765480779,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2532,,,stu_KTSBC82903,,1676765486591,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2533,,,stu_KTSBC82903,,1676765489177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2534,,,stu_KTSBC82903,,1676765491806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2535,,,stu_KTSBC82903,,1676765493588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2536,,,stu_KTSBC82903,,1676765499089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2537,,,stu_KTSBC82903,,1676765511106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2538,,,stu_KTSBC82903,,1676765521360,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2539,,,stu_KTSBC82903,,1676765526296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-2540,,,stu_DCXSU94356,,1665779074622,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2541,,,stu_DCXSU94356,,1665779077460,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2542,,,stu_DCXSU94356,,1665779116539,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2543,,,stu_DCXSU94356,,1665779122757,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2544,,,stu_DCXSU94356,,1665779123739,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2545,,,stu_DCXSU94356,,1665779134116,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2546,,,stu_DCXSU94356,,1665779136490,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2547,,,stu_DCXSU94356,,1665779138987,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2548,,,stu_DCXSU94356,,1665779158134,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2549,,,stu_DCXSU94356,,1665779162943,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2550,,,stu_DCXSU94356,,1665779174458,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2551,,,stu_DCXSU94356,,1665779178909,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2552,,,stu_DCXSU94356,,1665779181521,,,,,,ratio_proportion_change3,ratio_proportion_change3-102,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2553,,,stu_BRFXF12177,,1680289327408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2554,,,stu_BRFXF12177,,1680289327411,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2555,,,stu_BRFXF12177,,1680289329616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2556,,,stu_BRFXF12177,,1680289333620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2557,,,stu_BRFXF12177,,1680289336979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2558,,,stu_BRFXF12177,,1680289339784,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2559,,,stu_BRFXF12177,,1680289341160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2560,,,stu_BRFXF12177,,1680289343423,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2561,,,stu_BRFXF12177,,1680289345743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2562,,,stu_BRFXF12177,,1680289346648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2563,,,stu_BRFXF12177,,1680289347354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2564,,,stu_BRFXF12177,,1680289350142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2565,,,stu_BRFXF12177,,1680289350688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2566,,,stu_BRFXF12177,,1680289355058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2567,,,stu_BRFXF12177,,1680289388237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2568,,,stu_BRFXF12177,,1680289391235,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2569,,,stu_BRFXF12177,,1680289394560,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2570,,,stu_NSTAM16508,,1677170325407,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2571,,,stu_NSTAM16508,,1677170330709,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2572,,,stu_NSTAM16508,,1677170335385,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2573,,,stu_NSTAM16508,,1677170337321,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2574,,,stu_NSTAM16508,,1677170347370,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2575,,,stu_NSTAM16508,,1677170352539,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2576,,,stu_NSTAM16508,,1677170355128,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2577,,,stu_NSTAM16508,,1677170369373,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2578,,,stu_NSTAM16508,,1677170377548,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2579,,,stu_NSTAM16508,,1677170423883,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2580,,,stu_NSTAM16508,,1677170439058,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2581,,,stu_NSTAM16508,,1677170450458,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2582,,,stu_NSTAM16508,,1677170456570,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2583,,,stu_NSTAM16508,,1677170480526,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2584,,,stu_NSTAM16508,,1677170486566,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2585,,,stu_NSTAM16508,,1677170490793,,,,,,ratio_proportion_change3,ratio_proportion_change3-113,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-2586,,,stu_YCBKL84342,,1666969720849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2587,,,stu_YCBKL84342,,1666969736210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2588,,,stu_YCBKL84342,,1666969738573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2589,,,stu_YCBKL84342,,1666969743105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2590,,,stu_YCBKL84342,,1666969745524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2591,,,stu_YCBKL84342,,1666969767225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2592,,,stu_YCBKL84342,,1666969770100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2593,,,stu_YCBKL84342,,1666969772142,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2594,,,stu_YCBKL84342,,1666969777211,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2595,,,stu_YCBKL84342,,1666969786714,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2596,,,stu_YCBKL84342,,1666969788365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2597,,,stu_YCBKL84342,,1666969791913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2598,,,stu_YCBKL84342,,1666969804345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2599,,,stu_YCBKL84342,,1666969805297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2600,,,stu_YCBKL84342,,1666969809725,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2601,,,stu_YCBKL84342,,1666969812355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2602,,,stu_YCBKL84342,,1666969953087,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2603,,,stu_YCBKL84342,,1666969953096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2604,,,stu_YCBKL84342,,1666969956523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2605,,,stu_YCBKL84342,,1666969962674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2606,,,stu_YCBKL84342,,1666969967720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2607,,,stu_YCBKL84342,,1666969972855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2608,,,stu_YCBKL84342,,1666969975936,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2609,,,stu_YCBKL84342,,1666969989708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2610,,,stu_YCBKL84342,,1666969991950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2611,,,stu_YCBKL84342,,1666970019531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2612,,,stu_YCBKL84342,,1666970029257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2613,,,stu_YCBKL84342,,1666970046405,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2614,,,stu_YCBKL84342,,1666970052003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2615,,,stu_YCBKL84342,,1666970053015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2616,,,stu_YCBKL84342,,1666970058431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2617,,,stu_YCBKL84342,,1666970068721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2618,,,stu_YCBKL84342,,1666970072093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2619,,,stu_YCBKL84342,,1666970073289,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2620,,,stu_YCBKL84342,,1666970077412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2621,,,stu_YCBKL84342,,1666970123748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2622,,,stu_YCBKL84342,,1666970126177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2623,,,stu_YCBKL84342,,1666970130046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,PROMOTED,
-2624,,,stu_EOBPE80160,,1667687217120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2625,,,stu_EOBPE80160,,1667687217295,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2626,,,stu_EOBPE80160,,1667687219221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2627,,,stu_EOBPE80160,,1667687222911,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2628,,,stu_EOBPE80160,,1667687224871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2629,,,stu_EOBPE80160,,1667687228539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2630,,,stu_EOBPE80160,,1667687230562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2631,,,stu_EOBPE80160,,1667687235500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2632,,,stu_EOBPE80160,,1667687235651,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2633,,,stu_EOBPE80160,,1667687239753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2634,,,stu_EOBPE80160,,1667687244832,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2635,,,stu_EOBPE80160,,1667687253633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2636,,,stu_EOBPE80160,,1667687255279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2637,,,stu_EOBPE80160,,1667687257072,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2638,,,stu_EOBPE80160,,1667687260970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2639,,,stu_EOBPE80160,,1667687263647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2640,,,stu_EOBPE80160,,1667687266066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2641,,,stu_EOBPE80160,,1667687277962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2642,,,stu_EOBPE80160,,1667687280992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2643,,,stu_EOBPE80160,,1667687292619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2644,,,stu_EOBPE80160,,1667687294769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2645,,,stu_EOBPE80160,,1667687296964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2646,,,stu_EOBPE80160,,1667687299532,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2647,,,stu_EOBPE80160,,1667687301394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2648,,,stu_EOBPE80160,,1667687304033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2649,,,stu_EOBPE80160,,1667687305226,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2650,,,stu_EOBPE80160,,1667687310282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2651,,,stu_EOBPE80160,,1667687321735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2652,,,stu_EOBPE80160,,1667687323808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2653,,,stu_EOBPE80160,,1667687326293,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-052,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2654,,,stu_EOBPE80160,,1667686650207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2655,,,stu_EOBPE80160,,1667686652407,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2656,,,stu_EOBPE80160,,1667686655550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2657,,,stu_EOBPE80160,,1667686657565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2658,,,stu_EOBPE80160,,1667686660111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2659,,,stu_EOBPE80160,,1667686672116,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2660,,,stu_EOBPE80160,,1667686679675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2661,,,stu_EOBPE80160,,1667686683577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2662,,,stu_EOBPE80160,,1667686713448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2663,,,stu_EOBPE80160,,1667686730518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2664,,,stu_EOBPE80160,,1667686733032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2665,,,stu_EOBPE80160,,1667686733972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2666,,,stu_EOBPE80160,,1667686737458,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2667,,,stu_EOBPE80160,,1667686738364,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2668,,,stu_EOBPE80160,,1667686744195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2669,,,stu_EOBPE80160,,1667686745539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2670,,,stu_EOBPE80160,,1667686763351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2671,,,stu_EOBPE80160,,1667686764253,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2672,,,stu_EOBPE80160,,1667686768741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2673,,,stu_FAMON54941,,1667231356436,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2674,,,stu_FAMON54941,,1667231362073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2675,,,stu_FAMON54941,,1667231364453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2676,,,stu_FAMON54941,,1667231371938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2677,,,stu_FAMON54941,,1667231380648,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2678,,,stu_FAMON54941,,1667231471886,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2679,,,stu_FAMON54941,,1667231473879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2680,,,stu_FAMON54941,,1667231500180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2681,,,stu_FAMON54941,,1667231511484,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2682,,,stu_FAMON54941,,1667231513652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2683,,,stu_FAMON54941,,1667231522518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2684,,,stu_FAMON54941,,1667231526194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2685,,,stu_HFRCP19685,,1668724884575,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2686,,,stu_HFRCP19685,,1668724895880,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2687,,,stu_HFRCP19685,,1668724899349,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2688,,,stu_HFRCP19685,,1668724902314,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2689,,,stu_HFRCP19685,,1668724905332,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2690,,,stu_HFRCP19685,,1668724917075,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2691,,,stu_HFRCP19685,,1668724920639,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2692,,,stu_HFRCP19685,,1668724920656,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2693,,,stu_HFRCP19685,,1668724925263,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2694,,,stu_HFRCP19685,,1668724937436,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2695,,,stu_HFRCP19685,,1668724940326,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2696,,,stu_HFRCP19685,,1668724943226,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2697,,,stu_HFRCP19685,,1668724947355,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2698,,,stu_HFRCP19685,,1668724950826,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2699,,,stu_HFRCP19685,,1668724967603,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2700,,,stu_HFRCP19685,,1668724989737,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2701,,,stu_HFRCP19685,,1668724991872,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2702,,,stu_HFRCP19685,,1668724995771,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2703,,,stu_HFRCP19685,,1668724999834,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2704,,,stu_HFRCP19685,,1668725001905,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2705,,,stu_HFRCP19685,,1668725003198,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2706,,,stu_HFRCP19685,,1668725004658,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2707,,,stu_HFRCP19685,,1668725008816,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2708,,,stu_HFRCP19685,,1668725034539,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2709,,,stu_HFRCP19685,,1668725037934,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2710,,,stu_HFRCP19685,,1668725044288,,,,,,ratio_proportion_change3,ratio_proportion_change3-095,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2711,,,stu_HFRCP19685,,1668810001081,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2712,,,stu_HFRCP19685,,1668810010352,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2713,,,stu_HFRCP19685,,1668810029835,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2714,,,stu_HFRCP19685,,1668810035444,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2715,,,stu_HFRCP19685,,1668810049492,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2716,,,stu_HFRCP19685,,1668810052583,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2717,,,stu_HFRCP19685,,1668810054873,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2718,,,stu_HFRCP19685,,1668810061204,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2719,,,stu_HFRCP19685,,1668810066978,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,FirstRow1:1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2720,,,stu_HFRCP19685,,1668810070612,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2721,,,stu_HFRCP19685,,1668810075069,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2722,,,stu_HFRCP19685,,1668810076108,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2723,,,stu_HFRCP19685,,1668810079574,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2724,,,stu_HFRCP19685,,1668810117888,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2725,,,stu_HFRCP19685,,1668810119934,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2726,,,stu_HFRCP19685,,1668810124299,,,,,,ratio_proportion_change3,ratio_proportion_change3-172,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-2727,,,stu_HJNRF49374,,1669140977145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2728,,,stu_HJNRF49374,,1669140977210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2729,,,stu_HJNRF49374,,1669140978590,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2730,,,stu_HJNRF49374,,1669140985690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2731,,,stu_HJNRF49374,,1669140988621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2732,,,stu_HJNRF49374,,1669140990477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2733,,,stu_HJNRF49374,,1669140993005,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2734,,,stu_HJNRF49374,,1669140994624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2735,,,stu_HJNRF49374,,1669140998656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2736,,,stu_HJNRF49374,,1669141049371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2737,,,stu_HJNRF49374,,1669141051735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2738,,,stu_HJNRF49374,,1669141059884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2739,,,stu_HJNRF49374,,1669141062068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2740,,,stu_HJNRF49374,,1669141065464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2741,,,stu_HJNRF49374,,1669141070025,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2742,,,stu_HJNRF49374,,1669141074385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2743,,,stu_HJNRF49374,,1669141076742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2744,,,stu_HJNRF49374,,1669141080771,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2745,,,stu_HJNRF49374,,1669141117593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2746,,,stu_HJNRF49374,,1669141118547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2747,,,stu_HJNRF49374,,1669141120981,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-2748,,,stu_GCJTD47374,,1681748227904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2749,,,stu_GCJTD47374,,1681748232466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2750,,,stu_GCJTD47374,,1681748235280,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2751,,,stu_GCJTD47374,,1681748237465,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2752,,,stu_GCJTD47374,,1681748239291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2753,,,stu_GCJTD47374,,1681748241826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2754,,,stu_GCJTD47374,,1681748243588,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2755,,,stu_GCJTD47374,,1681748245292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2756,,,stu_GCJTD47374,,1681748246377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2757,,,stu_GCJTD47374,,1681748254352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2758,,,stu_GCJTD47374,,1681748279109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2759,,,stu_GCJTD47374,,1681748292407,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2760,,,stu_GCJTD47374,,1681748296084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-098,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2761,,,stu_LGZZW03088,,1683563824474,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2762,,,stu_LGZZW03088,,1683563832986,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2763,,,stu_LGZZW03088,,1683563837662,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2764,,,stu_LGZZW03088,,1683563840280,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2765,,,stu_LGZZW03088,,1683563843613,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2766,,,stu_LGZZW03088,,1683563868510,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2767,,,stu_LGZZW03088,,1683563871445,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2768,,,stu_LGZZW03088,,1683563892153,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2769,,,stu_LGZZW03088,,1683563896369,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2770,,,stu_LGZZW03088,,1683563899895,,,,,,ratio_proportion_change3,ratio_proportion_change3-088,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-2771,,,stu_GHFYA99600,,1682441951710,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2772,,,stu_GHFYA99600,,1682441953959,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2773,,,stu_GHFYA99600,,1682441960013,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2774,,,stu_GHFYA99600,,1682441967951,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2775,,,stu_GHFYA99600,,1682441971314,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2776,,,stu_GHFYA99600,,1682441973710,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2777,,,stu_GHFYA99600,,1682441978958,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2778,,,stu_GHFYA99600,,1682441989697,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2779,,,stu_GHFYA99600,,1682441992036,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2780,,,stu_GHFYA99600,,1682441994115,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2781,,,stu_GHFYA99600,,1682441997275,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2782,,,stu_GHFYA99600,,1682442006732,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2783,,,stu_GHFYA99600,,1682442009692,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2784,,,stu_GHFYA99600,,1682442012813,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2785,,,stu_GHFYA99600,,1682442018904,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,DenominatorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2786,,,stu_GHFYA99600,,1682442022772,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2787,,,stu_GHFYA99600,,1682442034118,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2788,,,stu_GHFYA99600,,1682442038673,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2789,,,stu_GHFYA99600,,1682442041183,,,,,,ratio_proportion_change3,ratio_proportion_change3-098,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2790,,,stu_GHFYA99600,,1682441824432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2791,,,stu_GHFYA99600,,1682441833264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2792,,,stu_GHFYA99600,,1682441852280,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2793,,,stu_GHFYA99600,,1682441854290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2794,,,stu_GHFYA99600,,1682441857168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2795,,,stu_GHFYA99600,,1682441861316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2796,,,stu_GHFYA99600,,1682441866063,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2797,,,stu_GHFYA99600,,1682441867984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2798,,,stu_GHFYA99600,,1682441871237,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2799,,,stu_GHFYA99600,,1682441876282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2800,,,stu_GHFYA99600,,1682441893243,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2801,,,stu_GHFYA99600,,1682441894576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2802,,,stu_GHFYA99600,,1682441914119,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2803,,,stu_GHFYA99600,,1682441916627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2804,,,stu_GHFYA99600,,1682441918669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2805,,,stu_GHFYA99600,,1682441922052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2806,,,stu_GHFYA99600,,1682441925952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2807,,,stu_GHFYA99600,,1682441933175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2808,,,stu_GHFYA99600,,1682441937172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-011,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2809,,,stu_GHFYA99600,,1682527747454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2810,,,stu_GHFYA99600,,1682527753317,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2811,,,stu_GHFYA99600,,1682527754908,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2812,,,stu_GHFYA99600,,1682527756450,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2813,,,stu_GHFYA99600,,1682527758321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2814,,,stu_GHFYA99600,,1682527765099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2815,,,stu_GHFYA99600,,1682527773075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2816,,,stu_GHFYA99600,,1682527784966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2817,,,stu_GHFYA99600,,1682527787846,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2818,,,stu_GHFYA99600,,1682527795891,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2819,,,stu_GHFYA99600,,1682527799580,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2820,,,stu_GHFYA99600,,1682527801530,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2821,,,stu_PCQIV61477,,1683896702118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2822,,,stu_PCQIV61477,,1683896705516,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2823,,,stu_PCQIV61477,,1683896712868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2824,,,stu_PCQIV61477,,1683896730091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2825,,,stu_PCQIV61477,,1683896733034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2826,,,stu_PCQIV61477,,1683896925051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2827,,,stu_PCQIV61477,,1683896959777,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2828,,,stu_PCQIV61477,,1683896978486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2829,,,stu_PCQIV61477,,1683896983084,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2830,,,stu_PCQIV61477,,1683897040611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2831,,,stu_PCQIV61477,,1683897042659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2832,,,stu_PCQIV61477,,1683897046141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2833,,,stu_PCQIV61477,,1683897064457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2834,,,stu_PCQIV61477,,1683897071000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2835,,,stu_PCQIV61477,,1683897108015,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2836,,,stu_PCQIV61477,,1683897138672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2837,,,stu_PCQIV61477,,1683897144559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2838,,,stu_PCQIV61477,,1683897146586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2839,,,stu_PCQIV61477,,1683897149104,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2840,,,stu_PCQIV61477,,1683897151938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2841,,,stu_PCQIV61477,,1683897210561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2842,,,stu_PCQIV61477,,1683897241437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2843,,,stu_PCQIV61477,,1683897244586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2844,,,stu_PCQIV61477,,1683897247751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2845,,,stu_PCQIV61477,,1683897249535,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2846,,,stu_PCQIV61477,,1683897252697,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-013,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2847,,,stu_PCQIV61477,,1684158196698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2848,,,stu_PCQIV61477,,1684158196733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2849,,,stu_PCQIV61477,,1684158200272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2850,,,stu_PCQIV61477,,1684158205963,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2851,,,stu_PCQIV61477,,1684158213088,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2852,,,stu_PCQIV61477,,1684158219439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2853,,,stu_PCQIV61477,,1684158233196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2854,,,stu_PCQIV61477,,1684158233200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2855,,,stu_PCQIV61477,,1684158237533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2856,,,stu_PCQIV61477,,1684158241456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2857,,,stu_PCQIV61477,,1684158268957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2858,,,stu_PCQIV61477,,1684158274509,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2859,,,stu_PCQIV61477,,1684158281593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2860,,,stu_PCQIV61477,,1684158286368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2861,,,stu_PCQIV61477,,1684158286369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2862,,,stu_PCQIV61477,,1684158294703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2863,,,stu_PCQIV61477,,1684158296672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2864,,,stu_PCQIV61477,,1684158299044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2865,,,stu_PCQIV61477,,1684158301006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2866,,,stu_PCQIV61477,,1684158304408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2867,,,stu_PCQIV61477,,1684158306250,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2868,,,stu_PCQIV61477,,1684158330344,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2869,,,stu_PCQIV61477,,1684158333476,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2870,,,stu_PCQIV61477,,1684158335744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2871,,,stu_PCQIV61477,,1684158343748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2872,,,stu_PCQIV61477,,1684158383221,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2873,,,stu_PCQIV61477,,1684158390443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2874,,,stu_PCQIV61477,,1684158412621,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2875,,,stu_PCQIV61477,,1684158414352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2876,,,stu_PCQIV61477,,1684158424420,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2877,,,stu_PCQIV61477,,1684158429456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-2878,,,stu_HHUVP76723,,1684501706546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2879,,,stu_HHUVP76723,,1684501706606,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2880,,,stu_HHUVP76723,,1684501709807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2881,,,stu_HHUVP76723,,1684501712984,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2882,,,stu_HHUVP76723,,1684501716215,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2883,,,stu_HHUVP76723,,1684501719802,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2884,,,stu_HHUVP76723,,1684501725662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2885,,,stu_HHUVP76723,,1684501725675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2886,,,stu_HHUVP76723,,1684501728524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2887,,,stu_HHUVP76723,,1684501735371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2888,,,stu_HHUVP76723,,1684501739929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2889,,,stu_HHUVP76723,,1684501739938,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2890,,,stu_HHUVP76723,,1684501742261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2891,,,stu_HHUVP76723,,1684501745850,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2892,,,stu_HHUVP76723,,1684501753175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,5,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2893,,,stu_HHUVP76723,,1684501755598,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2894,,,stu_HHUVP76723,,1684501759674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2895,,,stu_HHUVP76723,,1684501765322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2896,,,stu_HHUVP76723,,1684501768129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2897,,,stu_HHUVP76723,,1684501773633,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2898,,,stu_HHUVP76723,,1684501779101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2899,,,stu_HHUVP76723,,1684501795828,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2900,,,stu_HHUVP76723,,1684501807047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2901,,,stu_HHUVP76723,,1684501811294,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2902,,,stu_HHUVP76723,,1684501813669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-2903,,,stu_TYIKL64122,,1683827249401,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2904,,,stu_TYIKL64122,,1683827252044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2905,,,stu_TYIKL64122,,1683827254814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2906,,,stu_TYIKL64122,,1683827256480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2907,,,stu_TYIKL64122,,1683827258760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2908,,,stu_TYIKL64122,,1683827261662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2909,,,stu_TYIKL64122,,1683827262464,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2910,,,stu_TYIKL64122,,1683827264202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2911,,,stu_TYIKL64122,,1683827265808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2912,,,stu_TYIKL64122,,1683827273486,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2913,,,stu_TYIKL64122,,1683827284805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2914,,,stu_TYIKL64122,,1683827285656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2915,,,stu_TYIKL64122,,1683827291576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-2916,,,stu_JUDSQ88824,,1670813011320,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2917,,,stu_JUDSQ88824,,1670813020156,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2918,,,stu_JUDSQ88824,,1670813026213,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2919,,,stu_JUDSQ88824,,1670813031165,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2920,,,stu_JUDSQ88824,,1670813033313,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2921,,,stu_JUDSQ88824,,1670813035968,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2922,,,stu_JUDSQ88824,,1670813047006,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2923,,,stu_JUDSQ88824,,1670813051325,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2924,,,stu_JUDSQ88824,,1670813052989,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2925,,,stu_JUDSQ88824,,1670813056444,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2926,,,stu_JUDSQ88824,,1670813062888,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2927,,,stu_JUDSQ88824,,1670813080122,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2928,,,stu_JUDSQ88824,,1670813082957,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2929,,,stu_JUDSQ88824,,1670813085102,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2930,,,stu_JUDSQ88824,,1670813088402,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2931,,,stu_JUDSQ88824,,1670813093018,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2932,,,stu_JUDSQ88824,,1670813097593,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2933,,,stu_JUDSQ88824,,1670813100813,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2934,,,stu_JUDSQ88824,,1670813106707,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2935,,,stu_JUDSQ88824,,1670813110793,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2936,,,stu_JUDSQ88824,,1670813114953,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2937,,,stu_JUDSQ88824,,1670813121496,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2938,,,stu_JUDSQ88824,,1670813125458,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2939,,,stu_JUDSQ88824,,1670813132156,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2940,,,stu_JUDSQ88824,,1670813151941,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2941,,,stu_JUDSQ88824,,1670813162313,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2942,,,stu_JUDSQ88824,,1670813164711,,,,,,ratio_proportion_change3,ratio_proportion_change3-112,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2943,,,stu_JUDSQ88824,,1670812649817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2944,,,stu_JUDSQ88824,,1670812649955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2945,,,stu_JUDSQ88824,,1670812652001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2946,,,stu_JUDSQ88824,,1670812661468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2947,,,stu_JUDSQ88824,,1670812666272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2948,,,stu_JUDSQ88824,,1670812681589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2949,,,stu_JUDSQ88824,,1670812683132,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2950,,,stu_JUDSQ88824,,1670812685271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2951,,,stu_JUDSQ88824,,1670812695562,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2952,,,stu_JUDSQ88824,,1670812697620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2953,,,stu_JUDSQ88824,,1670812700872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2954,,,stu_JUDSQ88824,,1670812704393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2955,,,stu_JUDSQ88824,,1670812708155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2956,,,stu_JUDSQ88824,,1670812710932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2957,,,stu_JUDSQ88824,,1670812712272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2958,,,stu_JUDSQ88824,,1670812718170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2959,,,stu_JUDSQ88824,,1670812722166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2960,,,stu_JUDSQ88824,,1670812724383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2961,,,stu_JUDSQ88824,,1670812728447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2962,,,stu_JUDSQ88824,,1670812732111,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2963,,,stu_JUDSQ88824,,1670812735969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2964,,,stu_JUDSQ88824,,1670812739303,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2965,,,stu_JUDSQ88824,,1670812741790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2966,,,stu_JUDSQ88824,,1670812745046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2967,,,stu_JUDSQ88824,,1670812748336,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2968,,,stu_JUDSQ88824,,1670812752099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2969,,,stu_JUDSQ88824,,1670812774055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2970,,,stu_JUDSQ88824,,1670812779511,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2971,,,stu_JUDSQ88824,,1670812783166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-021,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2972,,,stu_JUDSQ88824,,1670812790376,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2973,,,stu_JUDSQ88824,,1670812806052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2974,,,stu_JUDSQ88824,,1670812810314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2975,,,stu_JUDSQ88824,,1670812828733,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2976,,,stu_JUDSQ88824,,1670812830916,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2977,,,stu_JUDSQ88824,,1670812839817,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2978,,,stu_JUDSQ88824,,1670812842139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2979,,,stu_JUDSQ88824,,1670812846873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2980,,,stu_JUDSQ88824,,1670812855755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2981,,,stu_JUDSQ88824,,1670812857912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2982,,,stu_JUDSQ88824,,1670812860457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2983,,,stu_JUDSQ88824,,1670812864704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2984,,,stu_JUDSQ88824,,1670812869460,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2985,,,stu_JUDSQ88824,,1670812871524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2986,,,stu_JUDSQ88824,,1670812875545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2987,,,stu_JUDSQ88824,,1670812879584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2988,,,stu_JUDSQ88824,,1670812883086,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2989,,,stu_JUDSQ88824,,1670812885387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2990,,,stu_JUDSQ88824,,1670812887641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2991,,,stu_JUDSQ88824,,1670812890843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2992,,,stu_JUDSQ88824,,1670812897201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2993,,,stu_JUDSQ88824,,1670812900316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2994,,,stu_JUDSQ88824,,1670812903399,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2995,,,stu_JUDSQ88824,,1670812911979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2996,,,stu_JUDSQ88824,,1670812915806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2997,,,stu_JUDSQ88824,,1670812934848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2998,,,stu_JUDSQ88824,,1670812952432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-2999,,,stu_JUDSQ88824,,1670812954787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-088,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BZLSD97705,,,,,,PROMOTED,
-3000,,,stu_FHYAF48586,,1685037701284,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3001,,,stu_FHYAF48586,,1685037701403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3002,,,stu_FHYAF48586,,1685037703795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3003,,,stu_FHYAF48586,,1685037715068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3004,,,stu_FHYAF48586,,1685037719090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3005,,,stu_FHYAF48586,,1685037720297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3006,,,stu_FHYAF48586,,1685037760541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3007,,,stu_FHYAF48586,,1685037787298,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3008,,,stu_FHYAF48586,,1685037794701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3009,,,stu_FHYAF48586,,1685037796738,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3010,,,stu_FHYAF48586,,1685037803737,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3011,,,stu_FHYAF48586,,1685037807382,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3012,,,stu_FHYAF48586,,1685037809538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3013,,,stu_FHYAF48586,,1685037813978,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3014,,,stu_FHYAF48586,,1685037817164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3015,,,stu_FHYAF48586,,1685037819903,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3016,,,stu_PHDXR99709,,1678203646121,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3017,,,stu_PHDXR99709,,1678203670253,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3018,,,stu_PHDXR99709,,1678203673936,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3019,,,stu_PHDXR99709,,1678203682233,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3020,,,stu_PHDXR99709,,1678203686290,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3021,,,stu_PHDXR99709,,1678203688021,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3022,,,stu_PHDXR99709,,1678203690176,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3023,,,stu_PHDXR99709,,1678203694225,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3024,,,stu_PHDXR99709,,1678203699316,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3025,,,stu_PHDXR99709,,1678203701444,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3026,,,stu_PHDXR99709,,1678203705500,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3027,,,stu_PHDXR99709,,1678203708980,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3028,,,stu_PHDXR99709,,1678203710979,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3029,,,stu_PHDXR99709,,1678203713747,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3030,,,stu_PHDXR99709,,1678203716715,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3031,,,stu_PHDXR99709,,1678203721076,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3032,,,stu_PHDXR99709,,1678203727317,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3033,,,stu_PHDXR99709,,1678203728749,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3034,,,stu_PHDXR99709,,1678203768742,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3035,,,stu_PHDXR99709,,1678203771840,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3036,,,stu_PHDXR99709,,1678203773385,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3037,,,stu_PHDXR99709,,1678203776661,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3038,,,stu_PHDXR99709,,1678203780852,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3039,,,stu_PHDXR99709,,1678203784081,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3040,,,stu_PHDXR99709,,1678203786009,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3041,,,stu_PHDXR99709,,1678203789447,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3042,,,stu_PHDXR99709,,1678203792129,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3043,,,stu_PHDXR99709,,1678203794094,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3044,,,stu_PHDXR99709,,1678203797089,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3045,,,stu_PHDXR99709,,1678203799563,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3046,,,stu_PHDXR99709,,1678203803013,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3047,,,stu_PHDXR99709,,1678203805518,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3048,,,stu_PHDXR99709,,1678203806900,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3049,,,stu_PHDXR99709,,1678203810575,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3050,,,stu_PHDXR99709,,1678203813970,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3051,,,stu_PHDXR99709,,1678203815705,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3052,,,stu_PHDXR99709,,1678203836159,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3053,,,stu_PHDXR99709,,1678203841579,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3054,,,stu_PHDXR99709,,1678203862317,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3055,,,stu_PHDXR99709,,1678203863882,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3056,,,stu_PHDXR99709,,1678203865673,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3057,,,stu_PHDXR99709,,1678203865700,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3058,,,stu_PHDXR99709,,1678203874286,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswerDirection,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3059,,,stu_PHDXR99709,,1678203874305,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3060,,,stu_PHDXR99709,,1678203876934,,,,,,ratio_proportion_change3,ratio_proportion_change3-171,,,FinalAnswerDirection,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3061,,,stu_PHDXR99709,,1678203086736,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3062,,,stu_PHDXR99709,,1678203091203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3063,,,stu_PHDXR99709,,1678203096276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3064,,,stu_PHDXR99709,,1678203111004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3065,,,stu_PHDXR99709,,1678203117770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3066,,,stu_PHDXR99709,,1678203123449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3067,,,stu_PHDXR99709,,1678203126110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3068,,,stu_PHDXR99709,,1678203130985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3069,,,stu_PHDXR99709,,1678203133361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3070,,,stu_PHDXR99709,,1678203133361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3071,,,stu_PHDXR99709,,1678203133361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3072,,,stu_PHDXR99709,,1678203133361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3073,,,stu_PHDXR99709,,1678203137843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3074,,,stu_PHDXR99709,,1678203140199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3075,,,stu_PHDXR99709,,1678203142906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3076,,,stu_PHDXR99709,,1678203144597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3077,,,stu_PHDXR99709,,1678203152121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3078,,,stu_PHDXR99709,,1678203156053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3079,,,stu_PHDXR99709,,1678203161096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3080,,,stu_PHDXR99709,,1678203164402,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3081,,,stu_PHDXR99709,,1678203167413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3082,,,stu_PHDXR99709,,1678203172160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3083,,,stu_PHDXR99709,,1678203179500,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3084,,,stu_PHDXR99709,,1678203184581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3085,,,stu_PHDXR99709,,1678203187483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3086,,,stu_PHDXR99709,,1678203190684,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3087,,,stu_PHDXR99709,,1678203194148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3088,,,stu_PHDXR99709,,1678203197479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3089,,,stu_PHDXR99709,,1678203211749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3090,,,stu_PHDXR99709,,1678203216855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3091,,,stu_PHDXR99709,,1678203221455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3092,,,stu_PHDXR99709,,1678203223453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3093,,,stu_PHDXR99709,,1678203231074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3094,,,stu_PHDXR99709,,1678203234776,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3095,,,stu_PHDXR99709,,1678203242337,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3096,,,stu_PHDXR99709,,1678203248105,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3097,,,stu_PHDXR99709,,1678203257438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3098,,,stu_PHDXR99709,,1678203265214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3099,,,stu_PHDXR99709,,1678203267870,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3100,,,stu_PHDXR99709,,1678203481604,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3101,,,stu_PHDXR99709,,1678203485667,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3102,,,stu_PHDXR99709,,1678203490939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3103,,,stu_PHDXR99709,,1678203504304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3104,,,stu_PHDXR99709,,1678203504340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3105,,,stu_PHDXR99709,,1678203507391,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3106,,,stu_PHDXR99709,,1678203520314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3107,,,stu_PHDXR99709,,1678203524017,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3108,,,stu_PHDXR99709,,1678203526655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3109,,,stu_PHDXR99709,,1678203529160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3110,,,stu_PHDXR99709,,1678203533263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3111,,,stu_PHDXR99709,,1678203539316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3112,,,stu_PHDXR99709,,1678203542608,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3113,,,stu_PHDXR99709,,1678203546902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3114,,,stu_PHDXR99709,,1678203549282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3115,,,stu_PHDXR99709,,1678203553743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3116,,,stu_PHDXR99709,,1678203555306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3117,,,stu_PHDXR99709,,1678203557254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3118,,,stu_PHDXR99709,,1678203559177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3119,,,stu_PHDXR99709,,1678203569973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3120,,,stu_PHDXR99709,,1678203572355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3121,,,stu_PHDXR99709,,1678203583058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3122,,,stu_PHDXR99709,,1678203585526,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3123,,,stu_PHDXR99709,,1678203587997,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3124,,,stu_PHDXR99709,,1678203592942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3125,,,stu_PHDXR99709,,1678203595985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3126,,,stu_PHDXR99709,,1678203598749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3127,,,stu_PHDXR99709,,1678203601534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3128,,,stu_PHDXR99709,,1678203603200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3129,,,stu_PHDXR99709,,1678203612732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3130,,,stu_PHDXR99709,,1678203618664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3131,,,stu_PHDXR99709,,1678203620330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3132,,,stu_PHDXR99709,,1678203624351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3133,,,stu_PHDXR99709,,1678203626451,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3134,,,stu_PHDXR99709,,1678203632042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3135,,,stu_PHDXR99709,,1678203634167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-3136,,,stu_NMMRL86719,,1673462748479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3137,,,stu_NMMRL86719,,1673462754629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3138,,,stu_NMMRL86719,,1673462756520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3139,,,stu_NMMRL86719,,1673462760615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3140,,,stu_NMMRL86719,,1673462762023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3141,,,stu_NMMRL86719,,1673462764052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3142,,,stu_NMMRL86719,,1673462765507,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3143,,,stu_NMMRL86719,,1673462767922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3144,,,stu_NMMRL86719,,1673462769772,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3145,,,stu_NMMRL86719,,1673462771145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3146,,,stu_NMMRL86719,,1673462774549,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3147,,,stu_NMMRL86719,,1673462778455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3148,,,stu_NMMRL86719,,1673462784760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3149,,,stu_NMMRL86719,,1673462787065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3150,,,stu_NMMRL86719,,1673462793409,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3151,,,stu_QSALM60484,,1675273275632,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3152,,,stu_QSALM60484,,1675273275837,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3153,,,stu_QSALM60484,,1675273277047,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3154,,,stu_QSALM60484,,1675273281227,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3155,,,stu_QSALM60484,,1675273292355,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3156,,,stu_QSALM60484,,1675273296658,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3157,,,stu_QSALM60484,,1675273298807,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3158,,,stu_QSALM60484,,1675273303504,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3159,,,stu_QSALM60484,,1675273387540,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3160,,,stu_QSALM60484,,1675273392619,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3161,,,stu_QSALM60484,,1675273396411,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3162,,,stu_QSALM60484,,1675273399847,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3163,,,stu_QSALM60484,,1675273406896,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3164,,,stu_QSALM60484,,1675273413216,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3165,,,stu_QSALM60484,,1675273418301,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3166,,,stu_QSALM60484,,1675273420181,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3167,,,stu_QSALM60484,,1675273424371,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3168,,,stu_QSALM60484,,1675273489605,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3169,,,stu_QSALM60484,,1675273493981,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3170,,,stu_QSALM60484,,1675273509532,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3171,,,stu_QSALM60484,,1675273511422,,,,,,ratio_proportion_change3,ratio_proportion_change3-186,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3172,,,stu_QSALM60484,,1675273527547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3173,,,stu_QSALM60484,,1675273527699,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3174,,,stu_QSALM60484,,1675273529819,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3175,,,stu_QSALM60484,,1675273532631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3176,,,stu_QSALM60484,,1675273544380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3177,,,stu_QSALM60484,,1675273548408,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3178,,,stu_QSALM60484,,1675273550803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3179,,,stu_QSALM60484,,1675273566982,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3180,,,stu_QSALM60484,,1675273570565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3181,,,stu_QSALM60484,,1675273581842,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3182,,,stu_QSALM60484,,1675273586503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3183,,,stu_QSALM60484,,1675273589022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3184,,,stu_KYWNL75747,,1684350165615,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3185,,,stu_KYWNL75747,,1684350173938,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3186,,,stu_KYWNL75747,,1684350178940,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3187,,,stu_KYWNL75747,,1684350179681,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3188,,,stu_KYWNL75747,,1684350222797,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3189,,,stu_KYWNL75747,,1684350225259,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3190,,,stu_KYWNL75747,,1684350227158,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3191,,,stu_KYWNL75747,,1684350238380,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3192,,,stu_KYWNL75747,,1684350240841,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3193,,,stu_KYWNL75747,,1684350243022,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3194,,,stu_KYWNL75747,,1684350245496,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3195,,,stu_KYWNL75747,,1684350251113,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3196,,,stu_KYWNL75747,,1684350254158,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3197,,,stu_KYWNL75747,,1684350260173,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3198,,,stu_KYWNL75747,,1684350262648,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3199,,,stu_KYWNL75747,,1684350264653,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3200,,,stu_KYWNL75747,,1684350269620,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3201,,,stu_KYWNL75747,,1684350292001,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3202,,,stu_KYWNL75747,,1684350300449,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3203,,,stu_KYWNL75747,,1684350304028,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-3204,,,stu_IBTJP66016,,1668055491014,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3205,,,stu_IBTJP66016,,1668055491261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3206,,,stu_IBTJP66016,,1668055493729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3207,,,stu_IBTJP66016,,1668055493729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3208,,,stu_IBTJP66016,,1668055495472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,PercentChange,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3209,,,stu_IBTJP66016,,1668055502896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3210,,,stu_IBTJP66016,,1668055505413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3211,,,stu_IBTJP66016,,1668055507335,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3212,,,stu_IBTJP66016,,1668055509801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3213,,,stu_IBTJP66016,,1668055513035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3214,,,stu_IBTJP66016,,1668055514266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3215,,,stu_IBTJP66016,,1668055516418,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3216,,,stu_IBTJP66016,,1668055517543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3217,,,stu_IBTJP66016,,1668055525803,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3218,,,stu_IBTJP66016,,1668055539205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3219,,,stu_IBTJP66016,,1668055551864,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3220,,,stu_IBTJP66016,,1668055557760,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-3221,,,stu_LNKGD30298,,1677791650085,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3222,,,stu_LNKGD30298,,1677791656047,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3223,,,stu_LNKGD30298,,1677791659251,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3224,,,stu_LNKGD30298,,1677791664853,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3225,,,stu_LNKGD30298,,1677791700669,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3226,,,stu_LNKGD30298,,1677791705384,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3227,,,stu_LNKGD30298,,1677791710479,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3228,,,stu_LNKGD30298,,1677791713676,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3229,,,stu_LNKGD30298,,1677791720237,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3230,,,stu_LNKGD30298,,1677791722674,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3231,,,stu_LNKGD30298,,1677791746738,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3232,,,stu_LNKGD30298,,1677791765032,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3233,,,stu_LNKGD30298,,1677791770447,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3234,,,stu_LNKGD30298,,1677791781133,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3235,,,stu_LNKGD30298,,1677791785595,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3236,,,stu_LNKGD30298,,1677791789214,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3237,,,stu_LNKGD30298,,1677791797348,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3238,,,stu_LNKGD30298,,1677791806879,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3239,,,stu_LNKGD30298,,1677791855383,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3240,,,stu_LNKGD30298,,1677791857788,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3241,,,stu_LNKGD30298,,1677792033165,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3242,,,stu_LNKGD30298,,1677792044535,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3243,,,stu_LNKGD30298,,1677792045061,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3244,,,stu_LNKGD30298,,1677792046173,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3245,,,stu_LNKGD30298,,1677792055479,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3246,,,stu_LNKGD30298,,1677792055503,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3247,,,stu_LNKGD30298,,1677792060316,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3248,,,stu_LNKGD30298,,1677792069944,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow2:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3249,,,stu_LNKGD30298,,1677792168419,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3250,,,stu_LNKGD30298,,1677792171516,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3251,,,stu_LNKGD30298,,1677792183500,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3252,,,stu_LNKGD30298,,1677792189736,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3253,,,stu_LNKGD30298,,1677792226240,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3254,,,stu_LNKGD30298,,1677792230171,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3255,,,stu_LNKGD30298,,1677792311663,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3256,,,stu_LNKGD30298,,1677792314263,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3257,,,stu_LNKGD30298,,1677792317605,,,,,,ratio_proportion_change3,ratio_proportion_change3-160,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3258,,,stu_LNKGD30298,,1677772275986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3259,,,stu_LNKGD30298,,1677772275986,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3260,,,stu_LNKGD30298,,1677772278483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3261,,,stu_LNKGD30298,,1677772286752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3262,,,stu_LNKGD30298,,1677772320133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3263,,,stu_LNKGD30298,,1677772323007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3264,,,stu_LNKGD30298,,1677772326435,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3265,,,stu_LNKGD30298,,1677772394923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3266,,,stu_LNKGD30298,,1677772407730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3267,,,stu_LNKGD30298,,1677772417134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3268,,,stu_LNKGD30298,,1677772423586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3269,,,stu_LNKGD30298,,1677772427166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3270,,,stu_LNKGD30298,,1677772429434,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3271,,,stu_LNKGD30298,,1677772439297,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3272,,,stu_LNKGD30298,,1677772440625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3273,,,stu_LNKGD30298,,1677772444258,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3274,,,stu_LNKGD30298,,1677772447341,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3275,,,stu_LNKGD30298,,1677772450655,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3276,,,stu_LNKGD30298,,1677772458170,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3277,,,stu_LNKGD30298,,1677772466971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3278,,,stu_LNKGD30298,,1677772499406,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3279,,,stu_LNKGD30298,,1677772508322,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3280,,,stu_LNKGD30298,,1677772510185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3281,,,stu_LNKGD30298,,1677772520656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3282,,,stu_LNKGD30298,,1677772528361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3283,,,stu_LNKGD30298,,1677772533186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3284,,,stu_LNKGD30298,,1677772535654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3285,,,stu_LNKGD30298,,1677772539358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3286,,,stu_LNKGD30298,,1677772545449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3287,,,stu_LNKGD30298,,1677772575860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3288,,,stu_LNKGD30298,,1677772605247,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3289,,,stu_LNKGD30298,,1677772611384,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3290,,,stu_LNKGD30298,,1677772619233,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3291,,,stu_VPJTJ99370,,1678476271768,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3292,,,stu_VPJTJ99370,,1678476273853,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3293,,,stu_VPJTJ99370,,1678476281000,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3294,,,stu_VPJTJ99370,,1678476286529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3295,,,stu_VPJTJ99370,,1678476291073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3296,,,stu_VPJTJ99370,,1678476296770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3297,,,stu_VPJTJ99370,,1678476300286,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3298,,,stu_VPJTJ99370,,1678476302801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3299,,,stu_VPJTJ99370,,1678476305206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3300,,,stu_VPJTJ99370,,1678476535047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3301,,,stu_VPJTJ99370,,1678476537093,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3302,,,stu_VPJTJ99370,,1678476547713,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3303,,,stu_VPJTJ99370,,1678476566799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-085,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-3304,,,stu_DOLPP55562,,1666626136419,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3305,,,stu_DOLPP55562,,1666626139782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3306,,,stu_DOLPP55562,,1666626143328,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3307,,,stu_DOLPP55562,,1666626148495,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3308,,,stu_DOLPP55562,,1666626153915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3309,,,stu_DOLPP55562,,1666626167930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3310,,,stu_DOLPP55562,,1666626169758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3311,,,stu_DOLPP55562,,1666626188770,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3312,,,stu_DOLPP55562,,1666626191726,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3313,,,stu_DOLPP55562,,1666626199179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3314,,,stu_DOLPP55562,,1666626204290,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3315,,,stu_DOLPP55562,,1666626208753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-3316,,,stu_ZPILJ57870,,1677092248711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3317,,,stu_ZPILJ57870,,1677092252573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3318,,,stu_ZPILJ57870,,1677092259134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3319,,,stu_ZPILJ57870,,1677092265387,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3320,,,stu_ZPILJ57870,,1677092267356,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3321,,,stu_ZPILJ57870,,1677092271956,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3322,,,stu_ZPILJ57870,,1677092284164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3323,,,stu_ZPILJ57870,,1677092291414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3324,,,stu_ZPILJ57870,,1677092302932,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3325,,,stu_ZPILJ57870,,1677092313790,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3326,,,stu_ZPILJ57870,,1677092316459,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3327,,,stu_ZPILJ57870,,1677092317539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3328,,,stu_ZPILJ57870,,1677092318546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3329,,,stu_ZPILJ57870,,1677092319349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3330,,,stu_ZPILJ57870,,1677092328542,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3331,,,stu_ZPILJ57870,,1677092337443,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3332,,,stu_ZPILJ57870,,1677092350254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3333,,,stu_ZPILJ57870,,1677092355049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3334,,,stu_ZPILJ57870,,1677092357136,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-012,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3335,,,stu_BCIXJ84527,,1682441479011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3336,,,stu_BCIXJ84527,,1682441481339,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3337,,,stu_BCIXJ84527,,1682441483449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3338,,,stu_BCIXJ84527,,1682441485345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3339,,,stu_BCIXJ84527,,1682441488888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3340,,,stu_BCIXJ84527,,1682441491018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3341,,,stu_BCIXJ84527,,1682441494807,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3342,,,stu_BCIXJ84527,,1682441496618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3343,,,stu_BCIXJ84527,,1682441497825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3344,,,stu_BCIXJ84527,,1682441502060,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3345,,,stu_BCIXJ84527,,1682441503280,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3346,,,stu_BCIXJ84527,,1682441513680,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3347,,,stu_BCIXJ84527,,1682441515397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3348,,,stu_BCIXJ84527,,1682441518427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-016,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3349,,,stu_CJGVE06112,,1681679769708,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3350,,,stu_CJGVE06112,,1681679772343,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3351,,,stu_CJGVE06112,,1681679776559,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3352,,,stu_CJGVE06112,,1681679779087,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3353,,,stu_CJGVE06112,,1681679781974,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3354,,,stu_CJGVE06112,,1681679786616,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3355,,,stu_CJGVE06112,,1681679789911,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3356,,,stu_CJGVE06112,,1681679792099,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3357,,,stu_CJGVE06112,,1681679795405,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3358,,,stu_CJGVE06112,,1681679797576,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3359,,,stu_CJGVE06112,,1681679802573,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3360,,,stu_CJGVE06112,,1681679821592,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3361,,,stu_CJGVE06112,,1681679852342,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3362,,,stu_CJGVE06112,,1681679863395,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3363,,,stu_CJGVE06112,,1681679866315,,,,,,ratio_proportion_change3,ratio_proportion_change3-127,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3364,,,stu_PJYKW98737,,1684708485952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3365,,,stu_PJYKW98737,,1684708486379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3366,,,stu_PJYKW98737,,1684708486948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3367,,,stu_PJYKW98737,,1684708491913,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3368,,,stu_PJYKW98737,,1684708494461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3369,,,stu_PJYKW98737,,1684708497654,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3370,,,stu_PJYKW98737,,1684708512882,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3371,,,stu_PJYKW98737,,1684708518836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3372,,,stu_PJYKW98737,,1684708526008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3373,,,stu_PJYKW98737,,1684708536304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3374,,,stu_PJYKW98737,,1684708539460,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-083,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3375,,,stu_USOSJ48596,,1681624006148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3376,,,stu_USOSJ48596,,1681624011698,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3377,,,stu_USOSJ48596,,1681624017149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3378,,,stu_USOSJ48596,,1681624021444,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3379,,,stu_USOSJ48596,,1681624069971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3380,,,stu_USOSJ48596,,1681624088816,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3381,,,stu_USOSJ48596,,1681624094008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3382,,,stu_USOSJ48596,,1681624110449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3383,,,stu_USOSJ48596,,1681624115168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3384,,,stu_USOSJ48596,,1681624122268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-3385,,,stu_AFMMY15396,,1677193421206,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3386,,,stu_AFMMY15396,,1677193421249,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3387,,,stu_AFMMY15396,,1677193423980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3388,,,stu_AFMMY15396,,1677193429123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3389,,,stu_AFMMY15396,,1677193433574,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3390,,,stu_AFMMY15396,,1677193436267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3391,,,stu_AFMMY15396,,1677193436267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3392,,,stu_AFMMY15396,,1677193436267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3393,,,stu_AFMMY15396,,1677193436267,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3394,,,stu_AFMMY15396,,1677193471812,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3395,,,stu_AFMMY15396,,1677193473835,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3396,,,stu_AFMMY15396,,1677193474930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3397,,,stu_AFMMY15396,,1677193474959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3398,,,stu_AFMMY15396,,1677193475047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3399,,,stu_AFMMY15396,,1677193475806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3400,,,stu_AFMMY15396,,1677193475892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3401,,,stu_AFMMY15396,,1677193480156,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3402,,,stu_AFMMY15396,,1677193507372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3403,,,stu_AFMMY15396,,1677193509285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,GRADUATED,
-3404,,,stu_DTEUN42472,,1667181591763,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3405,,,stu_DTEUN42472,,1667181603091,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3406,,,stu_DTEUN42472,,1667181616899,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3407,,,stu_DTEUN42472,,1667181621668,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3408,,,stu_DTEUN42472,,1667181624105,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3409,,,stu_DTEUN42472,,1667181627324,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3410,,,stu_DTEUN42472,,1667181631708,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3411,,,stu_DTEUN42472,,1667181635701,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3412,,,stu_DTEUN42472,,1667181657368,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3413,,,stu_DTEUN42472,,1667181725627,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3414,,,stu_DTEUN42472,,1667181732442,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3415,,,stu_DTEUN42472,,1667181783480,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3416,,,stu_DTEUN42472,,1667181791413,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3417,,,stu_DTEUN42472,,1667181793904,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3418,,,stu_DTEUN42472,,1667181923047,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3419,,,stu_DTEUN42472,,1667181929312,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3420,,,stu_DTEUN42472,,1667181932002,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3421,,,stu_DTEUN42472,,1667181941745,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3422,,,stu_DTEUN42472,,1667181948809,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3423,,,stu_DTEUN42472,,1667181956671,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3424,,,stu_DTEUN42472,,1667181959993,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3425,,,stu_DTEUN42472,,1667181963301,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3426,,,stu_DTEUN42472,,1667181991814,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3427,,,stu_DTEUN42472,,1667181995419,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3428,,,stu_DTEUN42472,,1667181998959,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3429,,,stu_DTEUN42472,,1667182002251,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,EquationAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3430,,,stu_DTEUN42472,,1667182006585,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3431,,,stu_DTEUN42472,,1667182008294,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3432,,,stu_DTEUN42472,,1667182016289,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3433,,,stu_DTEUN42472,,1667182023806,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3434,,,stu_DTEUN42472,,1667182023833,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3435,,,stu_DTEUN42472,,1667182029007,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3436,,,stu_DTEUN42472,,1667182034774,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow2:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3437,,,stu_DTEUN42472,,1667182095527,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow2:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3438,,,stu_DTEUN42472,,1667182102449,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3439,,,stu_DTEUN42472,,1667182110371,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3440,,,stu_DTEUN42472,,1667182116164,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3441,,,stu_DTEUN42472,,1667182119968,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3442,,,stu_DTEUN42472,,1667182125982,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3443,,,stu_DTEUN42472,,1667182129956,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3444,,,stu_DTEUN42472,,1667182135631,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3445,,,stu_DTEUN42472,,1667182138966,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3446,,,stu_DTEUN42472,,1667182141781,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3447,,,stu_DTEUN42472,,1667182144720,,,,,,ratio_proportion_change3,ratio_proportion_change3-073,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3448,,,stu_DTEUN42472,,1667237488292,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3449,,,stu_DTEUN42472,,1667237525369,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3450,,,stu_DTEUN42472,,1667237527306,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3451,,,stu_DTEUN42472,,1667237528479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3452,,,stu_DTEUN42472,,1667237529626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3453,,,stu_DTEUN42472,,1667237534183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3454,,,stu_DTEUN42472,,1667237534220,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3455,,,stu_DTEUN42472,,1667237538257,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3456,,,stu_DTEUN42472,,1667237542765,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3457,,,stu_DTEUN42472,,1667237542820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3458,,,stu_DTEUN42472,,1667237548568,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3459,,,stu_DTEUN42472,,1667237551708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,6,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3460,,,stu_DTEUN42472,,1667237571148,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,7,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3461,,,stu_DTEUN42472,,1667237573664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3462,,,stu_DTEUN42472,,1667237575553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3463,,,stu_DTEUN42472,,1667237593149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3464,,,stu_DTEUN42472,,1667237742431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3465,,,stu_DTEUN42472,,1667237749481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3466,,,stu_DTEUN42472,,1667237751940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3467,,,stu_DTEUN42472,,1667237756326,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3468,,,stu_DTEUN42472,,1667237762692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3469,,,stu_DTEUN42472,,1667237766791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3470,,,stu_DTEUN42472,,1667237778799,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3471,,,stu_DTEUN42472,,1667237976922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3472,,,stu_DTEUN42472,,1667237981712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3473,,,stu_DTEUN42472,,1667237984700,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3474,,,stu_DTEUN42472,,1667237986918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3475,,,stu_DTEUN42472,,1667237993002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3476,,,stu_DTEUN42472,,1667237995231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3477,,,stu_DTEUN42472,,1667237996639,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3478,,,stu_DTEUN42472,,1667238015641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3479,,,stu_DTEUN42472,,1667238019041,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3480,,,stu_DTEUN42472,,1667238020405,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3481,,,stu_DTEUN42472,,1667238022071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3482,,,stu_DTEUN42472,,1667238022229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3483,,,stu_DTEUN42472,,1667238030390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,ThirdRow,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3484,,,stu_DTEUN42472,,1667238030413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3485,,,stu_DTEUN42472,,1667238047711,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,ThirdRow,5,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3486,,,stu_DTEUN42472,,1667238051430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-003,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-3487,,,stu_DLUVS72989,,1665597946003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3488,,,stu_DLUVS72989,,1665597948743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3489,,,stu_DLUVS72989,,1665597952758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3490,,,stu_DLUVS72989,,1665597954795,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3491,,,stu_DLUVS72989,,1665597960096,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3492,,,stu_DLUVS72989,,1665597962483,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3493,,,stu_DLUVS72989,,1665597966723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3494,,,stu_DLUVS72989,,1665597970848,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3495,,,stu_DLUVS72989,,1665597973479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3496,,,stu_DLUVS72989,,1665597976551,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3497,,,stu_DLUVS72989,,1665597979442,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3498,,,stu_DLUVS72989,,1665597985933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3499,,,stu_DLUVS72989,,1665597988644,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3500,,,stu_DLUVS72989,,1665597991101,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3501,,,stu_DLUVS72989,,1665597997944,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3502,,,stu_DLUVS72989,,1665598000512,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3503,,,stu_DLUVS72989,,1665598003345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3504,,,stu_DLUVS72989,,1665598008358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3505,,,stu_QKICV58145,,1676381346630,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3506,,,stu_QKICV58145,,1676381350980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3507,,,stu_QKICV58145,,1676381359755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3508,,,stu_QKICV58145,,1676381361662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3509,,,stu_QKICV58145,,1676381372089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3510,,,stu_QKICV58145,,1676381381145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3511,,,stu_QKICV58145,,1676381406703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3512,,,stu_QKICV58145,,1676381408815,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3513,,,stu_QKICV58145,,1676381412367,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3514,,,stu_QKICV58145,,1676381415673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3515,,,stu_QKICV58145,,1676381417926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3516,,,stu_QKICV58145,,1676381423693,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3517,,,stu_QKICV58145,,1676381428777,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-014,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-3518,,,stu_ERPTP01432,,1677163952774,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3519,,,stu_ERPTP01432,,1677163956246,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3520,,,stu_ERPTP01432,,1677163964325,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3521,,,stu_ERPTP01432,,1677163965219,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3522,,,stu_ERPTP01432,,1677163969023,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3523,,,stu_ERPTP01432,,1677163971736,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3524,,,stu_ERPTP01432,,1677163972899,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3525,,,stu_ERPTP01432,,1677163975184,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3526,,,stu_ERPTP01432,,1677163976397,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3527,,,stu_ERPTP01432,,1677163980874,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3528,,,stu_ERPTP01432,,1677163995304,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3529,,,stu_ERPTP01432,,1677163997804,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3530,,,stu_ERPTP01432,,1677164000004,,,,,,ratio_proportion_change3,ratio_proportion_change3-184,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3531,,,stu_ERPTP01432,,1677163841585,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3532,,,stu_ERPTP01432,,1677163841629,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3533,,,stu_ERPTP01432,,1677163845195,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3534,,,stu_ERPTP01432,,1677163886597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3535,,,stu_ERPTP01432,,1677163891274,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3536,,,stu_ERPTP01432,,1677163893185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3537,,,stu_ERPTP01432,,1677163896358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3538,,,stu_ERPTP01432,,1677163898980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3539,,,stu_ERPTP01432,,1677163904999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3540,,,stu_ERPTP01432,,1677163911120,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3541,,,stu_ERPTP01432,,1677163913892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3542,,,stu_ERPTP01432,,1677163916175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3543,,,stu_ERPTP01432,,1677163918281,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3544,,,stu_ERPTP01432,,1677163923878,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3545,,,stu_ERPTP01432,,1677163928946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3546,,,stu_ERPTP01432,,1677163938205,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3547,,,stu_ERPTP01432,,1677163940559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_SFHIQ50198,,,,,,GRADUATED,
-3548,,,stu_FSCSB52014,,1676663338717,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3549,,,stu_FSCSB52014,,1676663343616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3550,,,stu_FSCSB52014,,1676663352099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3551,,,stu_FSCSB52014,,1676663354744,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3552,,,stu_FSCSB52014,,1676663358743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3553,,,stu_FSCSB52014,,1676663378127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3554,,,stu_FSCSB52014,,1676663381114,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3555,,,stu_FSCSB52014,,1676663393806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3556,,,stu_FSCSB52014,,1676663400641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3557,,,stu_FSCSB52014,,1676663404321,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3558,,,stu_VQNBF34079,,1677446902417,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3559,,,stu_VQNBF34079,,1677446902518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3560,,,stu_VQNBF34079,,1677446906032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3561,,,stu_VQNBF34079,,1677446909368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3562,,,stu_VQNBF34079,,1677446932543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3563,,,stu_VQNBF34079,,1677446944824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3564,,,stu_VQNBF34079,,1677446949248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3565,,,stu_VQNBF34079,,1677446954892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3566,,,stu_VQNBF34079,,1677446958897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3567,,,stu_VQNBF34079,,1677446964857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3568,,,stu_VQNBF34079,,1677446967975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3569,,,stu_VQNBF34079,,1677446978877,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3570,,,stu_VQNBF34079,,1677446980083,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3571,,,stu_VQNBF34079,,1677446992400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3572,,,stu_VQNBF34079,,1677446993774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3573,,,stu_VQNBF34079,,1677447002437,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3574,,,stu_VQNBF34079,,1677447044282,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3575,,,stu_VQNBF34079,,1677447070550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3576,,,stu_VQNBF34079,,1677447074875,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-3577,,,stu_ZWGAJ84582,,1672938377416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3578,,,stu_ZWGAJ84582,,1672938377451,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3579,,,stu_ZWGAJ84582,,1672938378910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3580,,,stu_ZWGAJ84582,,1672938384647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3581,,,stu_ZWGAJ84582,,1672938385577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3582,,,stu_ZWGAJ84582,,1672938388079,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3583,,,stu_ZWGAJ84582,,1672938390224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3584,,,stu_ZWGAJ84582,,1672938392972,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3585,,,stu_ZWGAJ84582,,1672938398979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3586,,,stu_ZWGAJ84582,,1672938407902,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3587,,,stu_ZWGAJ84582,,1672938414539,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3588,,,stu_ZWGAJ84582,,1672938417177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3589,,,stu_ZWGAJ84582,,1672938418617,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3590,,,stu_ZWGAJ84582,,1672938422115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3591,,,stu_ZWGAJ84582,,1672938426057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3592,,,stu_ZWGAJ84582,,1672938432688,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3593,,,stu_ZWGAJ84582,,1672938432702,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3594,,,stu_ZWGAJ84582,,1672938442720,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3595,,,stu_ZWGAJ84582,,1672938451155,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3596,,,stu_ZWGAJ84582,,1672938451165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3597,,,stu_ZWGAJ84582,,1672938457734,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FirstRow2:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3598,,,stu_ZWGAJ84582,,1672938461915,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3599,,,stu_ZWGAJ84582,,1672938473481,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3600,,,stu_ZWGAJ84582,,1672938478999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-089,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-3601,,,stu_WCCLS82815,,1678208167827,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3602,,,stu_WCCLS82815,,1678208167859,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3603,,,stu_WCCLS82815,,1678208170819,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3604,,,stu_WCCLS82815,,1678208173983,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3605,,,stu_WCCLS82815,,1678208177471,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3606,,,stu_WCCLS82815,,1678208182908,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3607,,,stu_WCCLS82815,,1678208185325,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3608,,,stu_WCCLS82815,,1678208188224,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3609,,,stu_WCCLS82815,,1678208189939,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3610,,,stu_WCCLS82815,,1678208198313,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3611,,,stu_WCCLS82815,,1678208207061,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3612,,,stu_WCCLS82815,,1678208208781,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3613,,,stu_WCCLS82815,,1678208210190,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3614,,,stu_WCCLS82815,,1678208214714,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,FirstRow2:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3615,,,stu_WCCLS82815,,1678208218695,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3616,,,stu_WCCLS82815,,1678208230225,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3617,,,stu_WCCLS82815,,1678208231791,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3618,,,stu_WCCLS82815,,1678208238514,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3619,,,stu_WCCLS82815,,1678208243639,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3620,,,stu_WCCLS82815,,1678208245325,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3621,,,stu_WCCLS82815,,1678208247479,,,,,,ratio_proportion_change3,ratio_proportion_change3-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3622,,,stu_WCCLS82815,,1678207800950,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3623,,,stu_WCCLS82815,,1678207804588,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3624,,,stu_WCCLS82815,,1678207808766,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3625,,,stu_WCCLS82815,,1678207814653,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3626,,,stu_WCCLS82815,,1678207816930,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3627,,,stu_WCCLS82815,,1678207818744,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3628,,,stu_WCCLS82815,,1678207820583,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3629,,,stu_WCCLS82815,,1678207825348,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3630,,,stu_WCCLS82815,,1678207828836,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3631,,,stu_WCCLS82815,,1678207828845,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3632,,,stu_WCCLS82815,,1678207831143,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3633,,,stu_WCCLS82815,,1678207834785,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,4,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3634,,,stu_WCCLS82815,,1678207838565,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3635,,,stu_WCCLS82815,,1678207842803,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3636,,,stu_WCCLS82815,,1678207845669,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3637,,,stu_WCCLS82815,,1678207848135,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3638,,,stu_WCCLS82815,,1678207850034,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3639,,,stu_WCCLS82815,,1678207870539,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3640,,,stu_WCCLS82815,,1678207870554,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3641,,,stu_WCCLS82815,,1678207873028,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FinalAnswerDirection,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3642,,,stu_WCCLS82815,,1678207877981,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3643,,,stu_WCCLS82815,,1678207884322,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,4,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3644,,,stu_WCCLS82815,,1678207887833,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3645,,,stu_WCCLS82815,,1678207958467,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3646,,,stu_WCCLS82815,,1678207964671,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,7,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3647,,,stu_WCCLS82815,,1678207980866,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,8,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3648,,,stu_WCCLS82815,,1678207990066,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,9,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3649,,,stu_WCCLS82815,,1678208001842,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3650,,,stu_WCCLS82815,,1678208006936,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3651,,,stu_WCCLS82815,,1678208012331,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3652,,,stu_WCCLS82815,,1678208017845,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3653,,,stu_WCCLS82815,,1678208022806,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3654,,,stu_WCCLS82815,,1678208027957,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3655,,,stu_WCCLS82815,,1678208031517,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,10,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3656,,,stu_WCCLS82815,,1678208039364,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3657,,,stu_WCCLS82815,,1678208042622,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3658,,,stu_WCCLS82815,,1678208045721,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FirstRow1:1,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3659,,,stu_WCCLS82815,,1678208050546,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3660,,,stu_WCCLS82815,,1678208052685,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3661,,,stu_WCCLS82815,,1678208061117,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3662,,,stu_WCCLS82815,,1678208063803,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3663,,,stu_WCCLS82815,,1678208070808,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3664,,,stu_WCCLS82815,,1678208075887,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3665,,,stu_WCCLS82815,,1678208082204,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,11,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3666,,,stu_WCCLS82815,,1678208089778,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3667,,,stu_WCCLS82815,,1678208137484,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3668,,,stu_WCCLS82815,,1678208137491,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3669,,,stu_WCCLS82815,,1678208141713,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3670,,,stu_WCCLS82815,,1678208146131,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3671,,,stu_WCCLS82815,,1678208149641,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,EquationAnswer,12,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3672,,,stu_WCCLS82815,,1678208151921,,,,,,ratio_proportion_change3,ratio_proportion_change3-106,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3673,,,stu_WCCLS82815,,1678208417315,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3674,,,stu_WCCLS82815,,1678208417340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3675,,,stu_WCCLS82815,,1678208420231,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3676,,,stu_WCCLS82815,,1678208424222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3677,,,stu_WCCLS82815,,1678208427960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3678,,,stu_WCCLS82815,,1678208433123,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3679,,,stu_WCCLS82815,,1678208435753,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3680,,,stu_WCCLS82815,,1678208435755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3681,,,stu_WCCLS82815,,1678208440571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,4,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3682,,,stu_WCCLS82815,,1678208442478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3683,,,stu_WCCLS82815,,1678208447461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3684,,,stu_WCCLS82815,,1678208453456,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3685,,,stu_WCCLS82815,,1678208455707,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3686,,,stu_WCCLS82815,,1678208456897,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3687,,,stu_WCCLS82815,,1678208460599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3688,,,stu_WCCLS82815,,1678208462046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3689,,,stu_WCCLS82815,,1678208463652,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3690,,,stu_WCCLS82815,,1678208471871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3691,,,stu_WCCLS82815,,1678208478042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3692,,,stu_WCCLS82815,,1678208486884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3693,,,stu_WCCLS82815,,1678208489929,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3694,,,stu_WCCLS82815,,1678208495704,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3695,,,stu_WCCLS82815,,1678208497558,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3696,,,stu_WCCLS82815,,1678239605187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3697,,,stu_WCCLS82815,,1678239605271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3698,,,stu_WCCLS82815,,1678239608175,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3699,,,stu_WCCLS82815,,1678239610001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3700,,,stu_WCCLS82815,,1678239613664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3701,,,stu_WCCLS82815,,1678239615355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3702,,,stu_WCCLS82815,,1678239620958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3703,,,stu_WCCLS82815,,1678239622805,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3704,,,stu_WCCLS82815,,1678239625048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3705,,,stu_WCCLS82815,,1678239626931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3706,,,stu_WCCLS82815,,1678239630603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3707,,,stu_WCCLS82815,,1678239632925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3708,,,stu_WCCLS82815,,1678239634973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3709,,,stu_WCCLS82815,,1678239640165,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3710,,,stu_WCCLS82815,,1678239644386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3711,,,stu_WCCLS82815,,1678239646201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
-3712,,,stu_WCCLS82815,,1678239648589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,0,,,,,,,,sch_NGDDF37619,,,,,,PROMOTED,
+1,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+2,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+3,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+4,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+5,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+6,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+7,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+8,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+9,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+10,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+11,,,stu_LNHBT06808,,1,11,,,,,ratio_proportion_change3-016,ratio_proportion_change3-016,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+12,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+13,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+14,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+15,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+16,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+17,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+18,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+19,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+20,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+21,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+22,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+23,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+24,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+25,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+26,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+27,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+28,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+29,,,stu_LNHBT06808,,1,10,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+30,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+31,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+32,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+33,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+34,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+35,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+36,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+37,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+38,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+39,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+40,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+41,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-024,ratio_proportion_change3-024,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+42,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+43,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+44,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+45,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+46,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+47,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+48,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+49,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+50,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+51,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+52,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+53,,,stu_WPMFM90794,,1,9,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+54,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+55,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+56,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+57,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+58,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+59,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+60,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+61,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+62,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+63,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+64,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+65,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+66,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+67,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+68,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+69,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+70,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+71,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+72,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,7,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+73,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+74,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,8,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+75,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+76,,,stu_WPMFM90794,,1,10,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,9,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+77,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+78,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+79,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+80,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+81,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+82,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+83,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+84,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+85,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+86,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+87,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+88,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+89,,,stu_IUOCV11342,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+90,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+91,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+92,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+93,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+94,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+95,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+96,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+97,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+98,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+99,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+100,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+101,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+102,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+103,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+104,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+105,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+106,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+107,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+108,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+109,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+110,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+111,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+112,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+113,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+114,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+115,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+116,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+117,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+118,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+119,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+120,,,stu_GWJVP81566,,1,17,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+121,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+122,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+123,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+124,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+125,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+126,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+127,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+128,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+129,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+130,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+131,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+132,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+133,,,stu_GWJVP81566,,1,13,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+134,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+135,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+136,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+137,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+138,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+139,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+140,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+141,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+142,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+143,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+144,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+145,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+146,,,stu_KZGQP54385,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+147,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+148,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+149,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+150,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+151,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+152,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+153,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+154,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+155,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+156,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+157,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+158,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+159,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+160,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+161,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+162,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+163,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+164,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+165,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+166,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-095,ratio_proportion_change3-095,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+167,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+168,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+169,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+170,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+171,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+172,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+173,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+174,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+175,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+176,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+177,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+178,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+179,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+180,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+181,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+182,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+183,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,EquationAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+184,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,EquationAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+185,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,EquationAnswer,7,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+186,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+187,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+188,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+189,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+190,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+191,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+192,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+193,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+194,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+195,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+196,,,stu_KZGQP54385,,1,15,,,,,ratio_proportion_change3-151,ratio_proportion_change3-151,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+197,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+198,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+199,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+200,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+201,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+202,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+203,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+204,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+205,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+206,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+207,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+208,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+209,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+210,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+211,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+212,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+213,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+214,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+215,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+216,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+217,,,stu_LLPBR01433,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+218,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+219,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+220,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+221,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+222,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+223,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+224,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+225,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+226,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+227,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+228,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+229,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+230,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+231,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+232,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+233,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+234,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+235,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+236,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+237,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+238,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+239,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+240,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+241,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+242,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+243,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+244,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+245,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+246,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+247,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+248,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+249,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+250,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+251,,,stu_OQWWJ88391,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+252,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+253,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+254,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+255,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+256,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+257,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+258,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+259,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+260,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+261,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+262,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+263,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+264,,,stu_RRWWN79678,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+265,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+266,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+267,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+268,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+269,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+270,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+271,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+272,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+273,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+274,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+275,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+276,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+277,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+278,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+279,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+280,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+281,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+282,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+283,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+284,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+285,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+286,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+287,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+288,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+289,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+290,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+291,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+292,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+293,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+294,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+295,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+296,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+297,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+298,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+299,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+300,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+301,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+302,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+303,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+304,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+305,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+306,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+307,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+308,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+309,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+310,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+311,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+312,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+313,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+314,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+315,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+316,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+317,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+318,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+319,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+320,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+321,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+322,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+323,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+324,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+325,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+326,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+327,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+328,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+329,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+330,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+331,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+332,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+333,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+334,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+335,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+336,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+337,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+338,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+339,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+340,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+341,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+342,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+343,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+344,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+345,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+346,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+347,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+348,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+349,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+350,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+351,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+352,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+353,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+354,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+355,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+356,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+357,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+358,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+359,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+360,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+361,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+362,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+363,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+364,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+365,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+366,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+367,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+368,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+369,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+370,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+371,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+372,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+373,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+374,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+375,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+376,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+377,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+378,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+379,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+380,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+381,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+382,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+383,,,stu_XXQFB42133,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+384,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+385,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+386,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+387,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+388,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+389,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+390,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+391,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+392,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+393,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+394,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+395,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+396,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+397,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+398,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+399,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+400,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+401,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+402,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+403,,,stu_RBKOK51309,,1,13,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCLEJ61435,clsBUNQK16033,,,,,PROMOTED
+404,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+405,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+406,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+407,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+408,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+409,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+410,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+411,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+412,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+413,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+414,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+415,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+416,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+417,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+418,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+419,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+420,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+421,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+422,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+423,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+424,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+425,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+426,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+427,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+428,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+429,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+430,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+431,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+432,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+433,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+434,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+435,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+436,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+437,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+438,,,stu_DHTTU22288,,1,20,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPZOTA22479,,,,,PROMOTED
+439,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+440,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+441,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+442,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+443,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+444,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+445,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+446,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+447,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+448,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+449,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+450,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+451,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+452,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+453,,,stu_DAEUM56411,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+454,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+455,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+456,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+457,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+458,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+459,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+460,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+461,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+462,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+463,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+464,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+465,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+466,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+467,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+468,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+469,,,stu_DAEUM56411,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+470,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+471,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+472,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+473,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+474,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+475,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+476,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+477,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+478,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+479,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+480,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+481,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+482,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+483,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+484,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+485,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+486,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+487,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+488,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+489,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+490,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+491,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+492,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+493,,,stu_DAEUM56411,,1,17,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+494,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+495,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+496,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+497,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+498,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+499,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+500,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+501,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+502,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+503,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+504,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+505,,,stu_TPPQB31959,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+506,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+507,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+508,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+509,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+510,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+511,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+512,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+513,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+514,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+515,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+516,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+517,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+518,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+519,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+520,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+521,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+522,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+523,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+524,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+525,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+526,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+527,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+528,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+529,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+530,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+531,,,stu_KVYAM92811,,1,18,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsPLCKB59151,,,,,PROMOTED
+532,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+533,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+534,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+535,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+536,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+537,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+538,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+539,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+540,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+541,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+542,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+543,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+544,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+545,,,stu_VUKIW98460,,1,13,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+546,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+547,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+548,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+549,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+550,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+551,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+552,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+553,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+554,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+555,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+556,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+557,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+558,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+559,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+560,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+561,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+562,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+563,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+564,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+565,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+566,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+567,,,stu_VUKIW98460,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+568,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+569,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+570,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+571,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+572,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+573,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+574,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+575,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+576,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+577,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+578,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+579,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+580,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+581,,,stu_EGBEQ81792,,1,9,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsMRHPU46272,,,,,PROMOTED
+582,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+583,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+584,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+585,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+586,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+587,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+588,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+589,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+590,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+591,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+592,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+593,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+594,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+595,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+596,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+597,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+598,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+599,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+600,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+601,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+602,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+603,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+604,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+605,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+606,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+607,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+608,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+609,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+610,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+611,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+612,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+613,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+614,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+615,,,stu_DUJZF11107,,1,19,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+616,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+617,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+618,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+619,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+620,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+621,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+622,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+623,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+624,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+625,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+626,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+627,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+628,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+629,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+630,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+631,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+632,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+633,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+634,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+635,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+636,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+637,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+638,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+639,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+640,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+641,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+642,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+643,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+644,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+645,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+646,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+647,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+648,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+649,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+650,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+651,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+652,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+653,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+654,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+655,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+656,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+657,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+658,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+659,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+660,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+661,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,5,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+662,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+663,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+664,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+665,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+666,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,6,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+667,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+668,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+669,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+670,,,stu_OYUBW69299,,1,18,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+671,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+672,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+673,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+674,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+675,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+676,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+677,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+678,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+679,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+680,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+681,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+682,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+683,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+684,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+685,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+686,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+687,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+688,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+689,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+690,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+691,,,stu_OYUBW69299,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+692,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+693,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+694,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+695,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+696,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+697,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+698,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+699,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+700,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+701,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+702,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+703,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+704,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+705,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+706,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+707,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+708,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+709,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+710,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+711,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+712,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+713,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+714,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+715,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+716,,,stu_ENVXJ54302,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+717,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+718,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+719,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+720,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+721,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+722,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+723,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+724,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+725,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+726,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+727,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+728,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+729,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+730,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+731,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+732,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+733,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+734,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+735,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+736,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+737,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+738,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+739,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+740,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+741,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+742,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+743,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+744,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+745,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+746,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+747,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+748,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+749,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+750,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+751,,,stu_RYCRA84569,,1,18,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+752,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+753,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+754,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+755,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+756,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+757,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+758,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+759,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+760,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+761,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+762,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+763,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+764,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+765,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+766,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+767,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+768,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+769,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+770,,,stu_RYCRA84569,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+771,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+772,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+773,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+774,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+775,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+776,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+777,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+778,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+779,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+780,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+781,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+782,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+783,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+784,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+785,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+786,,,stu_EGAVW06037,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+787,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+788,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+789,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+790,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+791,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+792,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+793,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+794,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+795,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+796,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+797,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+798,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+799,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+800,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+801,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+802,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+803,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+804,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+805,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+806,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+807,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+808,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+809,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+810,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+811,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+812,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+813,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+814,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+815,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+816,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+817,,,stu_QHLLQ56707,,1,17,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+818,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+819,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+820,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+821,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+822,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+823,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+824,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+825,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+826,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+827,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+828,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+829,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+830,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+831,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+832,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+833,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+834,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+835,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+836,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+837,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+838,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+839,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+840,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+841,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+842,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+843,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+844,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+845,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+846,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+847,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+848,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+849,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+850,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+851,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+852,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+853,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+854,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+855,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+856,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+857,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+858,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+859,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+860,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+861,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+862,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+863,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+864,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+865,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+866,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+867,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+868,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+869,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-184,ratio_proportion_change3-184,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+870,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+871,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+872,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+873,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+874,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+875,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+876,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+877,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+878,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+879,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+880,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+881,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+882,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+883,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+884,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+885,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+886,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+887,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+888,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+889,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+890,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+891,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+892,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+893,,,stu_FOPCP82734,,1,18,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+894,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+895,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+896,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+897,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+898,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+899,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+900,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+901,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+902,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+903,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+904,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+905,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+906,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+907,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+908,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+909,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+910,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+911,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+912,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+913,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+914,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+915,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+916,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+917,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+918,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+919,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+920,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+921,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+922,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+923,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+924,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+925,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+926,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+927,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+928,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+929,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+930,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+931,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+932,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+933,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+934,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+935,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+936,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+937,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+938,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+939,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+940,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+941,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+942,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+943,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+944,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+945,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+946,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+947,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+948,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+949,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+950,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+951,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+952,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+953,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+954,,,stu_FOPCP82734,,1,21,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+955,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+956,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+957,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+958,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+959,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+960,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+961,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+962,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+963,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+964,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+965,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+966,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+967,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+968,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+969,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+970,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+971,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+972,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+973,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+974,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+975,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+976,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+977,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+978,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+979,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+980,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+981,,,stu_LPIWS26134,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+982,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+983,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+984,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+985,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+986,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+987,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+988,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+989,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+990,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+991,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+992,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+993,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+994,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+995,,,stu_OEIKW99788,,1,11,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsLIKLU77837,,,,,PROMOTED
+996,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+997,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+998,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+999,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1000,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1001,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1002,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1003,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1004,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1005,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1006,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1007,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1008,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1009,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1010,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1011,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1012,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1013,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1014,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1015,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1016,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1017,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1018,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1019,,,stu_RZNEV39508,,1,10,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1020,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1021,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1022,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1023,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1024,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1025,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1026,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1027,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1028,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1029,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1030,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1031,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1032,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1033,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1034,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1035,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1036,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1037,,,stu_RZNEV39508,,1,9,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RUNBZ98589,clsSUJOM81597,,,,,PROMOTED
+1038,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1039,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1040,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1041,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1042,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1043,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1044,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1045,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1046,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1047,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1048,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1049,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1050,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1051,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1052,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1053,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1054,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1055,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1056,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1057,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1058,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1059,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1060,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1061,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1062,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1063,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1064,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1065,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1066,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1067,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1068,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1069,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1070,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1071,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1072,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1073,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1074,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1075,,,stu_SBSTM64576,,1,14,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1076,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1077,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1078,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1079,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1080,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1081,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1082,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1083,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1084,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1085,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1086,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1087,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1088,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1089,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1090,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1091,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1092,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1093,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1094,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1095,,,stu_SBSTM64576,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1096,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1097,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1098,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1099,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1100,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1101,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1102,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1103,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1104,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1105,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1106,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1107,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1108,,,stu_SBSTM64576,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1109,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1110,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1111,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1112,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1113,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1114,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1115,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1116,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1117,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1118,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1119,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1120,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1121,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1122,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1123,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1124,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1125,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1126,,,stu_XYHQY80041,,1,13,,,,,ratio_proportion_change3-020,ratio_proportion_change3-020,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1127,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1128,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1129,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1130,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1131,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1132,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1133,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1134,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1135,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1136,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1137,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1138,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1139,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1140,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1141,,,stu_ZCCEZ61171,,1,11,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1142,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1143,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1144,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1145,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1146,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1147,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1148,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1149,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1150,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1151,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1152,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1153,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1154,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1155,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1156,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1157,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1158,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1159,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1160,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1161,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1162,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1163,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1164,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1165,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1166,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1167,,,stu_ZCCEZ61171,,1,14,,,,,ratio_proportion_change3-171,ratio_proportion_change3-171,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1168,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1169,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1170,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1171,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1172,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1173,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1174,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1175,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1176,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1177,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1178,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1179,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1180,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1181,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1182,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1183,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1184,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1185,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1186,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1187,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1188,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1189,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1190,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1191,,,stu_ZCCEZ61171,,1,12,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1192,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1193,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1194,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1195,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1196,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1197,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1198,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1199,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1200,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1201,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1202,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1203,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1204,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1205,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1206,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1207,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1208,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1209,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1210,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1211,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1212,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1213,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1214,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1215,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1216,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1217,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1218,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1219,,,stu_ZCCEZ61171,,1,10,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_KJPQI50120,clsBXKKK05180,,,,,PROMOTED
+1220,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1221,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1222,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1223,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1224,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1225,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1226,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1227,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1228,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1229,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1230,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1231,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1232,,,stu_CWGFC88802,,1,13,,,,,ratio_proportion_change3-105,ratio_proportion_change3-105,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsZFGDR03799,,,,,PROMOTED
+1233,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1234,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1235,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1236,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1237,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1238,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1239,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1240,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1241,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1242,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1243,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1244,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1245,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1246,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1247,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1248,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1249,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1250,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1251,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1252,,,stu_NEVHJ51728,,1,16,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1253,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1254,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1255,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1256,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1257,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1258,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1259,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1260,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1261,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1262,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1263,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1264,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1265,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1266,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1267,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1268,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1269,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1270,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1271,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1272,,,stu_NEVHJ51728,,1,18,,,,,ratio_proportion_change3-cms-011,ratio_proportion_change3-cms-011,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1273,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1274,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1275,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1276,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1277,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1278,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1279,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1280,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1281,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1282,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1283,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1284,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1285,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1286,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1287,,,stu_NEVHJ51728,,1,14,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LFTVL59884,clsHDDDQ68237,,,,,PROMOTED
+1288,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1289,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1290,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1291,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1292,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1293,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1294,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1295,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1296,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1297,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1298,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1299,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1300,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1301,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1302,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1303,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1304,,,stu_YUZCU06819,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YEPRS02845,clsCSSXG45554,,,,,PROMOTED
+1305,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1306,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1307,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1308,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1309,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1310,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1311,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1312,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1313,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1314,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1315,,,stu_DNRSG11508,,1,9,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1316,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1317,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1318,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1319,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1320,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1321,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1322,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1323,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1324,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1325,,,stu_DNRSG11508,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1326,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1327,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1328,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1329,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1330,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1331,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1332,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1333,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1334,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1335,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1336,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1337,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1338,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1339,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1340,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1341,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1342,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1343,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1344,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1345,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1346,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1347,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1348,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1349,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1350,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1351,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1352,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1353,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1354,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1355,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1356,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1357,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1358,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1359,,,stu_SDBWH37701,,1,15,,,,,ratio_proportion_change3-cms-016,ratio_proportion_change3-cms-016,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1360,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1361,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1362,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1363,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1364,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1365,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1366,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1367,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1368,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1369,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1370,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1371,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1372,,,stu_SDBWH37701,,1,13,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+1373,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1374,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1375,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1376,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1377,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1378,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1379,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1380,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1381,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1382,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1383,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1384,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1385,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1386,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1387,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1388,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1389,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1390,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1391,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1392,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1393,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1394,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1395,,,stu_GTDKR66030,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1396,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1397,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1398,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1399,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1400,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1401,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1402,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1403,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1404,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1405,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1406,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1407,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1408,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1409,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1410,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1411,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1412,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1413,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1414,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1415,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1416,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1417,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1418,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1419,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1420,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1421,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1422,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1423,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1424,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1425,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1426,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1427,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1428,,,stu_GTDKR66030,,1,20,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+1429,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1430,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1431,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1432,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1433,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1434,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1435,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1436,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1437,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1438,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1439,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1440,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1441,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1442,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1443,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1444,,,stu_SPYUG18641,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1445,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1446,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1447,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1448,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1449,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1450,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1451,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1452,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1453,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1454,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1455,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1456,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1457,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1458,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1459,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1460,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1461,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1462,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,6,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1463,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1464,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1465,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1466,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1467,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1468,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1469,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1470,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1471,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1472,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1473,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1474,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1475,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1476,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1477,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1478,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1479,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1480,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1481,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1482,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1483,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1484,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1485,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1486,,,stu_AWUJY98181,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+1487,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1488,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1489,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1490,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1491,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1492,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1493,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1494,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1495,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1496,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1497,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1498,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1499,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1500,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1501,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1502,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1503,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1504,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1505,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1506,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1507,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1508,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1509,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1510,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1511,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1512,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1513,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1514,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1515,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1516,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1517,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1518,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1519,,,stu_RHCCL12061,,1,19,,,,,ratio_proportion_change3-cms-003,ratio_proportion_change3-cms-003,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+1520,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1521,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1522,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1523,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1524,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1525,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1526,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1527,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1528,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1529,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1530,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1531,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1532,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1533,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1534,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1535,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1536,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1537,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1538,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1539,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1540,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1541,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1542,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1543,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1544,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1545,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1546,,,stu_XSFKP02333,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1547,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1548,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1549,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1550,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1551,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1552,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1553,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1554,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1555,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1556,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1557,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1558,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1559,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1560,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1561,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1562,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1563,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1564,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1565,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1566,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1567,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1568,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1569,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1570,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1571,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1572,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1573,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1574,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1575,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1576,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1577,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1578,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1579,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1580,,,stu_GZLKR40681,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+1581,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1582,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1583,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1584,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1585,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1586,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1587,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1588,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1589,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1590,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1591,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1592,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1593,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1594,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1595,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1596,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1597,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1598,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1599,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1600,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1601,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1602,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1603,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1604,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1605,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1606,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1607,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1608,,,stu_ODTRE15709,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+1609,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1610,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1611,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1612,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1613,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1614,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1615,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1616,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1617,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1618,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1619,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1620,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1621,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1622,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1623,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1624,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1625,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1626,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1627,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1628,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1629,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1630,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1631,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1632,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1633,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1634,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1635,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1636,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1637,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1638,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1639,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1640,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow1:1,4,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1641,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow1:1,5,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1642,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow1:1,6,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1643,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1644,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1645,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1646,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1647,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1648,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1649,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1650,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1651,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1652,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1653,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1654,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1655,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1656,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1657,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1658,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1659,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1660,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1661,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1662,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1663,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1664,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1665,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1666,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1667,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1668,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1669,,,stu_NJGMG38876,,1,21,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1670,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1671,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1672,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1673,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1674,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1675,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1676,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1677,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1678,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1679,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1680,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1681,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1682,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1683,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1684,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1685,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1686,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1687,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1688,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1689,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1690,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1691,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1692,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1693,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1694,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1695,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1696,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1697,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1698,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1699,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1700,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1701,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1702,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1703,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1704,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1705,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1706,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1707,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1708,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1709,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1710,,,stu_NJGMG38876,,1,17,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+1711,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1712,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1713,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1714,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1715,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1716,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1717,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1718,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1719,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1720,,,stu_NSIYC13482,,1,10,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+1721,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1722,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1723,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1724,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1725,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1726,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1727,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1728,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1729,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1730,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1731,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1732,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1733,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1734,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1735,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1736,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1737,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1738,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1739,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1740,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1741,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1742,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1743,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1744,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1745,,,stu_TYXFY91069,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+1746,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1747,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1748,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1749,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1750,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1751,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1752,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1753,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1754,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1755,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1756,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1757,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,6,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1758,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1759,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1760,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1761,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1762,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1763,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1764,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1765,,,stu_MHOQJ03522,,1,11,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+1766,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1767,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1768,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1769,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1770,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1771,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1772,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1773,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1774,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1775,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1776,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1777,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1778,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1779,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1780,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1781,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1782,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1783,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1784,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1785,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1786,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1787,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1788,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1789,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1790,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1791,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1792,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1793,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1794,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1795,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1796,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1797,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1798,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1799,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1800,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1801,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1802,,,stu_ZQPDY93225,,1,21,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1803,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1804,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1805,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1806,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1807,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1808,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1809,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1810,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1811,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1812,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1813,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1814,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1815,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1816,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1817,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1818,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1819,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1820,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1821,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1822,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1823,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1824,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1825,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1826,,,stu_ZQPDY93225,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+1827,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1828,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1829,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1830,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1831,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1832,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1833,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1834,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1835,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1836,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1837,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1838,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1839,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1840,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1841,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1842,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1843,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,5,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1844,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,6,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1845,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1846,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1847,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1848,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1849,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1850,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1851,,,stu_GKOHA53852,,1,15,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+1852,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1853,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1854,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1855,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1856,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1857,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1858,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1859,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1860,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1861,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1862,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1863,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1864,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1865,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1866,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1867,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1868,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1869,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1870,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1871,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1872,,,stu_HZRZM64658,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1873,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1874,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1875,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1876,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1877,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1878,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1879,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1880,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1881,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1882,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1883,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1884,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1885,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1886,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1887,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1888,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1889,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1890,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1891,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1892,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,5,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1893,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1894,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,6,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1895,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,7,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1896,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1897,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1898,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1899,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1900,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1901,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1902,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1903,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1904,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1905,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1906,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1907,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1908,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1909,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1910,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1911,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1912,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1913,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1914,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1915,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1916,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1917,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1918,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1919,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1920,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1921,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1922,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1923,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1924,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1925,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1926,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1927,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,8,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1928,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,9,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1929,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1930,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1931,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1932,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1933,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1934,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1935,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorFactor,10,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1936,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1937,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1938,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1939,,,stu_SUHGS67305,,1,25,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+1940,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1941,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1942,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1943,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1944,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1945,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1946,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1947,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1948,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1949,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1950,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1951,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1952,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1953,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1954,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1955,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1956,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1957,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1958,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1959,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1960,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1961,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1962,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1963,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1964,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1965,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1966,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1967,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1968,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1969,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1970,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1971,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1972,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1973,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1974,,,stu_EPONU97329,,1,12,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1975,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1976,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1977,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1978,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1979,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1980,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1981,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1982,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1983,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1984,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1985,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1986,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1987,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1988,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1989,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1990,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1991,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1992,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1993,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1994,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1995,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1996,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1997,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1998,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+1999,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2000,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2001,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2002,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2003,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2004,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2005,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2006,,,stu_EPONU97329,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2007,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2008,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2009,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2010,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2011,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2012,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2013,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2014,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2015,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2016,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2017,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2018,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2019,,,stu_EPONU97329,,1,10,,,,,ratio_proportion_change3-cms-085,ratio_proportion_change3-cms-085,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+2020,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2021,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2022,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2023,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2024,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2025,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2026,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2027,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2028,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2029,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2030,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2031,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2032,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2033,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2034,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2035,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2036,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2037,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2038,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2039,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2040,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2041,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2042,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2043,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2044,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2045,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2046,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2047,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2048,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2049,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2050,,,stu_GHHIK50670,,1,17,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2051,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2052,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2053,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2054,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2055,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2056,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2057,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2058,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2059,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2060,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2061,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2062,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2063,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2064,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2065,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2066,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2067,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2068,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2069,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2070,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2071,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2072,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2073,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2074,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2075,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2076,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2077,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2078,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2079,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2080,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2081,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2082,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2083,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2084,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,6,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2085,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2086,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2087,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2088,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,7,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2089,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,8,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2090,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2091,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2092,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2093,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2094,,,stu_GHHIK50670,,1,20,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2095,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2096,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2097,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2098,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2099,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2100,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2101,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2102,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2103,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2104,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2105,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2106,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2107,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2108,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2109,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2110,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2111,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2112,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2113,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2114,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2115,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2116,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2117,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2118,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2119,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2120,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2121,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2122,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2123,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2124,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2125,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2126,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2127,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2128,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2129,,,stu_GHHIK50670,,1,18,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2130,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2131,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2132,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2133,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2134,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2135,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2136,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2137,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2138,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2139,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2140,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2141,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2142,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2143,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2144,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2145,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2146,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2147,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2148,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2149,,,stu_TLIKD00143,,1,16,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2150,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2151,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2152,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2153,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2154,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2155,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2156,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2157,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2158,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2159,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2160,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2161,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2162,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2163,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2164,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2165,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2166,,,stu_TLIKD00143,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2167,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2168,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2169,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2170,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2171,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2172,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2173,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2174,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2175,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2176,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2177,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2178,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2179,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2180,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2181,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2182,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2183,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2184,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2185,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2186,,,stu_TLIKD00143,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2187,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2188,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2189,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2190,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2191,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2192,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,3,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2193,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2194,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2195,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2196,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2197,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2198,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2199,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2200,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2201,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2202,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2203,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2204,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2205,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2206,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2207,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2208,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2209,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2210,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2211,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2212,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2213,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2214,,,stu_CWAZE10545,,1,19,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsGTHKP40236,,,,,PROMOTED
+2215,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2216,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2217,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2218,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2219,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2220,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2221,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2222,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2223,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2224,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2225,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2226,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2227,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2228,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2229,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2230,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2231,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2232,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2233,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2234,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2235,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2236,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2237,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2238,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2239,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2240,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2241,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2242,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2243,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2244,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2245,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2246,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2247,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2248,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2249,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2250,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2251,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2252,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2253,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2254,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2255,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2256,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2257,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2258,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2259,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2260,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2261,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2262,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2263,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2264,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2265,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2266,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2267,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2268,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2269,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2270,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2271,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2272,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2273,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2274,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2275,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2276,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2277,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2278,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2279,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2280,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2281,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2282,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2283,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2284,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2285,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2286,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2287,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2288,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2289,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2290,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2291,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2292,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2293,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2294,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2295,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2296,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2297,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2298,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2299,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2300,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-081,ratio_proportion_change3-081,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2301,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2302,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2303,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2304,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2305,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2306,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2307,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2308,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2309,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2310,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2311,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2312,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2313,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2314,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2315,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2316,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2317,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2318,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2319,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2320,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2321,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2322,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2323,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2324,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2325,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2326,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2327,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2328,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2329,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2330,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2331,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2332,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2333,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2334,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2335,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2336,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2337,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2338,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2339,,,stu_MFPYY03784,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2340,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2341,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2342,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2343,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2344,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2345,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2346,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2347,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2348,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2349,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2350,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2351,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2352,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2353,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2354,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2355,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2356,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2357,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2358,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2359,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2360,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2361,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2362,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2363,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2364,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2365,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2366,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2367,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2368,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2369,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2370,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2371,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2372,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2373,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2374,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2375,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2376,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2377,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2378,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2379,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2380,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2381,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2382,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2383,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2384,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2385,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2386,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2387,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2388,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2389,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2390,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2391,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2392,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2393,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2394,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2395,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2396,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2397,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2398,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2399,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2400,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2401,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2402,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2403,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2404,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2405,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2406,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2407,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2408,,,stu_MFPYY03784,,1,18,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2409,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2410,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2411,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2412,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2413,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2414,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2415,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2416,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2417,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2418,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2419,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2420,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2421,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2422,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2423,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2424,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2425,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2426,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2427,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2428,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2429,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2430,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2431,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2432,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2433,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2434,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2435,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2436,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2437,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2438,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2439,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2440,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2441,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2442,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2443,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2444,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2445,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2446,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2447,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2448,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2449,,,stu_MFPYY03784,,1,14,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsTKKGI20310,,,,,PROMOTED
+2450,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2451,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2452,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2453,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2454,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2455,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2456,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2457,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2458,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2459,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2460,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2461,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2462,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2463,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2464,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2465,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2466,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2467,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2468,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2469,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2470,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2471,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2472,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2473,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2474,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2475,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2476,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2477,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2478,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2479,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2480,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2481,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2482,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2483,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2484,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2485,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2486,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2487,,,stu_HQMJR22737,,1,18,,,,,ratio_proportion_change3-003,ratio_proportion_change3-003,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2488,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2489,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2490,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2491,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2492,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2493,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2494,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2495,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2496,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2497,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2498,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2499,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2500,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2501,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2502,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2503,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2504,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2505,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2506,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2507,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2508,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2509,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2510,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2511,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2512,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2513,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2514,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2515,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2516,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2517,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2518,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2519,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2520,,,stu_HQMJR22737,,1,10,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+2521,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2522,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2523,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2524,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2525,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2526,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2527,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2528,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2529,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2530,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2531,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2532,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2533,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2534,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2535,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2536,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2537,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2538,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2539,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2540,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2541,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2542,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2543,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2544,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2545,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2546,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2547,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2548,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2549,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2550,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2551,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2552,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2553,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2554,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2555,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2556,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2557,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2558,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2559,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2560,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2561,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2562,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2563,,,stu_RQFBX20224,,1,16,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+2564,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2565,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2566,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2567,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2568,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2569,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2570,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2571,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2572,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2573,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2574,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2575,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2576,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2577,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2578,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2579,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2580,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2581,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2582,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2583,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2584,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2585,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2586,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2587,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2588,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2589,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2590,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2591,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2592,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2593,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2594,,,stu_RXWAQ95576,,1,12,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+2595,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2596,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2597,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2598,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2599,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2600,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2601,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2602,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2603,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2604,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2605,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2606,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2607,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2608,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2609,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2610,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2611,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2612,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2613,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2614,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2615,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2616,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2617,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2618,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2619,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2620,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2621,,,stu_TZBDT18738,,1,16,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2622,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2623,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2624,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2625,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2626,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2627,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2628,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2629,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2630,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2631,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2632,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2633,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2634,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2635,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2636,,,stu_TZBDT18738,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2637,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2638,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2639,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2640,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2641,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2642,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2643,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2644,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2645,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2646,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2647,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2648,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2649,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2650,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2651,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2652,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2653,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2654,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2655,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2656,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2657,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2658,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2659,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2660,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2661,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2662,,,stu_VLSQE27988,,1,18,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+2663,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2664,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2665,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2666,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2667,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2668,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2669,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2670,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2671,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2672,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2673,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2674,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2675,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2676,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2677,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2678,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2679,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2680,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2681,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2682,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2683,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2684,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2685,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2686,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2687,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2688,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2689,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2690,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2691,,,stu_BPAFD20564,,1,14,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+2692,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2693,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2694,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2695,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2696,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2697,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2698,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2699,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2700,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2701,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2702,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2703,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2704,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2705,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2706,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2707,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2708,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2709,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2710,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2711,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2712,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2713,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2714,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2715,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2716,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2717,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2718,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2719,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2720,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2721,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2722,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2723,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2724,,,stu_DCVGJ17026,,1,16,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+2725,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2726,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2727,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2728,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2729,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2730,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2731,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2732,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2733,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2734,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2735,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2736,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2737,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2738,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2739,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2740,,,stu_FRFCL15798,,1,14,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2741,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2742,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2743,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2744,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2745,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2746,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2747,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2748,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2749,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2750,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2751,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2752,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2753,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2754,,,stu_FRFCL15798,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+2755,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2756,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2757,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2758,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2759,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2760,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2761,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2762,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2763,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2764,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2765,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2766,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2767,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2768,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2769,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2770,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2771,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2772,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2773,,,stu_DPQYU17970,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2774,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2775,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2776,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2777,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2778,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2779,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2780,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2781,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2782,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2783,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2784,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2785,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2786,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2787,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2788,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2789,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2790,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2791,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2792,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2793,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2794,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2795,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2796,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2797,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2798,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2799,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2800,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2801,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2802,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2803,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2804,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2805,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2806,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2807,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2808,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2809,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2810,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2811,,,stu_DPQYU17970,,1,19,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+2812,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2813,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2814,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2815,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2816,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2817,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2818,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2819,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2820,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2821,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2822,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2823,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2824,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2825,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2826,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2827,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2828,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2829,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2830,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2831,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2832,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2833,,,stu_NLVTL44739,,1,14,,,,,ratio_proportion_change3-192,ratio_proportion_change3-192,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2834,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2835,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2836,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2837,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2838,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2839,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2840,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2841,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2842,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2843,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2844,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2845,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2846,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2847,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2848,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2849,,,stu_NLVTL44739,,1,12,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2850,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2851,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2852,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2853,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2854,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2855,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2856,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2857,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2858,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2859,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2860,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2861,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2862,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2863,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2864,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2865,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2866,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2867,,,stu_NLVTL44739,,1,9,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+2868,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2869,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2870,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2871,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2872,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2873,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2874,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2875,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2876,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2877,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2878,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2879,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2880,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2881,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2882,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2883,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2884,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2885,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2886,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2887,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2888,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2889,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2890,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2891,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2892,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2893,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2894,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2895,,,stu_WQSQR90492,,1,15,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+2896,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2897,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2898,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2899,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2900,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2901,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2902,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2903,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2904,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2905,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2906,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2907,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2908,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2909,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2910,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2911,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2912,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2913,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2914,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2915,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2916,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2917,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2918,,,stu_INFOX53344,,1,14,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2919,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2920,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2921,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2922,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2923,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2924,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2925,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2926,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2927,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2928,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2929,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2930,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2931,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2932,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2933,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2934,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2935,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2936,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2937,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2938,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2939,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2940,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2941,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2942,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2943,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2944,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2945,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2946,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2947,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2948,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2949,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2950,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2951,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2952,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2953,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2954,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2955,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2956,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2957,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2958,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2959,,,stu_INFOX53344,,1,15,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+2960,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2961,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2962,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2963,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2964,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2965,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2966,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2967,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2968,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2969,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2970,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2971,,,stu_WTVTV61096,,1,10,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2972,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2973,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2974,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2975,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2976,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2977,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2978,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2979,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2980,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2981,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2982,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2983,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2984,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2985,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2986,,,stu_WTVTV61096,,1,12,,,,,ratio_proportion_change3-051,ratio_proportion_change3-051,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsODMPT40080,,,,,PROMOTED
+2987,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2988,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2989,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2990,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2991,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2992,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2993,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2994,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2995,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2996,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2997,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2998,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+2999,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3000,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3001,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3002,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3003,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3004,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3005,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3006,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,5,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3007,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,6,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3008,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,7,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3009,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3010,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3011,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3012,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,8,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3013,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3014,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3015,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3016,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3017,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3018,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3019,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3020,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3021,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3022,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3023,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3024,,,stu_JVLEO15125,,1,11,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3025,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3026,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3027,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3028,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3029,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3030,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3031,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3032,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3033,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3034,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3035,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3036,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3037,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3038,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3039,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3040,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3041,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3042,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3043,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3044,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3045,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3046,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3047,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3048,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3049,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3050,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3051,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3052,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3053,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3054,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3055,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3056,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,5,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3057,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3058,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3059,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,6,,ERROR,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3060,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3061,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,ThirdRow,7,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3062,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3063,,,stu_JVLEO15125,,1,16,,,,,ratio_proportion_change3-098,ratio_proportion_change3-098,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3064,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3065,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3066,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3067,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3068,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3069,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3070,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3071,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3072,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3073,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3074,,,stu_WLQPS07407,,1,9,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3075,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3076,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3077,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3078,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3079,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3080,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3081,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3082,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3083,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3084,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3085,,,stu_WLQPS07407,,1,10,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_LWXXE87501,clsOCHJV82711,,,,,PROMOTED
+3086,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3087,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3088,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3089,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3090,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3091,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3092,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3093,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3094,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3095,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3096,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3097,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3098,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3099,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3100,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3101,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3102,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3103,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3104,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3105,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3106,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3107,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3108,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3109,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3110,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3111,,,stu_BTCHW90944,,1,12,,,,,ratio_proportion_change3-023,ratio_proportion_change3-023,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3112,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3113,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3114,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3115,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3116,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3117,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3118,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3119,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3120,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3121,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3122,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3123,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3124,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3125,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3126,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3127,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3128,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3129,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3130,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3131,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3132,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3133,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3134,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3135,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3136,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3137,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3138,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3139,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3140,,,stu_BTCHW90944,,1,11,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3141,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3142,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3143,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3144,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3145,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3146,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3147,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3148,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3149,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3150,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3151,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3152,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3153,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3154,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3155,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3156,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3157,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3158,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3159,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3160,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3161,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3162,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3163,,,stu_BTCHW90944,,1,9,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3164,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3165,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3166,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3167,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3168,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3169,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3170,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3171,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3172,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3173,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3174,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3175,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3176,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3177,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3178,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3179,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3180,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3181,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3182,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3183,,,stu_BTCHW90944,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsYNZIG96457,,,,,PROMOTED
+3184,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3185,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3186,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3187,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3188,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3189,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3190,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3191,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3192,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3193,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3194,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3195,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3196,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3197,,,stu_FNGPF45444,,1,9,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3198,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3199,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3200,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3201,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3202,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3203,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3204,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3205,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3206,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3207,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3208,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3209,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3210,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3211,,,stu_FNGPF45444,,1,10,,,,,ratio_proportion_change3-113,ratio_proportion_change3-113,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+3212,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3213,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3214,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3215,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3216,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3217,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3218,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3219,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3220,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3221,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3222,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3223,,,stu_QQRYB96294,,1,10,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+3224,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3225,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3226,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3227,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3228,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3229,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3230,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3231,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3232,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3233,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3234,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3235,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3236,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3237,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3238,,,stu_ZDMNX97054,,1,14,,,,,ratio_proportion_change3-145,ratio_proportion_change3-145,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+3239,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3240,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3241,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3242,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3243,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3244,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3245,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3246,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3247,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3248,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3249,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3250,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3251,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3252,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3253,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3254,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3255,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3256,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3257,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3258,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3259,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3260,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3261,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3262,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3263,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3264,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3265,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3266,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3267,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3268,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3269,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3270,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3271,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3272,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3273,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3274,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3275,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3276,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3277,,,stu_REAUR79469,,1,18,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3278,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3279,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3280,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3281,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3282,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3283,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3284,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3285,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3286,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3287,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3288,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3289,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3290,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3291,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3292,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3293,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3294,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3295,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3296,,,stu_JAZOV03454,,1,10,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+3297,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3298,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3299,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3300,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3301,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3302,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3303,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3304,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3305,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3306,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3307,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3308,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3309,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3310,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3311,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3312,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3313,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3314,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3315,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3316,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3317,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3318,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3319,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3320,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3321,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3322,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3323,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3324,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3325,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3326,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3327,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3328,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3329,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3330,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3331,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3332,,,stu_OWCFB81342,,1,20,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+3333,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3334,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3335,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3336,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3337,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3338,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3339,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3340,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3341,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3342,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3343,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3344,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3345,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3346,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3347,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3348,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3349,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3350,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3351,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3352,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3353,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3354,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3355,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3356,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3357,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3358,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3359,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3360,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3361,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3362,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3363,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3364,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3365,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3366,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3367,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3368,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3369,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3370,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3371,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3372,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3373,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3374,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3375,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3376,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3377,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3378,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3379,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3380,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3381,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3382,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3383,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3384,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3385,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3386,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3387,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3388,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3389,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3390,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3391,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3392,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3393,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3394,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3395,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3396,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3397,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3398,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3399,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3400,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3401,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3402,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3403,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3404,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3405,,,stu_VEOZM29428,,1,18,,,,,ratio_proportion_change3-186,ratio_proportion_change3-186,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3406,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3407,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3408,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3409,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3410,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3411,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3412,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3413,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3414,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3415,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3416,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3417,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3418,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3419,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3420,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3421,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3422,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3423,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3424,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3425,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3426,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3427,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3428,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3429,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3430,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3431,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3432,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3433,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3434,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3435,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3436,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3437,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3438,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3439,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3440,,,stu_VEOZM29428,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3441,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3442,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3443,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3444,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3445,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3446,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3447,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3448,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3449,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3450,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3451,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3452,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3453,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3454,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3455,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3456,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3457,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3458,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3459,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3460,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3461,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3462,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3463,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3464,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3465,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3466,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3467,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3468,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3469,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3470,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3471,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3472,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3473,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3474,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3475,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3476,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3477,,,stu_VEOZM29428,,1,19,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+3478,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3479,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3480,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3481,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3482,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3483,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3484,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3485,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3486,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3487,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3488,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3489,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3490,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3491,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3492,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3493,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3494,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3495,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3496,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3497,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3498,,,stu_RMBKM83753,,1,16,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsQNZSU35305,,,,,PROMOTED
+3499,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3500,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3501,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3502,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3503,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3504,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3505,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3506,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3507,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3508,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3509,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3510,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3511,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3512,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3513,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3514,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3515,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3516,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3517,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3518,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3519,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3520,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3521,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3522,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3523,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3524,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3525,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3526,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3527,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3528,,,stu_XOKUR71502,,1,17,,,,,ratio_proportion_change3-160,ratio_proportion_change3-160,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+3529,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3530,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3531,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3532,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3533,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3534,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3535,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3536,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3537,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3538,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3539,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3540,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3541,,,stu_HKFUB28143,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3542,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3543,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3544,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3545,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3546,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3547,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3548,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3549,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3550,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3551,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3552,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3553,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3554,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3555,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3556,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3557,,,stu_HKFUB28143,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+3558,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3559,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3560,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3561,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3562,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3563,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3564,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3565,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3566,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3567,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3568,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3569,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3570,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3571,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3572,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3573,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3574,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3575,,,stu_JNKKK98783,,1,11,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3576,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3577,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3578,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3579,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3580,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3581,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3582,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3583,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3584,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3585,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3586,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3587,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3588,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3589,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3590,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3591,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3592,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3593,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3594,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3595,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3596,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3597,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3598,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3599,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3600,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3601,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3602,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3603,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3604,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3605,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3606,,,stu_JNKKK98783,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+3607,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3608,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3609,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3610,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3611,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3612,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3613,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3614,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3615,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3616,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3617,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3618,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3619,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3620,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3621,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3622,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3623,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3624,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3625,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3626,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3627,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3628,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3629,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3630,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3631,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3632,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3633,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3634,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3635,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3636,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3637,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3638,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3639,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3640,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3641,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3642,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3643,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3644,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3645,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3646,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3647,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3648,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3649,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3650,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3651,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3652,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3653,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3654,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3655,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3656,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3657,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3658,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3659,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3660,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3661,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3662,,,stu_ZXTZQ39324,,1,16,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+3663,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3664,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3665,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3666,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3667,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3668,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3669,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3670,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3671,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3672,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3673,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3674,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3675,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3676,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3677,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3678,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3679,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3680,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3681,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3682,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3683,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3684,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow1:2,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3685,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3686,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3687,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3688,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3689,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3690,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3691,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3692,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3693,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3694,,,stu_SAUPP41499,,1,18,,,,,ratio_proportion_change3-007,ratio_proportion_change3-007,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3695,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3696,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3697,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3698,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3699,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3700,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3701,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3702,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3703,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3704,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3705,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3706,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3707,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3708,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3709,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3710,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3711,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3712,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3713,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3714,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3715,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3716,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3717,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3718,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3719,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3720,,,stu_SAUPP41499,,1,17,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsELNZP40401,,,,,PROMOTED
+3721,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3722,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3723,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3724,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3725,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3726,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3727,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3728,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3729,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3730,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3731,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3732,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3733,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3734,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3735,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3736,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3737,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3738,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3739,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3740,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3741,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3742,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3743,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3744,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3745,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3746,,,stu_JUUBZ81040,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3747,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3748,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3749,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3750,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3751,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3752,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3753,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3754,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3755,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3756,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3757,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3758,,,stu_JUUBZ81040,,1,12,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3759,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3760,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3761,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3762,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3763,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3764,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3765,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3766,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3767,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3768,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3769,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3770,,,stu_RMTQV73881,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3771,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3772,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3773,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3774,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3775,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3776,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3777,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3778,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3779,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3780,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3781,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3782,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3783,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3784,,,stu_RMTQV73881,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3785,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3786,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3787,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3788,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3789,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3790,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3791,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3792,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3793,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3794,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3795,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3796,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3797,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3798,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3799,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3800,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3801,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3802,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3803,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3804,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3805,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3806,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3807,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3808,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3809,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3810,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3811,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3812,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3813,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3814,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3815,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3816,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3817,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3818,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3819,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3820,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3821,,,stu_RMTQV73881,,1,18,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3822,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3823,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3824,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3825,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3826,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3827,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3828,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3829,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3830,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3831,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3832,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3833,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3834,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3835,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3836,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3837,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3838,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3839,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3840,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3841,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3842,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3843,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3844,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3845,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3846,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3847,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3848,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3849,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3850,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3851,,,stu_RMTQV73881,,1,19,,,,,ratio_proportion_change3-cms-073,ratio_proportion_change3-cms-073,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3852,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3853,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3854,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3855,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3856,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3857,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3858,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3859,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3860,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3861,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3862,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3863,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3864,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3865,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3866,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3867,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3868,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3869,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3870,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3871,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3872,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3873,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3874,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3875,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3876,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3877,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3878,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3879,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3880,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3881,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3882,,,stu_RPRRO54751,,1,20,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3883,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3884,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3885,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3886,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3887,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3888,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3889,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3890,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3891,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3892,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3893,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3894,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3895,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3896,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3897,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3898,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3899,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3900,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3901,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3902,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3903,,,stu_RPRRO54751,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+3904,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3905,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3906,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3907,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3908,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3909,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3910,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3911,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3912,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3913,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3914,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3915,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3916,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3917,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3918,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3919,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3920,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3921,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3922,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3923,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3924,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3925,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3926,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3927,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3928,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3929,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3930,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3931,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3932,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3933,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3934,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3935,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3936,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3937,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3938,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3939,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,6,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3940,,,stu_UAIZI46260,,1,12,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,7,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+3941,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3942,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3943,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3944,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3945,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3946,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3947,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3948,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3949,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3950,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3951,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3952,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3953,,,stu_VTHEO17539,,1,13,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+3954,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3955,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3956,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3957,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3958,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3959,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3960,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3961,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3962,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3963,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3964,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3965,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3966,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3967,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3968,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3969,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3970,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3971,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3972,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3973,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3974,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3975,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3976,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3977,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3978,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3979,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3980,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3981,,,stu_GSXOV78360,,1,19,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsOFAKN11692,,,,,PROMOTED
+3982,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3983,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3984,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3985,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3986,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3987,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity1,3,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3988,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity1,4,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3989,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity1,5,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3990,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3991,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3992,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3993,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3994,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3995,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3996,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3997,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3998,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+3999,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4000,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4001,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4002,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4003,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4004,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4005,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4006,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4007,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4008,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4009,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4010,,,stu_RIMRG53367,,1,15,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4011,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4012,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4013,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4014,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4015,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4016,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4017,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4018,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4019,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4020,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4021,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4022,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4023,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4024,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4025,,,stu_RIMRG53367,,1,11,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RJBDM57265,clsKBJVZ13680,,,,,PROMOTED
+4026,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4027,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4028,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4029,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4030,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4031,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4032,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4033,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4034,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4035,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4036,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4037,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4038,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4039,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4040,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4041,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4042,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4043,,,stu_HXEMO44127,,1,15,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+4044,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4045,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4046,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4047,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4048,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4049,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4050,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity2,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4051,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4052,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4053,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4054,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4055,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4056,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4057,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4058,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4059,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4060,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4061,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4062,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4063,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4064,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4065,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4066,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4067,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4068,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4069,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4070,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4071,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,EquationAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4072,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4073,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4074,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4075,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4076,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4077,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4078,,,stu_QUSHB54253,,1,15,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4079,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4080,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4081,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4082,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4083,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4084,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4085,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4086,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4087,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4088,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4089,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4090,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4091,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4092,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4093,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4094,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-045,ratio_proportion_change3-045,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4095,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4096,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4097,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4098,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4099,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4100,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4101,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4102,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4103,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4104,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4105,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4106,,,stu_WAUKV23420,,1,12,,,,,ratio_proportion_change3-084,ratio_proportion_change3-084,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4107,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4108,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4109,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4110,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4111,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4112,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4113,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4114,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4115,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4116,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4117,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4118,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4119,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4120,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4121,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4122,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,SecondRow,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4123,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4124,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4125,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4126,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4127,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4128,,,stu_WAUKV23420,,1,13,,,,,ratio_proportion_change3-cms-013,ratio_proportion_change3-cms-013,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+4129,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4130,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4131,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4132,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4133,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4134,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4135,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4136,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4137,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4138,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4139,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4140,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4141,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4142,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4143,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4144,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4145,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4146,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4147,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4148,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4149,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4150,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4151,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4152,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4153,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4154,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4155,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4156,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4157,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4158,,,stu_HQECG97858,,1,13,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4159,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4160,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4161,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4162,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4163,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4164,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4165,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4166,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4167,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4168,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4169,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4170,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4171,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4172,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4173,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4174,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4175,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4176,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4177,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4178,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4179,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4180,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4181,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4182,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4183,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4184,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4185,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4186,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4187,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4188,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4189,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4190,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4191,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4192,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4193,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4194,,,stu_HQECG97858,,1,17,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+4195,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4196,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4197,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4198,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4199,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4200,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4201,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4202,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4203,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4204,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4205,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4206,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4207,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4208,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4209,,,stu_IBENU36157,,1,13,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4210,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4211,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4212,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4213,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4214,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4215,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4216,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4217,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4218,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4219,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4220,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4221,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4222,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4223,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4224,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4225,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4226,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4227,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4228,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4229,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4230,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4231,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4232,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4233,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4234,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4235,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4236,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4237,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4238,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4239,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4240,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4241,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4242,,,stu_KGGKT09129,,1,19,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4243,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4244,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4245,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4246,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4247,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4248,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4249,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4250,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4251,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4252,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4253,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4254,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4255,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4256,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4257,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4258,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4259,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4260,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4261,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4262,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4263,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4264,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4265,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4266,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4267,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4268,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4269,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4270,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4271,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4272,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4273,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4274,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4275,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4276,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4277,,,stu_KGGKT09129,,1,12,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4278,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4279,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4280,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4281,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4282,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4283,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4284,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4285,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4286,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4287,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4288,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4289,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4290,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4291,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4292,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4293,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,EquationAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4294,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,EquationAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4295,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4296,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4297,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4298,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4299,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4300,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4301,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4302,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4303,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4304,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4305,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4306,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4307,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4308,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4309,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4310,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4311,,,stu_KTUGB82913,,1,17,,,,,ratio_proportion_change3-cms-017,ratio_proportion_change3-cms-017,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+4312,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4313,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4314,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4315,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4316,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4317,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4318,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4319,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4320,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4321,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4322,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4323,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4324,,,stu_OQHIE41163,,1,13,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4325,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4326,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4327,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4328,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4329,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4330,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4331,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4332,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4333,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4334,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4335,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4336,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4337,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4338,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4339,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4340,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4341,,,stu_QCLUY04304,,1,11,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4342,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4343,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4344,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4345,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4346,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4347,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4348,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4349,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4350,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4351,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4352,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4353,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4354,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4355,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4356,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4357,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4358,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4359,,,stu_XIYHF22949,,1,13,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4360,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4361,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4362,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4363,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4364,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4365,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4366,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4367,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4368,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4369,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4370,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4371,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4372,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4373,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4374,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4375,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4376,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4377,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4378,,,stu_YSQWG90821,,1,17,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4379,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4380,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4381,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4382,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4383,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4384,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4385,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4386,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4387,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4388,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4389,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4390,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4391,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4392,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4393,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4394,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4395,,,stu_ZAROQ68312,,1,17,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4396,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4397,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4398,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4399,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4400,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4401,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4402,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4403,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4404,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4405,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4406,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4407,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4408,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4409,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4410,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4411,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4412,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4413,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4414,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4415,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4416,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4417,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4418,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4419,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4420,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4421,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4422,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4423,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4424,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4425,,,stu_ZAROQ68312,,1,18,,,,,ratio_proportion_change3-cms-022,ratio_proportion_change3-cms-022,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_NMJRK51112,clsANKWQ66249,,,,,PROMOTED
+4426,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4427,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4428,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4429,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4430,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4431,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4432,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4433,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4434,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4435,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4436,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4437,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4438,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4439,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4440,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4441,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4442,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4443,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4444,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4445,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4446,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4447,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4448,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4449,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4450,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4451,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4452,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4453,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4454,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4455,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4456,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4457,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4458,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4459,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4460,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4461,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4462,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4463,,,stu_AAJGB73975,,1,16,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4464,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4465,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4466,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4467,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4468,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4469,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4470,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4471,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4472,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4473,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4474,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4475,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4476,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4477,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4478,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4479,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4480,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4481,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4482,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4483,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4484,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4485,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4486,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4487,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4488,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4489,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4490,,,stu_BPBTV89795,,1,10,,,,,ratio_proportion_change3-111,ratio_proportion_change3-111,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4491,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4492,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4493,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4494,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4495,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4496,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4497,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4498,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4499,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4500,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4501,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4502,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4503,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4504,,,stu_EYNFE31765,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4505,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4506,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4507,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4508,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4509,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4510,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4511,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4512,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4513,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4514,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4515,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4516,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4517,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4518,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4519,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4520,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4521,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4522,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4523,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,DenominatorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4524,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4525,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4526,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4527,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4528,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4529,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4530,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4531,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4532,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4533,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4534,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4535,,,stu_EYNFE31765,,1,20,,,,,ratio_proportion_change3-cms-075,ratio_proportion_change3-cms-075,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4536,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4537,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4538,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4539,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4540,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4541,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4542,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4543,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4544,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4545,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4546,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4547,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4548,,,stu_IMRWD65225,,1,13,,,,,ratio_proportion_change3-146,ratio_proportion_change3-146,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4549,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4550,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4551,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4552,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4553,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4554,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4555,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4556,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4557,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4558,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4559,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4560,,,stu_IMRWD65225,,1,12,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+4561,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4562,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4563,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4564,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4565,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4566,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4567,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4568,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4569,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4570,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4571,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4572,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4573,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4574,,,stu_OYVWG38007,,1,14,,,,,ratio_proportion_change3-075,ratio_proportion_change3-075,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+4575,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4576,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4577,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4578,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4579,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4580,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4581,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4582,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4583,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4584,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4585,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4586,,,stu_ROSQV63193,,1,12,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4587,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4588,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4589,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4590,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4591,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4592,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4593,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4594,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4595,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4596,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4597,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4598,,,stu_ROSQV63193,,1,11,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+4599,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4600,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4601,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4602,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4603,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4604,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4605,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4606,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4607,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4608,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4609,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4610,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4611,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4612,,,stu_XYOBS24492,,1,10,,,,,ratio_proportion_change3-cms-007,ratio_proportion_change3-cms-007,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsMSKOS75996,,,,,PROMOTED
+4613,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4614,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4615,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4616,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4617,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4618,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4619,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4620,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4621,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4622,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4623,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4624,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4625,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4626,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4627,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4628,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4629,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4630,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4631,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4632,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4633,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4634,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4635,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4636,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4637,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4638,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4639,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4640,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4641,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4642,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4643,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4644,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4645,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4646,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4647,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4648,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4649,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4650,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4651,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4652,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4653,,,stu_FZAYE88808,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsYVMES27787,,,,,PROMOTED
+4654,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4655,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4656,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4657,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4658,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4659,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4660,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4661,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4662,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4663,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4664,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4665,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4666,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4667,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4668,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4669,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4670,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4671,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4672,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4673,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4674,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4675,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4676,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4677,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4678,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4679,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4680,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4681,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4682,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4683,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4684,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4685,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4686,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4687,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4688,,,stu_MUVSD32640,,1,23,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+4689,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4690,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4691,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4692,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4693,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4694,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4695,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4696,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4697,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4698,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4699,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4700,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4701,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4702,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4703,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4704,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4705,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4706,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4707,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4708,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4709,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4710,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4711,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4712,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4713,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4714,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4715,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4716,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4717,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4718,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4719,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4720,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4721,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4722,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4723,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4724,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4725,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4726,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4727,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4728,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4729,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4730,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4731,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4732,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4733,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4734,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4735,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4736,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4737,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4738,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4739,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4740,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4741,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4742,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4743,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4744,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4745,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4746,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4747,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4748,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4749,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4750,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4751,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4752,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4753,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4754,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4755,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4756,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4757,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4758,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4759,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4760,,,stu_KZBPM20975,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4761,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4762,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4763,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4764,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4765,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4766,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4767,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4768,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4769,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4770,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4771,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4772,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4773,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4774,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4775,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4776,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4777,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4778,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4779,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4780,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4781,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4782,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4783,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4784,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4785,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4786,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4787,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4788,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4789,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4790,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4791,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4792,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4793,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4794,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4795,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4796,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4797,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4798,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4799,,,stu_KZBPM20975,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4800,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4801,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4802,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4803,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4804,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4805,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4806,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4807,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4808,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4809,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4810,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4811,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4812,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4813,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4814,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4815,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4816,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4817,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4818,,,stu_KZBPM20975,,1,13,,,,,ratio_proportion_change3-cms-064,ratio_proportion_change3-cms-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+4819,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4820,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4821,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4822,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4823,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4824,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4825,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4826,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4827,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4828,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4829,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4830,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4831,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4832,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4833,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4834,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4835,,,stu_LNHCY40220,,1,12,,,,,ratio_proportion_change3-028,ratio_proportion_change3-028,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4836,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4837,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4838,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4839,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4840,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4841,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4842,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4843,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4844,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4845,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4846,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4847,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4848,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4849,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4850,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4851,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4852,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4853,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4854,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4855,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4856,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4857,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4858,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4859,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4860,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4861,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4862,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4863,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4864,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4865,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4866,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4867,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4868,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4869,,,stu_NGJKV03377,,1,21,,,,,ratio_proportion_change3-018,ratio_proportion_change3-018,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+4870,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4871,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4872,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4873,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4874,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4875,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4876,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4877,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4878,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4879,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4880,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4881,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4882,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4883,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4884,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4885,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4886,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4887,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4888,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4889,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4890,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4891,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4892,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4893,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4894,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4895,,,stu_RSOXL80185,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+4896,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4897,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4898,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4899,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4900,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4901,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4902,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4903,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4904,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4905,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4906,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4907,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4908,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4909,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4910,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4911,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4912,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4913,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,7,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4914,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,8,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4915,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,9,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4916,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4917,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4918,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4919,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,10,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4920,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4921,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4922,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4923,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4924,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4925,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4926,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4927,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4928,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4929,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4930,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4931,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4932,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4933,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4934,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4935,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4936,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4937,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4938,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4939,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4940,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4941,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4942,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4943,,,stu_XSYQN61321,,1,15,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4944,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4945,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4946,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4947,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4948,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4949,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4950,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4951,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4952,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4953,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4954,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4955,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4956,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4957,,,stu_XSYQN61321,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsPUBFI07079,,,,,PROMOTED
+4958,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4959,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4960,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4961,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4962,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4963,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4964,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4965,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4966,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4967,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4968,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4969,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4970,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4971,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4972,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4973,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4974,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4975,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4976,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4977,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4978,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4979,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4980,,,stu_YRSRI99408,,1,16,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+4981,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4982,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4983,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4984,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4985,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4986,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4987,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4988,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4989,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4990,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4991,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4992,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4993,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4994,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4995,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4996,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4997,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4998,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+4999,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5000,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5001,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5002,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5003,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5004,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5005,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5006,,,stu_IVJKR26516,,1,17,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5007,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5008,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5009,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5010,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5011,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5012,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5013,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5014,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5015,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5016,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5017,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5018,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5019,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5020,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5021,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5022,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5023,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5024,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5025,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5026,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5027,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5028,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5029,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5030,,,stu_IVJKR26516,,1,16,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5031,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5032,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5033,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5034,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5035,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5036,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5037,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5038,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5039,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5040,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5041,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5042,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5043,,,stu_NPOTI01303,,1,13,,,,,ratio_proportion_change3-cms-014,ratio_proportion_change3-cms-014,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5044,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5045,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5046,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5047,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5048,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5049,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5050,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5051,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5052,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5053,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5054,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5055,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5056,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5057,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5058,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5059,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5060,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5061,,,stu_OXTXM64179,,1,10,,,,,ratio_proportion_change3-094,ratio_proportion_change3-094,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5062,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5063,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5064,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5065,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5066,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5067,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5068,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5069,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5070,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5071,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5072,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5073,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5074,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5075,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5076,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5077,,,stu_TQEMX44513,,1,13,,,,,ratio_proportion_change3-013,ratio_proportion_change3-013,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5078,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5079,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5080,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5081,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5082,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5083,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5084,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5085,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5086,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5087,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5088,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5089,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5090,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5091,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5092,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5093,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5094,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5095,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5096,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5097,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5098,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5099,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5100,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5101,,,stu_TQEMX44513,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5102,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5103,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5104,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5105,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5106,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5107,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5108,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5109,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5110,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5111,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5112,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5113,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5114,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5115,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5116,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5117,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5118,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5119,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5120,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5121,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5122,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5123,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5124,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5125,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5126,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5127,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5128,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5129,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5130,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5131,,,stu_USLZS81081,,1,17,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5132,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5133,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5134,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5135,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5136,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5137,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5138,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5139,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5140,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5141,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5142,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5143,,,stu_VLWCS73875,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5144,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5145,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5146,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5147,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5148,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5149,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5150,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5151,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5152,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5153,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5154,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5155,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5156,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5157,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5158,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5159,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5160,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5161,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5162,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5163,,,stu_VLWCS73875,,1,15,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5164,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5165,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5166,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5167,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5168,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5169,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5170,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5171,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5172,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5173,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5174,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5175,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5176,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5177,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5178,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5179,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5180,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5181,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5182,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5183,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5184,,,stu_VLWCS73875,,1,13,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5185,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5186,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5187,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5188,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5189,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5190,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5191,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5192,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5193,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5194,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5195,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5196,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5197,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5198,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5199,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5200,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5201,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5202,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5203,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5204,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5205,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5206,,,stu_ZDYDP78445,,1,16,,,,,ratio_proportion_change3-035,ratio_proportion_change3-035,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5207,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5208,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5209,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5210,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5211,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5212,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5213,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5214,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5215,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5216,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5217,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5218,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5219,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5220,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,EquationAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5221,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5222,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5223,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5224,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5225,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5226,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5227,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5228,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5229,,,stu_ZDYDP78445,,1,17,,,,,ratio_proportion_change3-cms-078,ratio_proportion_change3-cms-078,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsLEHKR31339,,,,,PROMOTED
+5230,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5231,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5232,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5233,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5234,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5235,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5236,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5237,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5238,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5239,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5240,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5241,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5242,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5243,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5244,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5245,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5246,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5247,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5248,,,stu_GDQGP63375,,1,16,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+5249,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5250,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5251,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5252,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5253,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5254,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5255,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5256,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5257,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5258,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5259,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5260,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5261,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5262,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5263,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5264,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5265,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5266,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5267,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5268,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5269,,,stu_NTEAE67417,,1,16,,,,,ratio_proportion_change3-088,ratio_proportion_change3-088,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5270,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5271,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5272,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5273,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5274,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5275,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5276,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5277,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5278,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5279,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5280,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5281,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5282,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5283,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5284,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5285,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5286,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5287,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5288,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5289,,,stu_NTEAE67417,,1,9,,,,,ratio_proportion_change3-170,ratio_proportion_change3-170,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5290,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5291,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5292,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5293,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5294,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5295,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5296,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5297,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5298,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5299,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5300,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5301,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5302,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5303,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5304,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5305,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5306,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5307,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5308,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5309,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5310,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-048,ratio_proportion_change3-048,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5311,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5312,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5313,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5314,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5315,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5316,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5317,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5318,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5319,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5320,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5321,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5322,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5323,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5324,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5325,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5326,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5327,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5328,,,stu_VPJVG53130,,1,14,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5329,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5330,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5331,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5332,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5333,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5334,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5335,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5336,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5337,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5338,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5339,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5340,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5341,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5342,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5343,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5344,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5345,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5346,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5347,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5348,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5349,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5350,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5351,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5352,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5353,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5354,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5355,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5356,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5357,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5358,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5359,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5360,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5361,,,stu_VPJVG53130,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5362,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5363,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5364,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5365,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5366,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5367,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5368,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5369,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5370,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5371,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5372,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5373,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5374,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5375,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5376,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5377,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5378,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5379,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5380,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5381,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5382,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5383,,,stu_VPJVG53130,,1,13,,,,,ratio_proportion_change3-cms-093,ratio_proportion_change3-cms-093,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+5384,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5385,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5386,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5387,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5388,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5389,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5390,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5391,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5392,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5393,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5394,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5395,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5396,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5397,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5398,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5399,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5400,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5401,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5402,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5403,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5404,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5405,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5406,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5407,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5408,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5409,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5410,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5411,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorFactor,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5412,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorFactor,6,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5413,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5414,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5415,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5416,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5417,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorFactor,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5418,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5419,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5420,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5421,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5422,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5423,,,stu_YPKJA10739,,1,19,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+5424,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5425,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5426,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5427,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5428,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5429,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5430,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5431,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5432,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5433,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5434,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5435,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5436,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5437,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5438,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5439,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5440,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5441,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5442,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,NumeratorFactor,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5443,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5444,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5445,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5446,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5447,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5448,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5449,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5450,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5451,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5452,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5453,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5454,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5455,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5456,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5457,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,6,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5458,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5459,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,7,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5460,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5461,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5462,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow1:1,8,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5463,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5464,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5465,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5466,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5467,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5468,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5469,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5470,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5471,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5472,,,stu_BRIVC68025,,1,19,,,,,ratio_proportion_change3-086,ratio_proportion_change3-086,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5473,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5474,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5475,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5476,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5477,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5478,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5479,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5480,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5481,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5482,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5483,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5484,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5485,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5486,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5487,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5488,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5489,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5490,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5491,,,stu_BRIVC68025,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5492,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5493,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5494,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5495,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5496,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5497,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5498,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5499,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5500,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5501,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5502,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5503,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5504,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5505,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5506,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5507,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5508,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5509,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5510,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5511,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5512,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5513,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5514,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5515,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5516,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5517,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5518,,,stu_BRIVC68025,,1,18,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKFKAO21589,,,,,PROMOTED
+5519,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5520,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5521,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5522,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5523,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5524,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5525,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5526,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5527,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5528,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5529,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5530,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5531,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5532,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5533,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5534,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5535,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5536,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5537,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5538,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5539,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5540,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5541,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5542,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5543,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5544,,,stu_FNVZI90068,,1,18,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5545,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5546,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5547,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5548,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5549,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5550,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5551,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5552,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5553,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5554,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5555,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5556,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5557,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5558,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5559,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5560,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5561,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5562,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5563,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5564,,,stu_FNVZI90068,,1,16,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5565,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5566,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5567,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5568,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5569,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5570,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5571,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5572,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5573,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5574,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5575,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5576,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5577,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5578,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5579,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5580,,,stu_FYKPV19719,,1,9,,,,,ratio_proportion_change3-033,ratio_proportion_change3-033,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5581,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5582,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5583,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5584,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5585,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5586,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5587,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5588,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5589,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5590,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5591,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5592,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5593,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5594,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5595,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5596,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5597,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5598,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5599,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5600,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5601,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5602,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5603,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5604,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5605,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5606,,,stu_IDZXY63851,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+5607,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5608,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5609,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5610,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5611,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5612,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5613,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5614,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5615,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5616,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5617,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5618,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5619,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5620,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5621,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5622,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5623,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5624,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5625,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5626,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5627,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5628,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5629,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5630,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5631,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5632,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5633,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5634,,,stu_QEOGZ53944,,1,16,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5635,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5636,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5637,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5638,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5639,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5640,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5641,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5642,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5643,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5644,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5645,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5646,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5647,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5648,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5649,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5650,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5651,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5652,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5653,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5654,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5655,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5656,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5657,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5658,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5659,,,stu_QEOGZ53944,,1,17,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5660,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5661,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5662,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5663,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5664,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5665,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5666,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5667,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5668,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5669,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5670,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5671,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5672,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5673,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5674,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5675,,,stu_SQECW68406,,1,10,,,,,ratio_proportion_change3-cms-009,ratio_proportion_change3-cms-009,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsMRHUL11126,,,,,PROMOTED
+5676,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5677,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5678,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5679,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5680,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5681,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5682,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5683,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5684,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5685,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5686,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5687,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5688,,,stu_WTQVD36474,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5689,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5690,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5691,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5692,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5693,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5694,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5695,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5696,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5697,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5698,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5699,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5700,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5701,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5702,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5703,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5704,,,stu_WTQVD36474,,1,15,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+5705,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5706,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5707,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5708,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5709,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5710,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5711,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5712,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5713,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5714,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5715,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5716,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5717,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5718,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5719,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5720,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5721,,,stu_AMGEW31034,,1,11,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5722,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5723,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5724,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5725,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5726,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5727,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5728,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5729,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5730,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5731,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5732,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5733,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5734,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5735,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5736,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5737,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5738,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5739,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5740,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5741,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,4,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5742,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5743,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5744,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,5,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5745,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5746,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FirstRow1:2,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5747,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5748,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5749,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5750,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5751,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5752,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5753,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5754,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5755,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5756,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5757,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5758,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5759,,,stu_AMGEW31034,,1,20,,,,,ratio_proportion_change3-cms-029,ratio_proportion_change3-cms-029,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5760,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5761,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5762,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5763,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5764,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5765,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5766,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5767,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5768,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5769,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5770,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5771,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5772,,,stu_BRBLX95065,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+5773,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5774,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5775,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5776,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5777,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5778,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5779,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5780,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5781,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5782,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5783,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5784,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5785,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5786,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5787,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5788,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5789,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5790,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5791,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5792,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5793,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5794,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5795,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5796,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5797,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5798,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5799,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5800,,,stu_DZEJX42067,,1,20,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+5801,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5802,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5803,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5804,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5805,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5806,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5807,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5808,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5809,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5810,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5811,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5812,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5813,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5814,,,stu_EQDUG72650,,1,12,,,,,ratio_proportion_change3-cms-096,ratio_proportion_change3-cms-096,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5815,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5816,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5817,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5818,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5819,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5820,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5821,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5822,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5823,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5824,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5825,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5826,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5827,,,stu_NWDIA04213,,1,10,,,,,ratio_proportion_change3-cms-088,ratio_proportion_change3-cms-088,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+5828,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5829,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5830,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5831,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5832,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5833,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5834,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5835,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5836,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5837,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5838,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5839,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5840,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5841,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5842,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5843,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5844,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5845,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5846,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5847,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5848,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5849,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5850,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5851,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5852,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5853,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5854,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5855,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5856,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5857,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5858,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5859,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5860,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5861,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5862,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5863,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5864,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5865,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5866,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5867,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorFactor,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5868,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5869,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5870,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5871,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,NumeratorFactor,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5872,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5873,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5874,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5875,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5876,,,stu_OOQHP53100,,1,22,,,,,ratio_proportion_change3-127,ratio_proportion_change3-127,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5877,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5878,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5879,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5880,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5881,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5882,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5883,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5884,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5885,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5886,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5887,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5888,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5889,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5890,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5891,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5892,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5893,,,stu_OOQHP53100,,1,17,,,,,ratio_proportion_change3-cms-002,ratio_proportion_change3-cms-002,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5894,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5895,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5896,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5897,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5898,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5899,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5900,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5901,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5902,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5903,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5904,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5905,,,stu_OOQHP53100,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5906,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5907,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5908,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5909,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5910,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5911,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5912,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5913,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5914,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5915,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5916,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,NumeratorQuantity1,6,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5917,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5918,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5919,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5920,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5921,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5922,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5923,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5924,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5925,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5926,,,stu_OOQHP53100,,1,18,,,,,ratio_proportion_change3-cms-069,ratio_proportion_change3-cms-069,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5927,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5928,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5929,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5930,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5931,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5932,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5933,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5934,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5935,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5936,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5937,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5938,,,stu_OPJKX37910,,1,12,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5939,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5940,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5941,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5942,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5943,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5944,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5945,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5946,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5947,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5948,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5949,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5950,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5951,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5952,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5953,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5954,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5955,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5956,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5957,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5958,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5959,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5960,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5961,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5962,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5963,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5964,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5965,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5966,,,stu_PBLRA57895,,1,17,,,,,ratio_proportion_change3-cms-019,ratio_proportion_change3-cms-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+5967,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5968,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5969,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5970,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5971,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5972,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5973,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5974,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5975,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5976,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5977,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5978,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5979,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5980,,,stu_UWRBH08427,,1,13,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+5981,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5982,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5983,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5984,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5985,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5986,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5987,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5988,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5989,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5990,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5991,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5992,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5993,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5994,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5995,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5996,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5997,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5998,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+5999,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6000,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6001,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6002,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6003,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6004,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6005,,,stu_FNIXK96924,,1,14,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6006,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6007,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6008,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6009,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6010,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6011,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6012,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6013,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6014,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6015,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6016,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6017,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6018,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6019,,,stu_RBWJV31104,,1,13,,,,,ratio_proportion_change3-125,ratio_proportion_change3-125,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6020,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6021,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6022,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6023,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6024,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6025,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6026,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6027,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6028,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6029,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6030,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6031,,,stu_RBWJV31104,,1,12,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6032,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6033,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6034,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6035,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6036,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6037,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6038,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6039,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6040,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6041,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6042,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6043,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6044,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6045,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6046,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6047,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6048,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6049,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6050,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6051,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6052,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6053,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6054,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6055,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6056,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6057,,,stu_RVILQ96441,,1,10,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+6058,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6059,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6060,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6061,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6062,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6063,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6064,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6065,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6066,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6067,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6068,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6069,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6070,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6071,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6072,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6073,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6074,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6075,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6076,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6077,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6078,,,stu_WGTXF42141,,1,16,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6079,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6080,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6081,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6082,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6083,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6084,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6085,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6086,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6087,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6088,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6089,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6090,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6091,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6092,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6093,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6094,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FinalAnswerDirection,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6095,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6096,,,stu_AEZTJ18258,,1,15,,,,,ratio_proportion_change3-104,ratio_proportion_change3-104,,,FinalAnswerDirection,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6097,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6098,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6099,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6100,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6101,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6102,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6103,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6104,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6105,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6106,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6107,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6108,,,stu_BNPPW49063,,1,12,,,,,ratio_proportion_change3-039,ratio_proportion_change3-039,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6109,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6110,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6111,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6112,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6113,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6114,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6115,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6116,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6117,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6118,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6119,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6120,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6121,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6122,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6123,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6124,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6125,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6126,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6127,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6128,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6129,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6130,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6131,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6132,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6133,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6134,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6135,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6136,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6137,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6138,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6139,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6140,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6141,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6142,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6143,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6144,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6145,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6146,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6147,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6148,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6149,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6150,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6151,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6152,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6153,,,stu_PENKF78205,,1,18,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6154,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6155,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6156,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6157,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6158,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6159,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6160,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6161,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6162,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6163,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6164,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6165,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6166,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6167,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6168,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6169,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6170,,,stu_PENKF78205,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6171,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6172,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6173,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6174,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6175,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6176,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6177,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6178,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6179,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6180,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6181,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6182,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6183,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6184,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6185,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6186,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6187,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6188,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6189,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6190,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6191,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6192,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6193,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:2,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6194,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:2,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6195,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6196,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6197,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6198,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6199,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6200,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,4,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6201,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6202,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,5,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6203,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6204,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6205,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6206,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6207,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6208,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6209,,,stu_PGGOL25490,,1,16,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6210,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6211,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6212,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6213,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6214,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6215,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6216,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6217,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6218,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6219,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6220,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6221,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6222,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6223,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,EquationAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6224,,,stu_PGGOL25490,,1,9,,,,,ratio_proportion_change3-cms-081,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsDGVYU13961,,,,,PROMOTED
+6225,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6226,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6227,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6228,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6229,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6230,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6231,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6232,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6233,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6234,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6235,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6236,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6237,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6238,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6239,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6240,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6241,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6242,,,stu_JUDSQ88824,,1,16,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6243,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6244,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6245,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6246,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6247,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6248,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6249,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6250,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6251,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6252,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6253,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6254,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6255,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6256,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6257,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6258,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6259,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6260,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6261,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6262,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6263,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6264,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6265,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6266,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6267,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6268,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6269,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6270,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6271,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6272,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6273,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6274,,,stu_JUDSQ88824,,1,21,,,,,ratio_proportion_change3-cms-095,ratio_proportion_change3-cms-095,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsIWFYJ41949,,,,,PROMOTED
+6275,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6276,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6277,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6278,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6279,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6280,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6281,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6282,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6283,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6284,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6285,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6286,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6287,,,stu_YHBFN60187,,1,13,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_BZLSD97705,clsSKLNW86348,,,,,PROMOTED
+6288,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6289,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6290,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6291,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6292,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6293,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6294,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6295,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6296,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6297,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6298,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6299,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6300,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6301,,,stu_RFBBM81693,,1,12,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6302,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6303,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6304,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6305,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6306,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6307,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6308,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6309,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6310,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6311,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6312,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6313,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6314,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6315,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6316,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6317,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6318,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6319,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6320,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6321,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6322,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6323,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6324,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,3,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6325,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6326,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6327,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,ThirdRow,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6328,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6329,,,stu_RFBBM81693,,1,19,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsTTAJO52869,,,,,PROMOTED
+6330,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6331,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6332,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6333,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6334,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6335,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6336,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6337,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6338,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6339,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6340,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6341,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6342,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6343,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6344,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6345,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6346,,,stu_TGMQZ96552,,1,16,,,,,ratio_proportion_change3-049,ratio_proportion_change3-049,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+6347,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6348,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6349,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6350,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6351,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6352,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6353,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6354,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6355,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6356,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6357,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6358,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6359,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6360,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6361,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6362,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6363,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6364,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6365,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6366,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6367,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6368,,,stu_FQEKQ05301,,1,15,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsXRUKO54081,,,,,PROMOTED
+6369,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6370,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6371,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6372,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6373,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6374,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6375,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6376,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6377,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6378,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6379,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6380,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6381,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6382,,,stu_YPBTB67088,,1,9,,,,,ratio_proportion_change3-cms-043,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6383,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6384,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6385,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6386,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6387,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6388,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6389,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6390,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6391,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6392,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6393,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,6,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6394,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6395,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6396,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorQuantity1,7,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6397,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6398,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,DenominatorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6399,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6400,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6401,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6402,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6403,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6404,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6405,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6406,,,stu_YPBTB67088,,1,10,,,,,ratio_proportion_change3-cms-074,ratio_proportion_change3-cms-074,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6407,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6408,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6409,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6410,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6411,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6412,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6413,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6414,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6415,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6416,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6417,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6418,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6419,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6420,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6421,,,stu_YPBTB67088,,1,12,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6422,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6423,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6424,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6425,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6426,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6427,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6428,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6429,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6430,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6431,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6432,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6433,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6434,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6435,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6436,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6437,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6438,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6439,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6440,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6441,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6442,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6443,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6444,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6445,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6446,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6447,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6448,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6449,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6450,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6451,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6452,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6453,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6454,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6455,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6456,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6457,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6458,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6459,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6460,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6461,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6462,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6463,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6464,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6465,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6466,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6467,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6468,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6469,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6470,,,stu_GEWIL29218,,1,19,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6471,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6472,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6473,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6474,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6475,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6476,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6477,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6478,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6479,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6480,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6481,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6482,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6483,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6484,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6485,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6486,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6487,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6488,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6489,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6490,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6491,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6492,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6493,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6494,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6495,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6496,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6497,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6498,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6499,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6500,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6501,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6502,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6503,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6504,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6505,,,stu_MHWVL59963,,1,13,,,,,ratio_proportion_change3-cms-066,ratio_proportion_change3-cms-066,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6506,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6507,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6508,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6509,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6510,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6511,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6512,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6513,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6514,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6515,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6516,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6517,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6518,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6519,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6520,,,stu_MEXOF40579,,1,10,,,,,ratio_proportion_change3-064,ratio_proportion_change3-064,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6521,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6522,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6523,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6524,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6525,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6526,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6527,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6528,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6529,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6530,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6531,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6532,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6533,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6534,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6535,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6536,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6537,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6538,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6539,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6540,,,stu_MEXOF40579,,1,11,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsLDYWC96711,,,,,PROMOTED
+6541,,,stu_PITCD20795,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6542,,,stu_PITCD20795,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6543,,,stu_PITCD20795,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6544,,,stu_PITCD20795,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6545,,,stu_PITCD20795,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6546,,,stu_PITCD20795,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6547,,,stu_PITCD20795,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6548,,,stu_PITCD20795,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6549,,,stu_PITCD20795,,1,9,,,,,ratio_proportion_change3-cms-046,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+6550,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6551,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6552,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6553,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6554,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6555,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6556,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6557,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6558,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6559,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6560,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6561,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6562,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6563,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6564,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6565,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6566,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6567,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6568,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6569,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6570,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6571,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6572,,,stu_TWAGK73340,,1,15,,,,,ratio_proportion_change3-144,ratio_proportion_change3-144,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6573,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6574,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6575,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6576,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6577,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6578,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6579,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6580,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6581,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6582,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6583,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6584,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6585,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6586,,,stu_TWAGK73340,,1,12,,,,,ratio_proportion_change3-cms-044,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsKDLTG42477,,,,,PROMOTED
+6587,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6588,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6589,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6590,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6591,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,NumeratorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6592,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,NumeratorQuantity2,1,,FREEBIE_JIT,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6593,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6594,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,NumeratorQuantity1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6595,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,NumeratorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6596,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6597,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6598,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6599,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6600,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6601,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6602,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6603,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6604,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6605,,,stu_XWMZV33645,,1,15,,,,,ratio_proportion_change3-106,ratio_proportion_change3-106,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_KYACP99448,clsFLEUZ63287,,,,,PROMOTED
+6606,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6607,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6608,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6609,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6610,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6611,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6612,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6613,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6614,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6615,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6616,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6617,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6618,,,stu_DPPBT01377,,1,12,,,,,ratio_proportion_change3-190,ratio_proportion_change3-190,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6619,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6620,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6621,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6622,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6623,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6624,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6625,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6626,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6627,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6628,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6629,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6630,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6631,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6632,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6633,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6634,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6635,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6636,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6637,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6638,,,stu_FJGSX23170,,1,12,,,,,ratio_proportion_change3-163,ratio_proportion_change3-163,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsKBTFL85796,,,,,PROMOTED
+6639,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6640,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6641,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6642,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6643,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6644,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6645,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6646,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6647,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6648,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6649,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6650,,,stu_RMYJX99424,,1,9,,,,,ratio_proportion_change3-183,ratio_proportion_change3-183,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsNCIAC66393,,,,,PROMOTED
+6651,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6652,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6653,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6654,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6655,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6656,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6657,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6658,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6659,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6660,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,6,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6661,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,7,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6662,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,8,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6663,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6664,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,9,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6665,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6666,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,10,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6667,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6668,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,11,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6669,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6670,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6671,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6672,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorQuantity1,12,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6673,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6674,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6675,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6676,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6677,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6678,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6679,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6680,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,6,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6681,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,7,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6682,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,8,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6683,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,9,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6684,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,10,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6685,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6686,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6687,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6688,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6689,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6690,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6691,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6692,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6693,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6694,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6695,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6696,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,EquationAnswer,11,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6697,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6698,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6699,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6700,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6701,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6702,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6703,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6704,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6705,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6706,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6707,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6708,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6709,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6710,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6711,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6712,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6713,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6714,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6715,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6716,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6717,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6718,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6719,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6720,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6721,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6722,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6723,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6724,,,stu_DZUNO51502,,1,19,,,,,ratio_proportion_change3-083,ratio_proportion_change3-083,,,FinalAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6725,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6726,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6727,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6728,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6729,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6730,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6731,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6732,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6733,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6734,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6735,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6736,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6737,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6738,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6739,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6740,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6741,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6742,,,stu_FNLVG02409,,1,16,,,,,ratio_proportion_change3-cms-045,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMSYDU56974,,,,,PROMOTED
+6743,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6744,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6745,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6746,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6747,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6748,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6749,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6750,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6751,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6752,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6753,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6754,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6755,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6756,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6757,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6758,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6759,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6760,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6761,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6762,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6763,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6764,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6765,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6766,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6767,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6768,,,stu_NOHAJ83101,,1,16,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsJGPSS11873,,,,,PROMOTED
+6769,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6770,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6771,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6772,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6773,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6774,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6775,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6776,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6777,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6778,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6779,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6780,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,NumeratorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6781,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6782,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6783,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6784,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6785,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6786,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-019,ratio_proportion_change3-019,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6787,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6788,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6789,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6790,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6791,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6792,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6793,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6794,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6795,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6796,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6797,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6798,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6799,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6800,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6801,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6802,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6803,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6804,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6805,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6806,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6807,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6808,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6809,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6810,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6811,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6812,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6813,,,stu_TVCJY05397,,1,11,,,,,ratio_proportion_change3-140,ratio_proportion_change3-140,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6814,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6815,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6816,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6817,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6818,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6819,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6820,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6821,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6822,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6823,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6824,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6825,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6826,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6827,,,stu_TVCJY05397,,1,12,,,,,ratio_proportion_change3-cms-057,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6828,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6829,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6830,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6831,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6832,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6833,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6834,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6835,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6836,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6837,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6838,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6839,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6840,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6841,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6842,,,stu_VUZIZ43951,,1,9,,,,,ratio_proportion_change3-148,ratio_proportion_change3-148,,,FinalAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6843,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6844,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6845,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6846,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6847,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6848,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6849,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6850,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6851,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6852,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6853,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6854,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6855,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6856,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6857,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6858,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6859,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,NumeratorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6860,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6861,,,stu_VUZIZ43951,,1,11,,,,,ratio_proportion_change3-cms-012,ratio_proportion_change3-cms-012,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6862,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6863,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6864,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6865,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6866,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6867,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6868,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6869,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6870,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6871,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6872,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6873,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6874,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6875,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6876,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6877,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6878,,,stu_VUZIZ43951,,1,10,,,,,ratio_proportion_change3-cms-035,ratio_proportion_change3-cms-035,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6879,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6880,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6881,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6882,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6883,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,3,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6884,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6885,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6886,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6887,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6888,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6889,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6890,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6891,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6892,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6893,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6894,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6895,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6896,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6897,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6898,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6899,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6900,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6901,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,DenominatorFactor,3,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6902,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6903,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6904,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6905,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,4,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6906,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6907,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,5,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6908,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6909,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6910,,,stu_VUZIZ43951,,1,16,,,,,ratio_proportion_change3-cms-090,ratio_proportion_change3-cms-090,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsMJCUY16302,,,,,PROMOTED
+6911,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6912,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6913,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6914,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6915,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6916,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6917,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6918,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6919,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6920,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6921,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6922,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6923,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6924,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6925,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6926,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6927,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6928,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6929,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6930,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6931,,,stu_XWIUQ06518,,1,13,,,,,ratio_proportion_change3-047,ratio_proportion_change3-047,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_UCNZU96002,clsTBCNU48788,,,,,PROMOTED
+6932,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6933,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6934,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6935,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6936,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,DenominatorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6937,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6938,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6939,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6940,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6941,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6942,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6943,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,SecondRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6944,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6945,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6946,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6947,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6948,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6949,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6950,,,stu_CPTWE25495,,1,12,,,,,ratio_proportion_change3-cms-084,ratio_proportion_change3-cms-084,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsOWODQ67405,,,,,PROMOTED
+6951,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6952,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6953,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6954,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6955,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6956,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6957,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6958,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6959,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6960,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6961,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,DenominatorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6962,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6963,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6964,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6965,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6966,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6967,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow1:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6968,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6969,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow1:1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6970,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow1:1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6971,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6972,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FirstRow2:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6973,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6974,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6975,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6976,,,stu_MTSRQ04485,,1,19,,,,,ratio_proportion_change3-036,ratio_proportion_change3-036,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsNCYDQ36142,,,,,PROMOTED
+6977,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6978,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6979,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6980,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6981,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6982,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6983,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6984,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6985,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6986,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6987,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6988,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorQuantity1,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6989,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6990,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6991,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6992,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6993,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6994,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6995,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow1:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6996,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6997,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow1:1,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6998,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+6999,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7000,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7001,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7002,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7003,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,ThirdRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7004,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7005,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7006,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7007,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,ThirdRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7008,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7009,,,stu_NVXUC81238,,1,20,,,,,ratio_proportion_change3-002,ratio_proportion_change3-002,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7010,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7011,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7012,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7013,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7014,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7015,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7016,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7017,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7018,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7019,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7020,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7021,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,EquationAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7022,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7023,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7024,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7025,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7026,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7027,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7028,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7029,,,stu_NVXUC81238,,1,18,,,,,ratio_proportion_change3-112,ratio_proportion_change3-112,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7030,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7031,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7032,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7033,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7034,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7035,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7036,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7037,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7038,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7039,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7040,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7041,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7042,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7043,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7044,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7045,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7046,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7047,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,EquationAnswer,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7048,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7049,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7050,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7051,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7052,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7053,,,stu_NVXUC81238,,1,17,,,,,ratio_proportion_change3-cms-033,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7054,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7055,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7056,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7057,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7058,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7059,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7060,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7061,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7062,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7063,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7064,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:1,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7065,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7066,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7067,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7068,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7069,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7070,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7071,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7072,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7073,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7074,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7075,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7076,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7077,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7078,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7079,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7080,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7081,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7082,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7083,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7084,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswer,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7085,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7086,,,stu_UJUON65224,,1,14,,,,,ratio_proportion_change3-cms-092,ratio_proportion_change3-cms-092,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsFAITY68285,,,,,PROMOTED
+7087,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7088,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7089,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7090,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7091,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7092,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7093,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7094,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7095,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7096,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7097,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7098,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7099,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7100,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7101,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7102,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7103,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7104,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7105,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7106,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,EquationAnswer,5,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7107,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7108,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7109,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7110,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7111,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:2,3,,JIT,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7112,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow1:2,4,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7113,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7114,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7115,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FirstRow2:1,2,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7116,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7117,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7118,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7119,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7120,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7121,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7122,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7123,,,stu_UOJVC15342,,1,16,,,,,ratio_proportion_change3-cms-021,ratio_proportion_change3-cms-021,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsZDKCH80521,,,,,PROMOTED
+7124,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7125,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7126,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7127,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7128,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7129,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7130,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7131,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7132,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7133,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7134,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,3,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7135,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7136,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7137,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7138,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7139,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow2:2,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7140,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7141,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7142,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7143,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7144,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7145,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,4,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7146,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,5,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7147,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7148,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7149,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7150,,,stu_NGIHB54278,,1,13,,,,,ratio_proportion_change3-057,ratio_proportion_change3-057,,,FinalAnswer,6,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7151,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,PercentChange,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7152,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7153,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,PercentChange,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7154,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7155,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7156,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7157,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7158,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7159,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7160,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7161,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorFactor,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7162,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorFactor,3,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7163,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7164,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7165,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7166,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7167,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,NumeratorFactor,4,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7168,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7169,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7170,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7171,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow1:1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7172,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow1:1,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7173,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7174,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow2:2,1,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7175,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow2:2,2,,ERROR,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7176,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7177,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7178,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7179,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7180,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7181,,,stu_NGIHB54278,,1,14,,,,,ratio_proportion_change3-cms-063,ratio_proportion_change3-cms-063,,,FinalAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsTSTNG89953,,,,,PROMOTED
+7182,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7183,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7184,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7185,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7186,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7187,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7188,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7189,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorFactor,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7190,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7191,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7192,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7193,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7194,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,DenominatorFactor,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7195,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7196,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7197,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7198,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7199,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7200,,,stu_ZJJNN58975,,1,10,,,,,ratio_proportion_change3-077,ratio_proportion_change3-077,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_YKKKL30662,clsZGHWC08559,,,,,PROMOTED
+7201,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7202,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7203,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7204,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7205,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7206,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7207,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7208,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorQuantity1,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7209,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorQuantity1,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7210,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7211,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7212,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7213,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7214,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7215,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7216,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7217,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7218,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7219,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7220,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7221,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswerDirection,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7222,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7223,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7224,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7225,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7226,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7227,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7228,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7229,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7230,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7231,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7232,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7233,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7234,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,SecondRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7235,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,SecondRow,2,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7236,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,SecondRow,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7237,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,1,,ERROR,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7238,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7239,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7240,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7241,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,ThirdRow,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7242,,,stu_UAVQA68576,,1,20,,,,,ratio_proportion_change3-cms-089,ratio_proportion_change3-cms-089,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsCXDSY30430,,,,,PROMOTED
+7243,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7244,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7245,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7246,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7247,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,OptionalTask_1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7248,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,EquationAnswer,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7249,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7250,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7251,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7252,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,NumeratorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7253,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,DenominatorFactor,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7254,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,EquationAnswer,2,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7255,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7256,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7257,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:2,1,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7258,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:2,2,,JIT,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7259,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7260,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7261,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7262,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow2:2,3,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7263,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7264,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7265,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7266,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7267,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FinalAnswerDirection,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7268,,,stu_YPQDZ86252,,1,19,,,,,ratio_proportion_change3-cms-067,ratio_proportion_change3-cms-067,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_RFJVL03016,clsBOMHW96727,,,,,PROMOTED
+7269,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,PercentChange,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7270,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7271,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,NumeratorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7272,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,DenominatorQuantity1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7273,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,OptionalTask_2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7274,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7275,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow2:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7276,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:1,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7277,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FirstRow1:2,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7278,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,SecondRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7279,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,ThirdRow,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
+7280,,,stu_IWKMK58984,,1,12,,,,,ratio_proportion_change3-038,ratio_proportion_change3-038,,,FinalAnswer,1,,OK,,Attempt,,,,,,,,,,,,sch_WCNCN99459,clsKWWPR37291,,,,,PROMOTED
diff --git a/fileHandler/ME-unsuccessful-strategies.csv b/fileHandler/ME-unsuccessful-strategies.csv
index 3f6e9f2bb82d2b0947b3725d9eda0413eb91fb7c..7cda7628bfc127b7547f84653e0969c56239fa25 100644
--- a/fileHandler/ME-unsuccessful-strategies.csv
+++ b/fileHandler/ME-unsuccessful-strategies.csv
@@ -1,7274 +1,11986 @@
Row,Sample Name,Transaction Id,Anon Student Id,Session Id,Time Zone,Duration (sec),Student Response Type,Student Response Subtype,Tutor Response Type,Tutor Response Subtype,Level (Workspace Id),Problem Name,Problem View,Problem Start Time,Step Name,Attempt At Step,Is Last Attempt,Outcome,Selection,Action,Input,Feedback Text,Feedback Classification,Help Level,Total Num Hints,KC (MATHia),KC Category (MATHia),KC (Single-KC),KC Category (Single-KC),KC (Unique-step),KC Category (Unique-step),School,Class,CF (Ruleid),CF (Semantic Event Id),CF (Skill New p-Known),CF (Skill Previous p-Known),CF (Workspace Progress Status),Event Type
-1,,,stu_KCIWD46364,,1663351774324,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-2,,,stu_KCIWD46364,,1663351776551,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-3,,,stu_KCIWD46364,,1663351782380,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,NumeratorQuantity2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-4,,,stu_KCIWD46364,,1663351786549,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-5,,,stu_KCIWD46364,,1663351796089,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-6,,,stu_KCIWD46364,,1663351799227,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-7,,,stu_KCIWD46364,,1663351800559,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-8,,,stu_KCIWD46364,,1663351802691,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-9,,,stu_KCIWD46364,,1663351814755,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-10,,,stu_KCIWD46364,,1663351818623,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-11,,,stu_KCIWD46364,,1663351831047,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-12,,,stu_KCIWD46364,,1663351834654,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-13,,,stu_KCIWD46364,,1663351846423,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-14,,,stu_KCIWD46364,,1663351858428,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-15,,,stu_KCIWD46364,,1663351866831,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-16,,,stu_KCIWD46364,,1663351868991,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-17,,,stu_KCIWD46364,,1663351872197,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-18,,,stu_KCIWD46364,,1663351873638,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-19,,,stu_KCIWD46364,,1663351882663,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-20,,,stu_KCIWD46364,,1663351885190,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-21,,,stu_KCIWD46364,,1663351886372,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-22,,,stu_KCIWD46364,,1663351894482,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-23,,,stu_KCIWD46364,,1663351894497,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-24,,,stu_KCIWD46364,,1663351899086,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-25,,,stu_KCIWD46364,,1663351905556,,,,,,ratio_proportion_change3,ratio_proportion_change3-183,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_BTHFB27487,,,,,,GRADUATED,
-26,,,stu_GADKM52894,,1680140750630,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-27,,,stu_GADKM52894,,1680140757258,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-28,,,stu_GADKM52894,,1680140764119,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-29,,,stu_GADKM52894,,1680140767806,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-30,,,stu_GADKM52894,,1680140771675,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-31,,,stu_GADKM52894,,1680140774067,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-32,,,stu_GADKM52894,,1680140777171,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-33,,,stu_GADKM52894,,1680140780539,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-34,,,stu_GADKM52894,,1680140783693,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-35,,,stu_GADKM52894,,1680140831874,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-36,,,stu_GADKM52894,,1680140837124,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-37,,,stu_GADKM52894,,1680140860311,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-38,,,stu_GADKM52894,,1680140864169,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,4,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-39,,,stu_GADKM52894,,1680140867376,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,5,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-40,,,stu_GADKM52894,,1680140869346,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,6,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-41,,,stu_GADKM52894,,1680140887930,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-42,,,stu_GADKM52894,,1680140901220,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,7,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-43,,,stu_GADKM52894,,1680140913611,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,8,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-44,,,stu_GADKM52894,,1680140917205,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,9,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-45,,,stu_GADKM52894,,1680140920458,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-46,,,stu_GADKM52894,,1680140924503,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-47,,,stu_GADKM52894,,1680140927345,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-48,,,stu_GADKM52894,,1680140929800,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-49,,,stu_GADKM52894,,1680140932538,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-50,,,stu_GADKM52894,,1680140945978,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-51,,,stu_GADKM52894,,1680140947831,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-52,,,stu_GADKM52894,,1680140951105,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-53,,,stu_GADKM52894,,1680140956761,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-54,,,stu_GADKM52894,,1680140970890,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-55,,,stu_GADKM52894,,1680140970907,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-56,,,stu_GADKM52894,,1680140976059,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-57,,,stu_GADKM52894,,1680140978314,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-58,,,stu_GADKM52894,,1680140978350,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-59,,,stu_GADKM52894,,1680140982098,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-60,,,stu_GADKM52894,,1680142035035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-61,,,stu_GADKM52894,,1680142038058,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-62,,,stu_GADKM52894,,1680142047323,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-63,,,stu_GADKM52894,,1680142050769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-64,,,stu_GADKM52894,,1680142059748,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-65,,,stu_GADKM52894,,1680142068836,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-66,,,stu_GADKM52894,,1680142071355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-67,,,stu_GADKM52894,,1680142091389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-68,,,stu_GADKM52894,,1680142093787,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-69,,,stu_GADKM52894,,1680142100761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-70,,,stu_GADKM52894,,1680142105960,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-71,,,stu_GADKM52894,,1680142106049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-72,,,stu_GADKM52894,,1680142119977,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-73,,,stu_GADKM52894,,1680142122056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-74,,,stu_TJCKI93854,,1679416754383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-75,,,stu_TJCKI93854,,1679416756949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-76,,,stu_TJCKI93854,,1679416760965,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-77,,,stu_TJCKI93854,,1679416763100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-78,,,stu_TJCKI93854,,1679416765246,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-79,,,stu_TJCKI93854,,1679416769026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-80,,,stu_TJCKI93854,,1679416770250,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-81,,,stu_TJCKI93854,,1679416772868,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-82,,,stu_TJCKI93854,,1679416776489,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-83,,,stu_TJCKI93854,,1679416796955,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-84,,,stu_TJCKI93854,,1679416802447,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-85,,,stu_TJCKI93854,,1679416816099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-86,,,stu_TJCKI93854,,1679417008824,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-87,,,stu_TJCKI93854,,1679417016718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-88,,,stu_TJCKI93854,,1679417105094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-89,,,stu_TJCKI93854,,1679417107478,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-90,,,stu_TJCKI93854,,1679417112190,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-91,,,stu_TJCKI93854,,1679417114139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-92,,,stu_TJCKI93854,,1679417115940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-93,,,stu_TJCKI93854,,1679417122780,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-94,,,stu_TJCKI93854,,1679417129830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-95,,,stu_TJCKI93854,,1679417132314,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-96,,,stu_TJCKI93854,,1679417133414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-97,,,stu_TJCKI93854,,1679417148968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-98,,,stu_TJCKI93854,,1679417193405,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-99,,,stu_HUDPT56917,,1677796124754,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-100,,,stu_HUDPT56917,,1677796130850,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-101,,,stu_HUDPT56917,,1677796134089,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-102,,,stu_HUDPT56917,,1677796135829,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-103,,,stu_HUDPT56917,,1677796267848,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-104,,,stu_HUDPT56917,,1677796271107,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-105,,,stu_HUDPT56917,,1677796274798,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-106,,,stu_HUDPT56917,,1677796521450,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-107,,,stu_HUDPT56917,,1677796524719,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-108,,,stu_HUDPT56917,,1677796538357,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-109,,,stu_HUDPT56917,,1677796545387,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-110,,,stu_HUDPT56917,,1677796548195,,,,,,ratio_proportion_change3,ratio_proportion_change3-035,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-111,,,stu_HUDPT56917,,1677092494074,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-112,,,stu_HUDPT56917,,1677092507820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-113,,,stu_HUDPT56917,,1677092511045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-114,,,stu_HUDPT56917,,1677092513260,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-115,,,stu_HUDPT56917,,1677092523855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-116,,,stu_HUDPT56917,,1677092533752,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-117,,,stu_HUDPT56917,,1677092536800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-118,,,stu_HUDPT56917,,1677092552904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-119,,,stu_HUDPT56917,,1677092557109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-120,,,stu_HUDPT56917,,1677092564731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-121,,,stu_HUDPT56917,,1676989221340,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-122,,,stu_HUDPT56917,,1676989224966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-123,,,stu_HUDPT56917,,1676989228068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-124,,,stu_HUDPT56917,,1676989233305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-125,,,stu_HUDPT56917,,1676989244561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-126,,,stu_HUDPT56917,,1676989246088,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-127,,,stu_HUDPT56917,,1676989260741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-128,,,stu_HUDPT56917,,1676989265858,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-129,,,stu_HUDPT56917,,1676989278756,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-130,,,stu_HUDPT56917,,1676989283353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-131,,,stu_HUDPT56917,,1676989286413,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-132,,,stu_HUDPT56917,,1676989311362,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-133,,,stu_HUDPT56917,,1676989312016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-134,,,stu_HUDPT56917,,1676989312034,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-135,,,stu_HUDPT56917,,1676989327311,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-136,,,stu_HUDPT56917,,1676989331743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-137,,,stu_RAZGU46089,,1678894376327,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-138,,,stu_RAZGU46089,,1678894379705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-139,,,stu_RAZGU46089,,1678894387218,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-140,,,stu_RAZGU46089,,1678894392239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-141,,,stu_RAZGU46089,,1678894398461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-142,,,stu_RAZGU46089,,1678894419531,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-143,,,stu_RAZGU46089,,1678894422103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-144,,,stu_RAZGU46089,,1678894426386,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-145,,,stu_RAZGU46089,,1678894457605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-146,,,stu_RAZGU46089,,1678894508502,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-147,,,stu_RAZGU46089,,1678894513020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-148,,,stu_RAZGU46089,,1678894518674,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-149,,,stu_RAZGU46089,,1678894557692,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-150,,,stu_RAZGU46089,,1678894565477,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-151,,,stu_RAZGU46089,,1678894602593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-152,,,stu_RAZGU46089,,1678894603999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-153,,,stu_RAZGU46089,,1678894608001,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-154,,,stu_RAZGU46089,,1678894643316,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-155,,,stu_RAZGU46089,,1678894646930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-156,,,stu_RAZGU46089,,1678894654091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-157,,,stu_RAZGU46089,,1678894655843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-158,,,stu_RAZGU46089,,1678894658967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-159,,,stu_RAZGU46089,,1678894665070,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-160,,,stu_YGNJK29621,,1680717081529,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-161,,,stu_YGNJK29621,,1680717084577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-162,,,stu_YGNJK29621,,1680717089685,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-163,,,stu_YGNJK29621,,1680717094204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-164,,,stu_YGNJK29621,,1680717095767,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-165,,,stu_YGNJK29621,,1680717096482,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-166,,,stu_YGNJK29621,,1680717099825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-167,,,stu_YGNJK29621,,1680717191168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-168,,,stu_YGNJK29621,,1680717195926,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-169,,,stu_YGNJK29621,,1680717274611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-170,,,stu_YGNJK29621,,1680717288970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-171,,,stu_YGNJK29621,,1680717332021,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,4,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-172,,,stu_YGNJK29621,,1680717335638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-173,,,stu_YGNJK29621,,1680717337718,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-174,,,stu_YGNJK29621,,1680717341467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-175,,,stu_YGNJK29621,,1680717345518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,5,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-176,,,stu_YGNJK29621,,1680717349095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-177,,,stu_YGNJK29621,,1680717448222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-178,,,stu_YGNJK29621,,1680717449729,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-179,,,stu_YGNJK29621,,1680717451543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-180,,,stu_YGNJK29621,,1680717454517,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-181,,,stu_YGNJK29621,,1680717459594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-182,,,stu_YGNJK29621,,1680717471358,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-183,,,stu_YGNJK29621,,1680717473806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-184,,,stu_YGNJK29621,,1680717477705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-185,,,stu_YGNJK29621,,1680717482090,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-186,,,stu_YGNJK29621,,1680717485427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-187,,,stu_YGNJK29621,,1680717491479,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-188,,,stu_YGNJK29621,,1680717493518,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-189,,,stu_YGNJK29621,,1680717493527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-190,,,stu_YGNJK29621,,1680717498537,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-191,,,stu_YGNJK29621,,1680717498546,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-192,,,stu_YGNJK29621,,1680717506385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-193,,,stu_YGNJK29621,,1680717506409,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-194,,,stu_YGNJK29621,,1680717510346,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-195,,,stu_YGNJK29621,,1680717515410,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-196,,,stu_JVTNZ83194,,1684709013767,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-197,,,stu_JVTNZ83194,,1684709022979,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-198,,,stu_JVTNZ83194,,1684709026589,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-199,,,stu_JVTNZ83194,,1684709029348,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-200,,,stu_JVTNZ83194,,1684709035065,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-201,,,stu_JVTNZ83194,,1684709041245,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-202,,,stu_JVTNZ83194,,1684709071289,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-203,,,stu_JVTNZ83194,,1684709079594,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-204,,,stu_JVTNZ83194,,1684709178130,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-205,,,stu_JVTNZ83194,,1684709190606,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-206,,,stu_JVTNZ83194,,1684709193958,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-207,,,stu_JVTNZ83194,,1684709260080,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-208,,,stu_JVTNZ83194,,1684709279639,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-209,,,stu_JVTNZ83194,,1684709279642,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-210,,,stu_JVTNZ83194,,1684709283323,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-211,,,stu_JVTNZ83194,,1684709294339,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-212,,,stu_WMGYD37682,,1680203292223,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-213,,,stu_WMGYD37682,,1680203294568,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-214,,,stu_WMGYD37682,,1680203301993,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-215,,,stu_WMGYD37682,,1680203304555,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-216,,,stu_WMGYD37682,,1680203308049,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-217,,,stu_WMGYD37682,,1680203311962,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-218,,,stu_WMGYD37682,,1680203314874,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-219,,,stu_WMGYD37682,,1680203320520,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-220,,,stu_WMGYD37682,,1680203331589,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-221,,,stu_WMGYD37682,,1680203333219,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-222,,,stu_WMGYD37682,,1680203336704,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-223,,,stu_WMGYD37682,,1680203340275,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-224,,,stu_WMGYD37682,,1680203341834,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-225,,,stu_WMGYD37682,,1680203354290,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-226,,,stu_WMGYD37682,,1680203357015,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-227,,,stu_WMGYD37682,,1680203409743,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-228,,,stu_WMGYD37682,,1680203427899,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-229,,,stu_WMGYD37682,,1680203427900,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-230,,,stu_WMGYD37682,,1680203431403,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-231,,,stu_WMGYD37682,,1680733183593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-232,,,stu_WMGYD37682,,1680733186906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-233,,,stu_WMGYD37682,,1680733197329,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-234,,,stu_WMGYD37682,,1680733198919,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-235,,,stu_WMGYD37682,,1680733218135,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-236,,,stu_WMGYD37682,,1680733222942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-237,,,stu_WMGYD37682,,1680733228457,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-238,,,stu_WMGYD37682,,1680733256527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-239,,,stu_WMGYD37682,,1680733261863,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-240,,,stu_WMGYD37682,,1680733279252,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-241,,,stu_ZDBEX63974,,1683564969973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-242,,,stu_ZDBEX63974,,1683564982178,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-243,,,stu_ZDBEX63974,,1683564987194,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-244,,,stu_ZDBEX63974,,1683564989948,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-245,,,stu_ZDBEX63974,,1683564991822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-246,,,stu_ZDBEX63974,,1683564994837,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-247,,,stu_ZDBEX63974,,1683564999059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-248,,,stu_ZDBEX63974,,1683565003045,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-249,,,stu_ZDBEX63974,,1683565005124,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-250,,,stu_ZDBEX63974,,1683565025319,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-251,,,stu_ZDBEX63974,,1683565055951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-252,,,stu_ZDBEX63974,,1683565063679,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-253,,,stu_ZDBEX63974,,1683565066589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-254,,,stu_ZDBEX63974,,1683565070611,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-255,,,stu_ZDBEX63974,,1683565070632,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-256,,,stu_ZDBEX63974,,1683565082133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-257,,,stu_ZDBEX63974,,1683565087719,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-258,,,stu_ZDBEX63974,,1683565092842,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-259,,,stu_ZDBEX63974,,1683564838783,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-260,,,stu_ZDBEX63974,,1683564843703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-261,,,stu_ZDBEX63974,,1683564852024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-262,,,stu_ZDBEX63974,,1683564854520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-263,,,stu_ZDBEX63974,,1683564858492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-264,,,stu_ZDBEX63974,,1683564860809,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-265,,,stu_ZDBEX63974,,1683564868091,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-266,,,stu_ZDBEX63974,,1683564871749,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-267,,,stu_ZDBEX63974,,1683564875149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-268,,,stu_ZDBEX63974,,1683564877352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-269,,,stu_ZDBEX63974,,1683564891578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-270,,,stu_ZDBEX63974,,1683564905393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-271,,,stu_ZDBEX63974,,1683564915634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-272,,,stu_ZDBEX63974,,1683564927907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-273,,,stu_ZDBEX63974,,1683564930861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-274,,,stu_ZDBEX63974,,1683564948970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-275,,,stu_ZDBEX63974,,1683564951780,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-276,,,stu_ZDBEX63974,,1683564955187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-277,,,stu_ZDBEX63974,,1683564962830,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-278,,,stu_ZDBEX63974,,1683563948416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-279,,,stu_ZDBEX63974,,1683563948463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-280,,,stu_ZDBEX63974,,1683563949904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-281,,,stu_ZDBEX63974,,1683563955894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-282,,,stu_ZDBEX63974,,1683563958754,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-283,,,stu_ZDBEX63974,,1683563961755,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-284,,,stu_ZDBEX63974,,1683563963664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-285,,,stu_ZDBEX63974,,1683563970207,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-286,,,stu_ZDBEX63974,,1683563974791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-287,,,stu_ZDBEX63974,,1683563978557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-288,,,stu_ZDBEX63974,,1683563981272,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-289,,,stu_ZDBEX63974,,1683564007397,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-290,,,stu_ZDBEX63974,,1683564023952,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-291,,,stu_ZDBEX63974,,1683564027814,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-292,,,stu_ZDBEX63974,,1683564030893,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-293,,,stu_ZDBEX63974,,1683564036007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-294,,,stu_ZDBEX63974,,1683564040709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-295,,,stu_ZDBEX63974,,1683564044847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,PROMOTED,
-296,,,stu_NYWDC19722,,1680223542283,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-297,,,stu_NYWDC19722,,1680223544318,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-298,,,stu_NYWDC19722,,1680223550371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-299,,,stu_NYWDC19722,,1680223553712,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-300,,,stu_NYWDC19722,,1680223555296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-301,,,stu_NYWDC19722,,1680223560219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-302,,,stu_NYWDC19722,,1680223567006,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-303,,,stu_NYWDC19722,,1680223597939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-304,,,stu_NYWDC19722,,1680223600069,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-305,,,stu_NYWDC19722,,1680223607256,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-306,,,stu_NYWDC19722,,1680223608139,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-307,,,stu_NYWDC19722,,1680223613412,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-308,,,stu_NYWDC19722,,1680223615860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-309,,,stu_NYWDC19722,,1680223618582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-310,,,stu_NYWDC19722,,1680223620307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-311,,,stu_NYWDC19722,,1680223628026,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-312,,,stu_NYWDC19722,,1680223634263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-313,,,stu_NYWDC19722,,1680223635533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-314,,,stu_NYWDC19722,,1680223643448,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-315,,,stu_NYWDC19722,,1680223644508,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-316,,,stu_NYWDC19722,,1680223654670,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-317,,,stu_NYWDC19722,,1680223655822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-318,,,stu_NYWDC19722,,1680223656052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-319,,,stu_NYWDC19722,,1680223656217,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-320,,,stu_NYWDC19722,,1680223664115,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,5,,OK,,Attempt,,,,0,,,,,,,,sch_MBXEB50899,,,,,,GRADUATED,
-321,,,stu_CRJBA61379,,1667479390656,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-322,,,stu_CRJBA61379,,1667479394919,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-323,,,stu_CRJBA61379,,1667479398402,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-324,,,stu_CRJBA61379,,1667479401047,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-325,,,stu_CRJBA61379,,1667479603757,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-326,,,stu_CRJBA61379,,1667479607395,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-327,,,stu_CRJBA61379,,1667479609462,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-328,,,stu_CRJBA61379,,1667479718335,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-329,,,stu_CRJBA61379,,1667479726512,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-330,,,stu_CRJBA61379,,1667479757283,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-331,,,stu_CRJBA61379,,1667479796258,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-332,,,stu_CRJBA61379,,1667479849417,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-333,,,stu_CRJBA61379,,1667479861623,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-334,,,stu_CRJBA61379,,1667479871320,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-335,,,stu_CRJBA61379,,1667479881079,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-336,,,stu_GPFDV02971,,1667345497139,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-337,,,stu_GPFDV02971,,1667345507686,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-338,,,stu_GPFDV02971,,1667345510493,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-339,,,stu_GPFDV02971,,1667345513272,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-340,,,stu_GPFDV02971,,1667345516803,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-341,,,stu_GPFDV02971,,1667345521486,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-342,,,stu_GPFDV02971,,1667345525999,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-343,,,stu_GPFDV02971,,1667345527718,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-344,,,stu_GPFDV02971,,1667345530297,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-345,,,stu_GPFDV02971,,1667345531942,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-346,,,stu_GPFDV02971,,1667345534936,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-347,,,stu_GPFDV02971,,1667345556545,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-348,,,stu_GPFDV02971,,1667345573255,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-349,,,stu_GPFDV02971,,1667345593201,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-350,,,stu_GPFDV02971,,1667345602513,,,,,,ratio_proportion_change3,ratio_proportion_change3-163,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-351,,,stu_GPFDV02971,,1667345617650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-352,,,stu_GPFDV02971,,1667345626179,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-353,,,stu_GPFDV02971,,1667345633188,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-354,,,stu_GPFDV02971,,1667345637023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-355,,,stu_GPFDV02971,,1667345640800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-356,,,stu_GPFDV02971,,1667345656791,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-357,,,stu_GPFDV02971,,1667345657930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-358,,,stu_GPFDV02971,,1667345660348,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-359,,,stu_GPFDV02971,,1667345661789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-360,,,stu_GPFDV02971,,1667345668009,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-361,,,stu_GPFDV02971,,1667345672789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-362,,,stu_GPFDV02971,,1667345677277,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-363,,,stu_GPFDV02971,,1667345683800,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-364,,,stu_GPFDV02971,,1667344961385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-365,,,stu_GPFDV02971,,1667344967446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-366,,,stu_GPFDV02971,,1667344976894,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-367,,,stu_GPFDV02971,,1667344981389,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-368,,,stu_GPFDV02971,,1667344985721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-369,,,stu_GPFDV02971,,1667345008060,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-370,,,stu_GPFDV02971,,1667345013285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-371,,,stu_GPFDV02971,,1667345053743,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,NumeratorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-372,,,stu_GPFDV02971,,1667345071701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-373,,,stu_GPFDV02971,,1667345079669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-374,,,stu_GPFDV02971,,1667345081871,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-375,,,stu_GPFDV02971,,1667345098385,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-376,,,stu_GPFDV02971,,1667345117592,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-377,,,stu_GPFDV02971,,1667345147287,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:1,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-378,,,stu_GPFDV02971,,1667345152943,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-379,,,stu_GPFDV02971,,1667345161380,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:1,4,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-380,,,stu_GPFDV02971,,1667345172523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:1,5,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-381,,,stu_GPFDV02971,,1667345183047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-382,,,stu_GPFDV02971,,1667345191584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-383,,,stu_GPFDV02971,,1667345194614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-384,,,stu_GPFDV02971,,1667345198035,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-385,,,stu_GPFDV02971,,1667345204491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:1,6,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-386,,,stu_GPFDV02971,,1667345207626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-387,,,stu_GPFDV02971,,1667345207650,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-388,,,stu_GPFDV02971,,1667345214628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-389,,,stu_GPFDV02971,,1667345218541,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FirstRow1:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-390,,,stu_GPFDV02971,,1667345237781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-391,,,stu_GPFDV02971,,1667345239742,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-392,,,stu_GPFDV02971,,1667345248203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-393,,,stu_GPFDV02971,,1667345250967,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-394,,,stu_GPFDV02971,,1667345254338,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-395,,,stu_GPFDV02971,,1667345258662,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,SecondRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-396,,,stu_GPFDV02971,,1667345261631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,SecondRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-397,,,stu_GPFDV02971,,1667345267659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-398,,,stu_GPFDV02971,,1667345271746,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-399,,,stu_GPFDV02971,,1667345274276,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-400,,,stu_GPFDV02971,,1667345280761,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-401,,,stu_GPFDV02971,,1667345280856,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-402,,,stu_GPFDV02971,,1667345290432,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-403,,,stu_GPFDV02971,,1667345293381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-404,,,stu_GPFDV02971,,1667345302052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-405,,,stu_GPFDV02971,,1667345304305,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-406,,,stu_GPFDV02971,,1667345304320,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-407,,,stu_GPFDV02971,,1667345313453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-408,,,stu_GPFDV02971,,1667345313557,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-409,,,stu_GPFDV02971,,1667345335597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-410,,,stu_GPFDV02971,,1667345335615,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-411,,,stu_GPFDV02971,,1667345340550,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-412,,,stu_GPFDV02971,,1667345480593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-095,,,FinalAnswer,6,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,GRADUATED,
-413,,,stu_VQBIO27306,,1666982751961,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-414,,,stu_VQBIO27306,,1666982752005,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-415,,,stu_VQBIO27306,,1666982755116,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-416,,,stu_VQBIO27306,,1666982796978,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-417,,,stu_VQBIO27306,,1666982801796,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-418,,,stu_VQBIO27306,,1666982803607,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-419,,,stu_VQBIO27306,,1666982806653,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-420,,,stu_VQBIO27306,,1666982808578,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-421,,,stu_VQBIO27306,,1666982814531,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-422,,,stu_VQBIO27306,,1666982818629,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-423,,,stu_VQBIO27306,,1666982820538,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-424,,,stu_VQBIO27306,,1666982823995,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-425,,,stu_VQBIO27306,,1666982830111,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-426,,,stu_VQBIO27306,,1666982833275,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-427,,,stu_VQBIO27306,,1666982847365,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-428,,,stu_VQBIO27306,,1666982849454,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-429,,,stu_VQBIO27306,,1666982853431,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-430,,,stu_VQBIO27306,,1666982857323,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-431,,,stu_VQBIO27306,,1666982859696,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-432,,,stu_VQBIO27306,,1666982861693,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-433,,,stu_VQBIO27306,,1666982875854,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-434,,,stu_VQBIO27306,,1666982878614,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-435,,,stu_VQBIO27306,,1666983038014,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-436,,,stu_VQBIO27306,,1666983112640,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-437,,,stu_VQBIO27306,,1666983116561,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-438,,,stu_VQBIO27306,,1666983139769,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-439,,,stu_VQBIO27306,,1666983141842,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-440,,,stu_VQBIO27306,,1666983153624,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-441,,,stu_VQBIO27306,,1666983156991,,,,,,ratio_proportion_change3,ratio_proportion_change3-077,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-442,,,stu_VQBIO27306,,1666358604855,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-443,,,stu_VQBIO27306,,1666358604898,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-444,,,stu_VQBIO27306,,1666358606626,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-445,,,stu_VQBIO27306,,1666358611028,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-446,,,stu_VQBIO27306,,1666358616806,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-447,,,stu_VQBIO27306,,1666358619201,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-448,,,stu_VQBIO27306,,1666358628732,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-449,,,stu_VQBIO27306,,1666358634031,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-450,,,stu_VQBIO27306,,1666358637650,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-451,,,stu_VQBIO27306,,1666358647983,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-452,,,stu_VQBIO27306,,1666358649938,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-453,,,stu_VQBIO27306,,1666358653513,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-454,,,stu_VQBIO27306,,1666358661753,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-455,,,stu_VQBIO27306,,1666358667990,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-456,,,stu_VQBIO27306,,1666358679257,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-457,,,stu_VQBIO27306,,1666358681529,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-458,,,stu_VQBIO27306,,1666358685118,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-459,,,stu_VQBIO27306,,1666358688181,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-460,,,stu_VQBIO27306,,1666358690232,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-461,,,stu_VQBIO27306,,1666358696522,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-462,,,stu_VQBIO27306,,1666358705165,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-463,,,stu_VQBIO27306,,1666358709137,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-464,,,stu_VQBIO27306,,1666358723063,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-465,,,stu_VQBIO27306,,1666358746218,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-466,,,stu_VQBIO27306,,1666358759753,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-467,,,stu_VQBIO27306,,1666358796972,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-468,,,stu_VQBIO27306,,1666358796972,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-469,,,stu_VQBIO27306,,1666358796972,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-470,,,stu_VQBIO27306,,1666358796972,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-471,,,stu_VQBIO27306,,1666358798678,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-472,,,stu_VQBIO27306,,1666358802131,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-473,,,stu_VQBIO27306,,1666358812018,,,,,,ratio_proportion_change3,ratio_proportion_change3-084,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-474,,,stu_VQBIO27306,,1666359047167,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-475,,,stu_VQBIO27306,,1666359047227,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-476,,,stu_VQBIO27306,,1666359050034,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-477,,,stu_VQBIO27306,,1666359054478,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-478,,,stu_VQBIO27306,,1666359059050,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-479,,,stu_VQBIO27306,,1666359061540,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-480,,,stu_VQBIO27306,,1666359064784,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-481,,,stu_VQBIO27306,,1666359067009,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-482,,,stu_VQBIO27306,,1666359069816,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-483,,,stu_VQBIO27306,,1666359073337,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-484,,,stu_VQBIO27306,,1666359081077,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-485,,,stu_VQBIO27306,,1666359083537,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-486,,,stu_VQBIO27306,,1666359087060,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-487,,,stu_VQBIO27306,,1666359090656,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-488,,,stu_VQBIO27306,,1666359095433,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-489,,,stu_VQBIO27306,,1666359105432,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-490,,,stu_VQBIO27306,,1666359109530,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-491,,,stu_VQBIO27306,,1666359113037,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-492,,,stu_VQBIO27306,,1666359115631,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-493,,,stu_VQBIO27306,,1666359117306,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-494,,,stu_VQBIO27306,,1666359121550,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-495,,,stu_VQBIO27306,,1666359136593,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-496,,,stu_VQBIO27306,,1666359151714,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow1:2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-497,,,stu_VQBIO27306,,1666359155193,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-498,,,stu_VQBIO27306,,1666359193317,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow2:1,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-499,,,stu_VQBIO27306,,1666359195750,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-500,,,stu_VQBIO27306,,1666359201506,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow2:1,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-501,,,stu_VQBIO27306,,1666359204528,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-502,,,stu_VQBIO27306,,1666359211480,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-503,,,stu_VQBIO27306,,1666359213985,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-504,,,stu_VQBIO27306,,1666359217532,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow2:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-505,,,stu_VQBIO27306,,1666359220290,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-506,,,stu_VQBIO27306,,1666359230251,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-507,,,stu_VQBIO27306,,1666359236005,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,SecondRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-508,,,stu_VQBIO27306,,1666359239771,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,SecondRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-509,,,stu_VQBIO27306,,1666359242894,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-510,,,stu_VQBIO27306,,1666359244713,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,SecondRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-511,,,stu_VQBIO27306,,1666359247807,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,SecondRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-512,,,stu_VQBIO27306,,1666359259291,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-513,,,stu_VQBIO27306,,1666359264004,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-514,,,stu_VQBIO27306,,1666359266343,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-515,,,stu_VQBIO27306,,1666359289989,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,ThirdRow,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-516,,,stu_VQBIO27306,,1666359293753,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-517,,,stu_VQBIO27306,,1666359297284,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-518,,,stu_VQBIO27306,,1666359297284,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-519,,,stu_VQBIO27306,,1666359297284,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-520,,,stu_VQBIO27306,,1666359297284,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-521,,,stu_VQBIO27306,,1666359299308,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-522,,,stu_VQBIO27306,,1666359302595,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-523,,,stu_VQBIO27306,,1666359305571,,,,,,ratio_proportion_change3,ratio_proportion_change3-170,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-524,,,stu_VQBIO27306,,1666356328504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-525,,,stu_VQBIO27306,,1666356355176,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-526,,,stu_VQBIO27306,,1666356361576,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-527,,,stu_VQBIO27306,,1666356367614,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-528,,,stu_VQBIO27306,,1666356373394,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-529,,,stu_VQBIO27306,,1666356376046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-530,,,stu_VQBIO27306,,1666356413751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-531,,,stu_VQBIO27306,,1666356417545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-532,,,stu_VQBIO27306,,1666356465970,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-533,,,stu_VQBIO27306,,1666356468353,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-534,,,stu_VQBIO27306,,1666356471813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-535,,,stu_VQBIO27306,,1666356487769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-536,,,stu_VQBIO27306,,1666356492239,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-537,,,stu_VQBIO27306,,1666356517145,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-538,,,stu_VQBIO27306,,1666356525016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-539,,,stu_VQBIO27306,,1666356529193,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-540,,,stu_VQBIO27306,,1666356534248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-541,,,stu_VQBIO27306,,1666356535820,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-542,,,stu_VQBIO27306,,1666356539259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-543,,,stu_VQBIO27306,,1666356544792,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-544,,,stu_VQBIO27306,,1666356550299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-545,,,stu_VQBIO27306,,1666356559431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-546,,,stu_VQBIO27306,,1666356562579,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-547,,,stu_VQBIO27306,,1666356568930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-548,,,stu_VQBIO27306,,1666356571971,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-549,,,stu_VQBIO27306,,1666356576740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-550,,,stu_VQBIO27306,,1666356596133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-551,,,stu_VQBIO27306,,1666356616318,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-552,,,stu_VQBIO27306,,1666356619095,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-553,,,stu_VQBIO27306,,1666356639059,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,ThirdRow,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-554,,,stu_VQBIO27306,,1666356639089,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,ThirdRow,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-555,,,stu_VQBIO27306,,1666356659578,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,ThirdRow,4,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-556,,,stu_VQBIO27306,,1666356661921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-557,,,stu_VQBIO27306,,1666356669672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-558,,,stu_VQBIO27306,,1666356671445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-559,,,stu_VQBIO27306,,1666356674959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-560,,,stu_VQBIO27306,,1666356679645,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-561,,,stu_VQBIO27306,,1666701023117,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-562,,,stu_VQBIO27306,,1666701023160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-563,,,stu_VQBIO27306,,1666701026540,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-564,,,stu_VQBIO27306,,1666701033962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-565,,,stu_VQBIO27306,,1666701036559,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-566,,,stu_VQBIO27306,,1666701041941,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-567,,,stu_VQBIO27306,,1666701045186,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-568,,,stu_VQBIO27306,,1666701051047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-569,,,stu_VQBIO27306,,1666701053888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-570,,,stu_VQBIO27306,,1666701067368,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-571,,,stu_VQBIO27306,,1666701069224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-572,,,stu_VQBIO27306,,1666701076461,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-573,,,stu_VQBIO27306,,1666701081398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-574,,,stu_VQBIO27306,,1666701088618,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-575,,,stu_VQBIO27306,,1666701095042,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-576,,,stu_VQBIO27306,,1666701104691,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-577,,,stu_VQBIO27306,,1666701113200,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-578,,,stu_VQBIO27306,,1666701137669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-579,,,stu_VQBIO27306,,1666701139669,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-580,,,stu_VQBIO27306,,1666701143503,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-581,,,stu_VQBIO27306,,1666701148392,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-582,,,stu_VQBIO27306,,1666701151904,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-583,,,stu_VQBIO27306,,1666701154229,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-584,,,stu_VQBIO27306,,1666701157106,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-585,,,stu_VQBIO27306,,1666701159308,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-586,,,stu_VQBIO27306,,1666701161342,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-587,,,stu_VQBIO27306,,1666701162491,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-588,,,stu_VQBIO27306,,1666701181066,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-589,,,stu_VQBIO27306,,1666701184196,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-590,,,stu_VQBIO27306,,1666701187769,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,ThirdRow,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-591,,,stu_VQBIO27306,,1666701211774,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,ThirdRow,3,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-592,,,stu_VQBIO27306,,1666701314043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-593,,,stu_VQBIO27306,,1666701314043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-594,,,stu_VQBIO27306,,1666701314043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-595,,,stu_VQBIO27306,,1666701314043,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-596,,,stu_VQBIO27306,,1666701316959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-597,,,stu_VQBIO27306,,1666701321522,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-598,,,stu_VQBIO27306,,1666701324619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-599,,,stu_VQBIO27306,,1666700375672,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-600,,,stu_VQBIO27306,,1666700375746,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-601,,,stu_VQBIO27306,,1666700377350,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-602,,,stu_VQBIO27306,,1666700384480,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-603,,,stu_VQBIO27306,,1666700390024,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-604,,,stu_VQBIO27306,,1666700396055,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-605,,,stu_VQBIO27306,,1666700398735,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-606,,,stu_VQBIO27306,,1666700403658,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-607,,,stu_VQBIO27306,,1666700409197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-608,,,stu_VQBIO27306,,1666700410839,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-609,,,stu_VQBIO27306,,1666700414973,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-610,,,stu_VQBIO27306,,1666700433451,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-611,,,stu_VQBIO27306,,1666700437044,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-612,,,stu_VQBIO27306,,1666700439371,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-613,,,stu_VQBIO27306,,1666700444201,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-614,,,stu_VQBIO27306,,1666700445979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-615,,,stu_VQBIO27306,,1666700452709,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-616,,,stu_VQBIO27306,,1666700455020,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-617,,,stu_VQBIO27306,,1666700457446,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-618,,,stu_VQBIO27306,,1666700460153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-619,,,stu_VQBIO27306,,1666700463454,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-620,,,stu_VQBIO27306,,1666700468999,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-621,,,stu_VQBIO27306,,1666700471964,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-622,,,stu_VQBIO27306,,1666700474656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-623,,,stu_VQBIO27306,,1666700488352,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-624,,,stu_VQBIO27306,,1666700500975,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-625,,,stu_VQBIO27306,,1666700514354,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-626,,,stu_VQBIO27306,,1666700519291,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-627,,,stu_VQBIO27306,,1666700522872,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-628,,,stu_VQBIO27306,,1666700527189,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-629,,,stu_VQBIO27306,,1666700537833,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_NPHBD11809,,,,,,PROMOTED,
-630,,,stu_APNQC31800,,1684281834702,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-631,,,stu_APNQC31800,,1684281853184,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-632,,,stu_APNQC31800,,1684281857496,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-633,,,stu_APNQC31800,,1684281861778,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-634,,,stu_APNQC31800,,1684281864590,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-635,,,stu_APNQC31800,,1684281869275,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-636,,,stu_APNQC31800,,1684281875984,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-637,,,stu_APNQC31800,,1684281879018,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-638,,,stu_APNQC31800,,1684281882866,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-639,,,stu_APNQC31800,,1684281899949,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow1:1,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-640,,,stu_APNQC31800,,1684281909687,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-641,,,stu_APNQC31800,,1684281912188,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow1:1,3,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-642,,,stu_APNQC31800,,1684281917038,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-643,,,stu_APNQC31800,,1684281921200,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-644,,,stu_APNQC31800,,1684281927482,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-645,,,stu_APNQC31800,,1684281942889,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-646,,,stu_APNQC31800,,1684282033360,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-647,,,stu_APNQC31800,,1684281307411,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-648,,,stu_APNQC31800,,1684281311013,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-649,,,stu_APNQC31800,,1684281317918,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-650,,,stu_APNQC31800,,1684281321304,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-651,,,stu_APNQC31800,,1684281323614,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-652,,,stu_APNQC31800,,1684281328426,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-653,,,stu_APNQC31800,,1684281336215,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-654,,,stu_APNQC31800,,1684281341466,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,DenominatorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-655,,,stu_APNQC31800,,1684281351172,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-656,,,stu_APNQC31800,,1684281361479,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-657,,,stu_APNQC31800,,1684281363963,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-658,,,stu_APNQC31800,,1684281368843,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-659,,,stu_APNQC31800,,1684281371619,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-660,,,stu_APNQC31800,,1684281373810,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-661,,,stu_APNQC31800,,1684281378208,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-662,,,stu_APNQC31800,,1684281382383,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-663,,,stu_APNQC31800,,1684281385919,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-664,,,stu_APNQC31800,,1684281404865,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,DenominatorFactor,4,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-665,,,stu_APNQC31800,,1684281408598,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,DenominatorFactor,5,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-666,,,stu_APNQC31800,,1684281411307,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,DenominatorFactor,6,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-667,,,stu_APNQC31800,,1684281415793,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-668,,,stu_APNQC31800,,1684281419036,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-669,,,stu_APNQC31800,,1684281430598,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-670,,,stu_APNQC31800,,1684281432021,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-671,,,stu_APNQC31800,,1684281445255,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-672,,,stu_APNQC31800,,1684281454993,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-673,,,stu_APNQC31800,,1684281455009,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-674,,,stu_APNQC31800,,1684281485046,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-675,,,stu_APNQC31800,,1684281496959,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-676,,,stu_APNQC31800,,1684281501831,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,7,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-677,,,stu_APNQC31800,,1684281513236,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,8,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-678,,,stu_APNQC31800,,1684281526662,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,9,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-679,,,stu_APNQC31800,,1684281530624,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,10,,JIT,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-680,,,stu_APNQC31800,,1684281535391,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,11,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-681,,,stu_APNQC31800,,1684281535409,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-682,,,stu_APNQC31800,,1684281539633,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-683,,,stu_APNQC31800,,1684281544447,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,12,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-684,,,stu_APNQC31800,,1684281563773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-685,,,stu_APNQC31800,,1684281567851,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-686,,,stu_APNQC31800,,1684281576331,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-687,,,stu_APNQC31800,,1684281581416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-688,,,stu_APNQC31800,,1684281583923,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-689,,,stu_APNQC31800,,1684281586823,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-690,,,stu_APNQC31800,,1684281590166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-691,,,stu_APNQC31800,,1684281595027,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-692,,,stu_APNQC31800,,1684281612429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-693,,,stu_APNQC31800,,1684281614133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-694,,,stu_APNQC31800,,1684281618594,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-695,,,stu_APNQC31800,,1684281625050,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-696,,,stu_APNQC31800,,1684281629525,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-697,,,stu_APNQC31800,,1684281635545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-698,,,stu_APNQC31800,,1684281673582,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-699,,,stu_APNQC31800,,1684281677261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-700,,,stu_APNQC31800,,1684281698834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-701,,,stu_APNQC31800,,1684281746197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-702,,,stu_APNQC31800,,1684281746203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-703,,,stu_APNQC31800,,1684281753197,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-704,,,stu_APNQC31800,,1684281760366,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_QDKEL69602,,,,,,GRADUATED,
-705,,,stu_JTNAB53105,,1675952509071,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-706,,,stu_JTNAB53105,,1675952509109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-707,,,stu_JTNAB53105,,1675952511370,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-708,,,stu_JTNAB53105,,1675952515917,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-709,,,stu_JTNAB53105,,1675952527944,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-710,,,stu_JTNAB53105,,1675952531278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-711,,,stu_JTNAB53105,,1675952556131,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-712,,,stu_JTNAB53105,,1675952565543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-713,,,stu_JTNAB53105,,1675952567612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-714,,,stu_JTNAB53105,,1675952571930,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-715,,,stu_JTNAB53105,,1675952577628,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-716,,,stu_JTNAB53105,,1675952592605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-717,,,stu_JTNAB53105,,1675952594149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-718,,,stu_JTNAB53105,,1675952597414,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-719,,,stu_JTNAB53105,,1675952618641,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-720,,,stu_JTNAB53105,,1675952636023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-721,,,stu_JTNAB53105,,1675952637501,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-722,,,stu_JTNAB53105,,1675952640996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-723,,,stu_JTNAB53105,,1675952685497,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-724,,,stu_JTNAB53105,,1675952803825,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-725,,,stu_JTNAB53105,,1675952803827,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-726,,,stu_JTNAB53105,,1675952806492,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-727,,,stu_JTNAB53105,,1675952819390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-728,,,stu_JTNAB53105,,1675952823597,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-729,,,stu_JTNAB53105,,1675952827996,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-730,,,stu_JTNAB53105,,1675952829664,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-731,,,stu_JTNAB53105,,1675952832254,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-732,,,stu_JTNAB53105,,1675952841581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-733,,,stu_JTNAB53105,,1675952845010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-734,,,stu_JTNAB53105,,1675952850912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-735,,,stu_JTNAB53105,,1675952856656,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-736,,,stu_JTNAB53105,,1675952875439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-737,,,stu_JTNAB53105,,1675952880202,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-738,,,stu_JTNAB53105,,1675952881998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-739,,,stu_JTNAB53105,,1675952888259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-740,,,stu_JTNAB53105,,1675952891365,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-741,,,stu_JTNAB53105,,1675951917429,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-742,,,stu_JTNAB53105,,1675951930801,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-743,,,stu_JTNAB53105,,1675951939538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-744,,,stu_JTNAB53105,,1675951942080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-745,,,stu_JTNAB53105,,1675951947569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-746,,,stu_JTNAB53105,,1675951956268,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-747,,,stu_JTNAB53105,,1675951959619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-748,,,stu_JTNAB53105,,1675951968690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-749,,,stu_JTNAB53105,,1675951978046,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-750,,,stu_JTNAB53105,,1675951982047,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-751,,,stu_JTNAB53105,,1675951989264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-752,,,stu_JTNAB53105,,1675951993861,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-753,,,stu_JTNAB53105,,1675952021288,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-754,,,stu_JTNAB53105,,1675952021310,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-755,,,stu_JTNAB53105,,1675952026533,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-756,,,stu_JTNAB53105,,1675952026536,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-757,,,stu_JTNAB53105,,1675952038842,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-758,,,stu_JTNAB53105,,1675952038849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-759,,,stu_JTNAB53105,,1675952044453,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-760,,,stu_JTNAB53105,,1675952083504,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-044,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-761,,,stu_JTNAB53105,,1675951704299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-762,,,stu_JTNAB53105,,1675951723404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-763,,,stu_JTNAB53105,,1675951749182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-764,,,stu_JTNAB53105,,1675951765577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-765,,,stu_JTNAB53105,,1675951779659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-766,,,stu_JTNAB53105,,1675951822270,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-767,,,stu_JTNAB53105,,1675951825912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-768,,,stu_JTNAB53105,,1675951834940,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-769,,,stu_JTNAB53105,,1675951857109,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-770,,,stu_JTNAB53105,,1675951877942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-771,,,stu_JTNAB53105,,1675951882939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-772,,,stu_JTNAB53105,,1675951888739,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-773,,,stu_JTNAB53105,,1675951891937,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-774,,,stu_JTNAB53105,,1675951895133,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,GRADUATED,
-775,,,stu_NSIQV68429,,1684155663547,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-776,,,stu_NSIQV68429,,1684155668603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-777,,,stu_NSIQV68429,,1684155669789,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-778,,,stu_NSIQV68429,,1684155671860,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-779,,,stu_NSIQV68429,,1684155674103,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-780,,,stu_NSIQV68429,,1684155696925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-781,,,stu_NSIQV68429,,1684155701073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-782,,,stu_NSIQV68429,,1684155719158,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-783,,,stu_NSIQV68429,,1684155750154,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-784,,,stu_NSIQV68429,,1684155754613,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-785,,,stu_TMZAP78035,,1675952893118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-786,,,stu_TMZAP78035,,1675952897023,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-787,,,stu_TMZAP78035,,1675952899261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-788,,,stu_TMZAP78035,,1675952901635,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-789,,,stu_TMZAP78035,,1675952904012,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-790,,,stu_TMZAP78035,,1675952922134,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-791,,,stu_TMZAP78035,,1675952925980,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-792,,,stu_TMZAP78035,,1675952957325,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-793,,,stu_TMZAP78035,,1675952959991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-794,,,stu_TMZAP78035,,1675952962213,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-795,,,stu_TMZAP78035,,1675952964822,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-796,,,stu_TMZAP78035,,1675952966773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-797,,,stu_TMZAP78035,,1675952968212,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-798,,,stu_TMZAP78035,,1675952983427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-799,,,stu_TMZAP78035,,1675952988424,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-800,,,stu_TMZAP78035,,1675952991016,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-801,,,stu_TMZAP78035,,1675953029003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_XJXOU88928,,,,,,PROMOTED,
-802,,,stu_WTOZB46950,,1668797187589,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-803,,,stu_WTOZB46950,,1668797197701,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-804,,,stu_WTOZB46950,,1668797200156,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-805,,,stu_WTOZB46950,,1668797201279,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-806,,,stu_WTOZB46950,,1668797206003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-807,,,stu_WTOZB46950,,1668797207379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-808,,,stu_WTOZB46950,,1668797246731,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-809,,,stu_WTOZB46950,,1668797251431,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-810,,,stu_WTOZB46950,,1668797265121,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-811,,,stu_WTOZB46950,,1668797270161,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-812,,,stu_WTOZB46950,,1668797278879,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-813,,,stu_WTOZB46950,,1668797281624,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-814,,,stu_WTOZB46950,,1668797288998,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-815,,,stu_WTOZB46950,,1668797295160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-816,,,stu_WTOZB46950,,1668797298264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-817,,,stu_WTOZB46950,,1668797301110,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-818,,,stu_WTOZB46950,,1668797302873,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-819,,,stu_WTOZB46950,,1668797306022,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-820,,,stu_WTOZB46950,,1668797312010,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-821,,,stu_WTOZB46950,,1668797314690,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-822,,,stu_WTOZB46950,,1668797318318,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-823,,,stu_WTOZB46950,,1668797320857,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-824,,,stu_WTOZB46950,,1668797323616,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-825,,,stu_WTOZB46950,,1668797326845,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-826,,,stu_WTOZB46950,,1668797334703,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-827,,,stu_WTOZB46950,,1668797342224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-828,,,stu_WTOZB46950,,1668797343581,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-829,,,stu_WTOZB46950,,1668797356299,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_YBJJO46027,,,,,,GRADUATED,
-830,,,stu_BCOAD08765,,1686668196060,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-831,,,stu_BCOAD08765,,1686668198468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-832,,,stu_BCOAD08765,,1686668202599,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-833,,,stu_BCOAD08765,,1686668208634,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-834,,,stu_BCOAD08765,,1686668210681,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-835,,,stu_BCOAD08765,,1686668217019,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-836,,,stu_BCOAD08765,,1686668237390,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-837,,,stu_BCOAD08765,,1686668243523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-838,,,stu_BCOAD08765,,1686668245587,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-839,,,stu_BCOAD08765,,1686668247172,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-840,,,stu_BCOAD08765,,1686668252187,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-841,,,stu_BCOAD08765,,1686668254586,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-842,,,stu_BCOAD08765,,1686668255730,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-843,,,stu_BCOAD08765,,1686668263374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-844,,,stu_BCOAD08765,,1686668264552,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,SecondRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-845,,,stu_BCOAD08765,,1686668271826,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-846,,,stu_BCOAD08765,,1686668273706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-847,,,stu_BCOAD08765,,1686668281048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-848,,,stu_BCOAD08765,,1686668287048,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-849,,,stu_BCOAD08765,,1686668287065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-850,,,stu_BCOAD08765,,1686668297278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-851,,,stu_BCOAD08765,,1686668302741,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-046,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-852,,,stu_BCOAD08765,,1686668617847,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-853,,,stu_BCOAD08765,,1686668626011,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-854,,,stu_BCOAD08765,,1686668631939,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-855,,,stu_BCOAD08765,,1686668633935,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-856,,,stu_BCOAD08765,,1686668716757,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-857,,,stu_BCOAD08765,,1686668742032,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-858,,,stu_BCOAD08765,,1686668744470,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-859,,,stu_BCOAD08765,,1686668747527,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-860,,,stu_BCOAD08765,,1686668749073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-861,,,stu_BCOAD08765,,1686668750222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-862,,,stu_BCOAD08765,,1686668758538,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-863,,,stu_BCOAD08765,,1686668765660,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-864,,,stu_BCOAD08765,,1686668768638,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-865,,,stu_BCOAD08765,,1686668786647,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-081,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,GRADUATED,
-866,,,stu_FVUZN00384,,1678732575925,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-867,,,stu_FVUZN00384,,1678732575968,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-868,,,stu_FVUZN00384,,1678732577855,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-869,,,stu_FVUZN00384,,1678732589004,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-870,,,stu_FVUZN00384,,1678732593786,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-871,,,stu_FVUZN00384,,1678732597962,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-872,,,stu_FVUZN00384,,1678732600627,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-873,,,stu_FVUZN00384,,1678732603008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-874,,,stu_FVUZN00384,,1678732606625,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-875,,,stu_FVUZN00384,,1678732612992,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-876,,,stu_FVUZN00384,,1678732616003,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-877,,,stu_FVUZN00384,,1678732618959,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-878,,,stu_FVUZN00384,,1678732620357,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-879,,,stu_FVUZN00384,,1678732623813,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-880,,,stu_FVUZN00384,,1678732627922,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-881,,,stu_FVUZN00384,,1678732631843,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-882,,,stu_FVUZN00384,,1678732634181,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-883,,,stu_FVUZN00384,,1678732637808,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-884,,,stu_FVUZN00384,,1678732646143,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-885,,,stu_FVUZN00384,,1678732653950,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,EquationAnswer,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-886,,,stu_FVUZN00384,,1678732657053,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-887,,,stu_FVUZN00384,,1678732658301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-888,,,stu_FVUZN00384,,1678732673427,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,EquationAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-889,,,stu_FVUZN00384,,1678732685381,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-890,,,stu_FVUZN00384,,1678732694945,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-891,,,stu_FVUZN00384,,1678732701214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-892,,,stu_FVUZN00384,,1678732703577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-893,,,stu_FVUZN00384,,1678732707118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FirstRow2:2,3,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-894,,,stu_FVUZN00384,,1678732711931,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FirstRow2:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-895,,,stu_FVUZN00384,,1678732711942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-896,,,stu_FVUZN00384,,1678732713567,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FirstRow2:2,5,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-897,,,stu_FVUZN00384,,1678732719577,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-898,,,stu_FVUZN00384,,1678732720859,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-899,,,stu_FVUZN00384,,1678732727584,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-900,,,stu_FVUZN00384,,1678732735572,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-901,,,stu_FVUZN00384,,1678732746706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-902,,,stu_FVUZN00384,,1678732746706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-903,,,stu_FVUZN00384,,1678732746706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-904,,,stu_FVUZN00384,,1678732746706,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-905,,,stu_FVUZN00384,,1678732748849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-906,,,stu_FVUZN00384,,1678732752051,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-907,,,stu_FVUZN00384,,1678732754167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-057,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-908,,,stu_FVUZN00384,,1679264156888,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-909,,,stu_FVUZN00384,,1679264156933,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-910,,,stu_FVUZN00384,,1679264160225,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-911,,,stu_FVUZN00384,,1679264183018,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-912,,,stu_FVUZN00384,,1679264189721,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-913,,,stu_FVUZN00384,,1679264192377,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-914,,,stu_FVUZN00384,,1679264198156,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-915,,,stu_FVUZN00384,,1679264200269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-916,,,stu_FVUZN00384,,1679264202400,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-917,,,stu_FVUZN00384,,1679264261631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-918,,,stu_FVUZN00384,,1679264264976,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-919,,,stu_FVUZN00384,,1679264268395,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-920,,,stu_FVUZN00384,,1679264269723,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-921,,,stu_FVUZN00384,,1679264273127,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-922,,,stu_FVUZN00384,,1679264276241,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,DenominatorFactor,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-923,,,stu_FVUZN00384,,1679264278612,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-924,,,stu_FVUZN00384,,1679264315884,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-925,,,stu_FVUZN00384,,1679264326438,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,EquationAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-926,,,stu_FVUZN00384,,1679264327946,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,EquationAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-927,,,stu_FVUZN00384,,1679264330430,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-928,,,stu_FVUZN00384,,1679264334374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,EquationAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-929,,,stu_FVUZN00384,,1679264339167,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,EquationAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-930,,,stu_FVUZN00384,,1679264343199,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-931,,,stu_FVUZN00384,,1679264423485,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-932,,,stu_FVUZN00384,,1679264428404,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-933,,,stu_FVUZN00384,,1679264432244,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-934,,,stu_FVUZN00384,,1679264434534,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow2:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-935,,,stu_FVUZN00384,,1679264465545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-936,,,stu_FVUZN00384,,1679264467403,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-937,,,stu_FVUZN00384,,1679264477751,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-938,,,stu_FVUZN00384,,1679264483351,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-939,,,stu_FVUZN00384,,1679264486157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-940,,,stu_FVUZN00384,,1679264486157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-941,,,stu_FVUZN00384,,1679264486157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-942,,,stu_FVUZN00384,,1679264486157,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-943,,,stu_FVUZN00384,,1679264489572,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-944,,,stu_FVUZN00384,,1679264496619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-945,,,stu_FVUZN00384,,1679264500892,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-063,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-946,,,stu_QJDCC00585,,1677960619921,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-947,,,stu_QJDCC00585,,1677960619957,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-948,,,stu_QJDCC00585,,1677960621758,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-949,,,stu_QJDCC00585,,1677960625548,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-950,,,stu_QJDCC00585,,1677960630068,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-951,,,stu_QJDCC00585,,1677960636966,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-952,,,stu_QJDCC00585,,1677960639544,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-953,,,stu_QJDCC00585,,1677960851553,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-954,,,stu_QJDCC00585,,1677960855094,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-955,,,stu_QJDCC00585,,1677960868102,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-956,,,stu_QJDCC00585,,1677960869874,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-957,,,stu_QJDCC00585,,1677960873455,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-958,,,stu_QJDCC00585,,1677960874951,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-959,,,stu_QJDCC00585,,1677960878149,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-960,,,stu_QJDCC00585,,1677960881895,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-961,,,stu_QJDCC00585,,1677960887834,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-962,,,stu_QJDCC00585,,1677960893708,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-963,,,stu_QJDCC00585,,1677960896398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-964,,,stu_QJDCC00585,,1677960896398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-965,,,stu_QJDCC00585,,1677960896398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-966,,,stu_QJDCC00585,,1677960896398,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-967,,,stu_QJDCC00585,,1677960897969,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-968,,,stu_QJDCC00585,,1677960901168,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-969,,,stu_QJDCC00585,,1677960905219,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTBJG78358,,,,,,PROMOTED,
-970,,,stu_WXGSK77481,,1666969304264,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-971,,,stu_WXGSK77481,,1666969304266,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-972,,,stu_WXGSK77481,,1666969307088,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-973,,,stu_WXGSK77481,,1666969313152,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-974,,,stu_WXGSK77481,,1666969317565,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-975,,,stu_WXGSK77481,,1666969319663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-976,,,stu_WXGSK77481,,1666969323261,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-977,,,stu_WXGSK77481,,1666969326108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-978,,,stu_WXGSK77481,,1666969329445,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-979,,,stu_WXGSK77481,,1666969352575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-980,,,stu_WXGSK77481,,1666969359673,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-981,,,stu_WXGSK77481,,1666969371307,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,EquationAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-982,,,stu_WXGSK77481,,1666969377393,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,EquationAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-983,,,stu_WXGSK77481,,1666969382569,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-984,,,stu_WXGSK77481,,1666969386185,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-985,,,stu_WXGSK77481,,1666969390153,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FinalAnswer,3,,OK,,Attempt,,,,0,,,,,,,,sch_HTCHT66203,,,,,,GRADUATED,
-986,,,stu_CNYTO57292,,1674243296008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-987,,,stu_CNYTO57292,,1674243296129,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-988,,,stu_CNYTO57292,,1674243297910,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-989,,,stu_CNYTO57292,,1674243304073,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-990,,,stu_CNYTO57292,,1674243333600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-991,,,stu_CNYTO57292,,1674243336631,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-992,,,stu_CNYTO57292,,1674243338452,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-993,,,stu_CNYTO57292,,1674243409355,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-994,,,stu_CNYTO57292,,1674243424545,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-995,,,stu_CNYTO57292,,1674243429056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-996,,,stu_CNYTO57292,,1674243429065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-997,,,stu_CNYTO57292,,1674243475506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-998,,,stu_CNYTO57292,,1674243475520,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-999,,,stu_CNYTO57292,,1674243477573,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1000,,,stu_CNYTO57292,,1674243479561,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,NumeratorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1001,,,stu_CNYTO57292,,1674243480678,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,DenominatorFactor,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1002,,,stu_CNYTO57292,,1674243486007,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1003,,,stu_CNYTO57292,,1674243487301,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1004,,,stu_CNYTO57292,,1674243488466,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1005,,,stu_CNYTO57292,,1674243489198,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1006,,,stu_CNYTO57292,,1674243489985,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1007,,,stu_CNYTO57292,,1674243494666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1008,,,stu_CNYTO57292,,1674243507182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1009,,,stu_CNYTO57292,,1674243507204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1010,,,stu_CNYTO57292,,1674243533906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1011,,,stu_CNYTO57292,,1674243538164,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1012,,,stu_CNYTO57292,,1674243552471,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1013,,,stu_CNYTO57292,,1674243557840,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1014,,,stu_CNYTO57292,,1674243561210,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1015,,,stu_CNYTO57292,,1674243562653,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1016,,,stu_CNYTO57292,,1674243566636,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow1:2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1017,,,stu_CNYTO57292,,1674243573785,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FirstRow2:2,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1018,,,stu_CNYTO57292,,1674243585593,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1019,,,stu_CNYTO57292,,1674243587788,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1020,,,stu_CNYTO57292,,1674243591318,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1021,,,stu_CNYTO57292,,1674243592806,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,5,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1022,,,stu_CNYTO57292,,1674243763160,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,6,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1023,,,stu_CNYTO57292,,1674243764740,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1024,,,stu_CNYTO57292,,1674243768204,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1025,,,stu_CNYTO57292,,1674243779372,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-043,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1026,,,stu_CNYTO57292,,1674674402008,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1027,,,stu_CNYTO57292,,1674674404663,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1028,,,stu_CNYTO57292,,1674674414128,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1029,,,stu_CNYTO57292,,1674674415039,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1030,,,stu_CNYTO57292,,1674674473214,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1031,,,stu_CNYTO57292,,1674674493141,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1032,,,stu_CNYTO57292,,1674674497537,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1033,,,stu_CNYTO57292,,1674674504683,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1034,,,stu_CNYTO57292,,1674674509052,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1035,,,stu_CNYTO57292,,1674674552469,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,3,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1036,,,stu_CNYTO57292,,1674674555098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,INITIAL_HINT,,Hint Request,,,,1,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1037,,,stu_CNYTO57292,,1674674557056,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1038,,,stu_CNYTO57292,,1674674561524,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1039,,,stu_CNYTO57292,,1674674564251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1040,,,stu_CNYTO57292,,1674674567033,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,DenominatorFactor,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1041,,,stu_CNYTO57292,,1674674570906,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,NumeratorFactor,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1042,,,stu_CNYTO57292,,1674674587866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1043,,,stu_CNYTO57292,,1674674587900,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1044,,,stu_CNYTO57292,,1674674602222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1045,,,stu_CNYTO57292,,1674674602263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1046,,,stu_CNYTO57292,,1674674604449,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1047,,,stu_CNYTO57292,,1674674604467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1048,,,stu_CNYTO57292,,1674674623909,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,EquationAnswer,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1049,,,stu_CNYTO57292,,1674674639773,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1050,,,stu_CNYTO57292,,1674674642705,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1051,,,stu_CNYTO57292,,1674674646571,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1052,,,stu_CNYTO57292,,1674674651118,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1053,,,stu_CNYTO57292,,1674674652169,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1054,,,stu_CNYTO57292,,1674674652183,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1055,,,stu_CNYTO57292,,1674674653269,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,4,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1056,,,stu_CNYTO57292,,1674674653361,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1057,,,stu_CNYTO57292,,1674674657907,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1058,,,stu_CNYTO57292,,1674674659099,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1059,,,stu_CNYTO57292,,1674674670049,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1060,,,stu_CNYTO57292,,1674674670065,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,5,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1061,,,stu_CNYTO57292,,1674674673604,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1062,,,stu_CNYTO57292,,1674674673626,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1063,,,stu_CNYTO57292,,1674674675989,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FirstRow2:2,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1064,,,stu_CNYTO57292,,1674674691296,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1065,,,stu_CNYTO57292,,1674674694383,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1066,,,stu_CNYTO57292,,1674674701468,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,6,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1067,,,stu_CNYTO57292,,1674674701475,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1068,,,stu_CNYTO57292,,1674674704666,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-045,,,FinalAnswer,7,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1069,,,stu_HDJGP80779,,1677093472860,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1070,,,stu_HDJGP80779,,1677093472938,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1071,,,stu_HDJGP80779,,1677093475286,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1072,,,stu_HDJGP80779,,1677093494969,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1073,,,stu_HDJGP80779,,1677093501215,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity2,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1074,,,stu_HDJGP80779,,1677093507407,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1075,,,stu_HDJGP80779,,1677093509273,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1076,,,stu_HDJGP80779,,1677093516015,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1077,,,stu_HDJGP80779,,1677093521143,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,NumeratorQuantity2,3,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1078,,,stu_HDJGP80779,,1677093531737,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1079,,,stu_HDJGP80779,,1677093537447,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1080,,,stu_HDJGP80779,,1677093539212,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1081,,,stu_HDJGP80779,,1677093541253,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1082,,,stu_HDJGP80779,,1677093542224,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1083,,,stu_HDJGP80779,,1677093553866,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1084,,,stu_HDJGP80779,,1677093559937,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1085,,,stu_HDJGP80779,,1677093561920,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1086,,,stu_HDJGP80779,,1677093576833,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,2,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1087,,,stu_HDJGP80779,,1677093586766,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1088,,,stu_HDJGP80779,,1677093586780,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1089,,,stu_HDJGP80779,,1677093590453,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1090,,,stu_HDJGP80779,,1677093594781,,,,,,ratio_proportion_change3,ratio_proportion_change3-140,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1091,,,stu_HDJGP80779,,1677093760869,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1092,,,stu_HDJGP80779,,1677093765349,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1093,,,stu_HDJGP80779,,1677093769132,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1094,,,stu_HDJGP80779,,1677093775177,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1095,,,stu_HDJGP80779,,1677093776896,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1096,,,stu_HDJGP80779,,1677093779330,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1097,,,stu_HDJGP80779,,1677093783473,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1098,,,stu_HDJGP80779,,1677093786949,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1099,,,stu_HDJGP80779,,1677093791080,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1100,,,stu_HDJGP80779,,1677093801251,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1101,,,stu_HDJGP80779,,1677093804223,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,ThirdRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1102,,,stu_HDJGP80779,,1677093808439,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,ThirdRow,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1103,,,stu_HDJGP80779,,1677093811416,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1104,,,stu_HDJGP80779,,1677093817248,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-029,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1105,,,stu_IIDCG45181,,1665707466575,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1106,,,stu_IIDCG45181,,1665707469797,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1107,,,stu_IIDCG45181,,1665707471057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1108,,,stu_IIDCG45181,,1665707474609,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1109,,,stu_IIDCG45181,,1665707477002,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1110,,,stu_IIDCG45181,,1665707481543,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1111,,,stu_IIDCG45181,,1665707483506,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1112,,,stu_IIDCG45181,,1665707484866,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1113,,,stu_IIDCG45181,,1665707485675,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1114,,,stu_IIDCG45181,,1665707494222,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1115,,,stu_IIDCG45181,,1665707496285,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1116,,,stu_IIDCG45181,,1665707503180,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1117,,,stu_IIDCG45181,,1665707518849,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1118,,,stu_IIDCG45181,,1665707528724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1119,,,stu_IIDCG45181,,1665707529250,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1120,,,stu_IIDCG45181,,1665707543782,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-084,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,GRADUATED,
-1121,,,stu_UCZRX51719,,1677524420188,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1122,,,stu_UCZRX51719,,1677524424089,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1123,,,stu_UCZRX51719,,1677524424867,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1124,,,stu_UCZRX51719,,1677524426663,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1125,,,stu_UCZRX51719,,1677524429512,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1126,,,stu_UCZRX51719,,1677524432409,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1127,,,stu_UCZRX51719,,1677524434506,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1128,,,stu_UCZRX51719,,1677524435097,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1129,,,stu_UCZRX51719,,1677524436369,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,FirstRow1:1,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1130,,,stu_UCZRX51719,,1677524438007,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,FirstRow1:1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1131,,,stu_UCZRX51719,,1677524464217,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1132,,,stu_UCZRX51719,,1677524470159,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1133,,,stu_UCZRX51719,,1677524471728,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1134,,,stu_UCZRX51719,,1677524482061,,,,,,ratio_proportion_change3,ratio_proportion_change3-039,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1135,,,stu_UCZRX51719,,1677796111292,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1136,,,stu_UCZRX51719,,1677796113147,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1137,,,stu_UCZRX51719,,1677796113720,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1138,,,stu_UCZRX51719,,1677796114297,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1139,,,stu_UCZRX51719,,1677796115787,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1140,,,stu_UCZRX51719,,1677796117707,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1141,,,stu_UCZRX51719,,1677796118154,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1142,,,stu_UCZRX51719,,1677796120228,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1143,,,stu_UCZRX51719,,1677796121167,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1144,,,stu_UCZRX51719,,1677796132744,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1145,,,stu_UCZRX51719,,1677796134686,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1146,,,stu_UCZRX51719,,1677796138162,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1147,,,stu_UCZRX51719,,1677796142380,,,,,,ratio_proportion_change3,ratio_proportion_change3-081,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1148,,,stu_UCZRX51719,,1677277389151,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,PercentChange,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1149,,,stu_UCZRX51719,,1677277393914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1150,,,stu_UCZRX51719,,1677277394918,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1151,,,stu_UCZRX51719,,1677277398108,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,NumeratorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1152,,,stu_UCZRX51719,,1677277406345,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,DenominatorQuantity1,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1153,,,stu_UCZRX51719,,1677277410942,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,DenominatorQuantity1,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1154,,,stu_UCZRX51719,,1677277413374,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,OptionalTask_1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1155,,,stu_UCZRX51719,,1677277419037,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1156,,,stu_UCZRX51719,,1677277423182,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1157,,,stu_UCZRX51719,,1677277425958,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FirstRow2:2,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1158,,,stu_UCZRX51719,,1677277429695,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FirstRow2:2,2,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1159,,,stu_UCZRX51719,,1677277432100,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1160,,,stu_UCZRX51719,,1677277440259,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1161,,,stu_UCZRX51719,,1677277458433,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1162,,,stu_UCZRX51719,,1677277552271,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1163,,,stu_UCZRX51719,,1677277553991,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1164,,,stu_UCZRX51719,,1677277566472,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1165,,,stu_UCZRX51719,,1677277567844,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1166,,,stu_UCZRX51719,,1677277567852,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1167,,,stu_UCZRX51719,,1677277572724,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1168,,,stu_UCZRX51719,,1677277580379,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-090,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_JZKRP66691,,,,,,PROMOTED,
-1169,,,stu_BZYPK82036,,1681750250633,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1170,,,stu_BZYPK82036,,1681750250672,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1171,,,stu_BZYPK82036,,1681750252506,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1172,,,stu_BZYPK82036,,1681750256798,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1173,,,stu_BZYPK82036,,1681750258655,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1174,,,stu_BZYPK82036,,1681750260714,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1175,,,stu_BZYPK82036,,1681750264846,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1176,,,stu_BZYPK82036,,1681750267076,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1177,,,stu_BZYPK82036,,1681750270249,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1178,,,stu_BZYPK82036,,1681750271946,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1179,,,stu_BZYPK82036,,1681750273502,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1180,,,stu_BZYPK82036,,1681750288693,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1181,,,stu_BZYPK82036,,1681750296111,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1182,,,stu_BZYPK82036,,1681750297804,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1183,,,stu_BZYPK82036,,1681750315096,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1184,,,stu_BZYPK82036,,1681750319415,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1185,,,stu_BZYPK82036,,1681750319437,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1186,,,stu_BZYPK82036,,1681750323912,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1187,,,stu_BZYPK82036,,1681750328143,,,,,,ratio_proportion_change3,ratio_proportion_change3-144,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1188,,,stu_BZYPK82036,,1681750128882,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1189,,,stu_BZYPK82036,,1681750128912,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1190,,,stu_BZYPK82036,,1681750132354,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1191,,,stu_BZYPK82036,,1681750181549,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1192,,,stu_BZYPK82036,,1681750183291,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1193,,,stu_BZYPK82036,,1681750185733,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1194,,,stu_BZYPK82036,,1681750188638,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1195,,,stu_BZYPK82036,,1681750213444,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1196,,,stu_BZYPK82036,,1681750214968,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1197,,,stu_BZYPK82036,,1681750217735,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1198,,,stu_BZYPK82036,,1681750219708,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1199,,,stu_BZYPK82036,,1681750225580,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1200,,,stu_BZYPK82036,,1681750229577,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1201,,,stu_BZYPK82036,,1681750233090,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1202,,,stu_BZYPK82036,,1681750235792,,,,,,ratio_proportion_change3,ratio_proportion_change3-148,,,FinalAnswer,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1203,,,stu_BZYPK82036,,1681751045619,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1204,,,stu_BZYPK82036,,1681751045620,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1205,,,stu_BZYPK82036,,1681751047605,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1206,,,stu_BZYPK82036,,1681751055603,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1207,,,stu_BZYPK82036,,1681751057057,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1208,,,stu_BZYPK82036,,1681751060600,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1209,,,stu_BZYPK82036,,1681751063494,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1210,,,stu_BZYPK82036,,1681751066166,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1211,,,stu_BZYPK82036,,1681751066914,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1212,,,stu_BZYPK82036,,1681751069499,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1213,,,stu_BZYPK82036,,1681751071075,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1214,,,stu_BZYPK82036,,1681751091732,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,SecondRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1215,,,stu_BZYPK82036,,1681751096013,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,ThirdRow,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1216,,,stu_BZYPK82036,,1681751110203,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1217,,,stu_BZYPK82036,,1681751118579,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,2,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1218,,,stu_BZYPK82036,,1681751281901,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1219,,,stu_BZYPK82036,,1681751281912,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,3,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1220,,,stu_BZYPK82036,,1681751286622,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,0,,HINT_LEVEL_CHANGE,,Hint Level Change,,,,3,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1221,,,stu_BZYPK82036,,1681751289659,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-033,,,FinalAnswer,4,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1222,,,stu_BZYPK82036,,1681750446278,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,PercentChange,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1223,,,stu_BZYPK82036,,1681750446304,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,PercentChange,0,,INITIAL_HINT,,Hint Request,,,,2,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1224,,,stu_BZYPK82036,,1681750448138,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,PercentChange,2,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1225,,,stu_BZYPK82036,,1681750453263,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1226,,,stu_BZYPK82036,,1681750460523,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,NumeratorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1227,,,stu_BZYPK82036,,1681750463467,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,DenominatorQuantity1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1228,,,stu_BZYPK82036,,1681750465514,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,OptionalTask_2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1229,,,stu_BZYPK82036,,1681750474224,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FirstRow2:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1230,,,stu_BZYPK82036,,1681750476040,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FirstRow2:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1231,,,stu_BZYPK82036,,1681750479463,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FirstRow1:1,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1232,,,stu_BZYPK82036,,1681750481979,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FirstRow1:2,1,,OK,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1233,,,stu_BZYPK82036,,1681750494098,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,FinalAnswer,1,,JIT,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1234,,,stu_BZYPK82036,,1681750499880,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,SecondRow,1,,ERROR,,Attempt,,,,0,,,,,,,,sch_KYWSA71400,,,,,,GRADUATED,
-1235,,,stu_BZYPK82036,,1681750502781,,,,,,ratio_proportion_change3,ratio_proportion_change3-cms-035,,,SecondRow,2,,OK,,Attempt